title
Products            Buy            Support Forum            Professional            About            Codec Central
 

Change Album tag value during conversion?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pacaway
    • Mar 2013
    • 2

    Change Album tag value during conversion?

    I've looked through the forum but cannot seem to answer this question.

    I want to convert files from FLAC to AAC and change the Album name during the process to add " [AAC]" to the Ablum name so I can tell the lossless album from an mp3 album of the same name in iTunes. I'm sure I can use the Tag Manipulation function, but am unaware how to do so.
  • Spoon
    Administrator
    • Apr 2002
    • 43889

    #2
    Re: Change Album tag value during conversion?

    Rule based manipulation

    IF album=[anyvalue]
    SET album = [album] [AAC]
    Spoon
    www.dbpoweramp.com

    Comment

    • pacaway
      • Mar 2013
      • 2

      #3
      Re: Change Album tag value during conversion?

      I was close! I had tried this...

      IF tagname=Album
      SET [Album]=[Album] AAC

      Works now! Thanks!

      Comment

      Working...

      ]]>