Hi everyone
I'm trying to convert the folder names and file names to a new format. But I can't get it to work. Here is the current folder & filename and what I want to convert them to.
What I want to do is create folder names based on Album Artist Sort and Artist Sort (I use FLAC files and these tags have values in them).
This is so the folder structure works out correctly and "The Beatles" are under B as "Beatles, The".
But it comes up as gibberish as if Batch Converter (and disc ripper), don't understand these tags exist. What am I missing? Thank you for your help!
I'm trying to convert the folder names and file names to a new format. But I can't get it to work. Here is the current folder & filename and what I want to convert them to.
Code:
[IF][LOWER][genre][],=,classical, [IF][compilation],=,1,1_Classical\[album]\[IFMULTI][disc]-[][track]-[title]_[composer]_[artist]-[disc_total], [album artist]\[album]\[IFMULTI][disc]-[][track]-[title]_[composer]_[artist]-[disc_total][], [IF][compilation],=,1,2_Modern\[album]\[IFMULTI][disc]-[][track]-[title]_[artist]-[disc_total], [IFVALUE][album artist],[album artist]\[album]\[IFMULTI][disc]-[][track]-[title]_[artist]-[disc_total], [artist]\[album]\[IFMULTI][disc]-[][track]-[title]_[artist]-[disc_total][][][]
Code:
[IF][LOWER][genre][],=,classical, [IF][compilation],=,1,1_Classical\[album]\[IFMULTI][disc]-[][track]-[title]_[composer]_[artist]-[disc_total], [[B]album artist sort[/B]]\[album]\[IFMULTI][disc]-[][track]-[title]_[composer]_[artist]-[disc_total][], [IF][compilation],=,1,2_Modern\[album]\[IFMULTI][disc]-[][track]-[title]_[artist]-[disc_total], [IFVALUE][[B]album artist sort[/B]],[[B]album artist sort[/B]]\[album]\[IFMULTI][disc]-[][track]-[title]_[artist]-[disc_total], [[B]artist sort[/B]]\[album]\[IFMULTI][disc]-[][track]-[title]_[artist]-[disc_total][][][]
But it comes up as gibberish as if Batch Converter (and disc ripper), don't understand these tags exist. What am I missing? Thank you for your help!
Comment