title
Products            Buy            Support Forum            Professional            About            Codec Central
 
Results 1 to 3 of 3

Thread: Change Album tag value during conversion?

  1. #1

    Join Date
    Mar 2013
    Posts
    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.

  2. #2
    Administrator
    Join Date
    Apr 2002
    Posts
    43,831

    Re: Change Album tag value during conversion?

    Rule based manipulation

    IF album=[anyvalue]
    SET album = [album] [AAC]

  3. #3

    Join Date
    Mar 2013
    Posts
    2

    Re: Change Album tag value during conversion?

    I was close! I had tried this...

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

    Works now! Thanks!

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •