PDA

View Full Version : Arrange audio files using "Arrange audio" codec


didbox
12-05-2007, 08:58 AM
Hello,

I tried to arrange my audio files using the "Arrange audio" codec with the following rule:

If the content of tag [Genre] equal to "Classical" Then
[Composer]\[Album]\[Track] [Title]
else
[Artist]\[Album]\[Track] [Title]
endif

Please, can someone provide me the magic line to do this?

Thanks!!!

Spoon
12-05-2007, 09:07 AM
[IFEQUALS]genre,Classical,[composer]\[album]\[track] [title][][IF!EQUALS]genre,Classical,[Artist]\[Album]\[Track] [Title][]

didbox
12-05-2007, 12:28 PM
Thank you, you are the best!