I am currently using FileBot (donated), to knock my MUSIC into shape.
Using the following:
Code: Select all
{artist}/{"$artist - $album/".replaceAll(':', ' -')}{"${pi.pad(2)}. "} {t.replaceAll(':', ' -')}
Leona Lewis/Leona Lewis - Avatar/14. I see you
I do understand I need two slightly different naming schemes.
I have:
A single folder with all tracks named as 101,102,103,104 & 201, 202,203,204 etc.
Where CD1 represents: 101,102,103,104
Where CD2 represents: 201,202,203,204 etc.
I would like to keep these in one folder, not CD1,CD2 folders.
So far my naming Scheme names tracks as 1,2,3,10,12 etc not 101,102,103,110,112
I also have structures where I have CD1, CD2 folders, I would like to convert these and place them in one folder as:
101,102,103,104 & 201,202,203,204 etc. Live the above example.
I have found out $pi don't work, I have also tried the above examples, but I don't know how to use them without getting errors like Binding Exception fn path to media not set & Binding Exception file undefined
Can anyone help me try and figure this out?
I wish I understood everything about Naming Schemes, but unfortunately, I experiment, and sometimes get things correct without fully knowing why...
Thank you in advance