Hi
To correctly archive my files from ripped CDs, I need code to create the following naming path. I'm not quite sure how to do it so help is very much appreciated.
IF genre = classical
then IFCOMP
then 1_Classical\[album]\[IFMULTI][disc]-[][track]-[title], [composer], [artist]-[disc_total]
else [composer][]\[album]\[IFMULTI][disc]-[][track]-[title], [composer], [artist]-[disc_total]
else IFCOMP
then 2_Modern\[album]\[IFMULTI][disc]-[][track]-[title], [artist]-[disc_total]
else If [album artist sort] has value
then [album artist sort][][]\[album]\[IFMULTI][disc]-[][track]-[title], [artist]-[disc_total]
else [artist sort][][]\[album]\[IFMULTI][disc]-[][track]-[title], [artist]-[disc_total]
Some parts I've managed to write into code, but others... :-)
Thanks!
To correctly archive my files from ripped CDs, I need code to create the following naming path. I'm not quite sure how to do it so help is very much appreciated.
IF genre = classical
then IFCOMP
then 1_Classical\[album]\[IFMULTI][disc]-[][track]-[title], [composer], [artist]-[disc_total]
else [composer][]\[album]\[IFMULTI][disc]-[][track]-[title], [composer], [artist]-[disc_total]
else IFCOMP
then 2_Modern\[album]\[IFMULTI][disc]-[][track]-[title], [artist]-[disc_total]
else If [album artist sort] has value
then [album artist sort][][]\[album]\[IFMULTI][disc]-[][track]-[title], [artist]-[disc_total]
else [artist sort][][]\[album]\[IFMULTI][disc]-[][track]-[title], [artist]-[disc_total]
Some parts I've managed to write into code, but others... :-)
Thanks!
Comment