I've only one question about the auto cd numbering function that filebot has.
Correct me if I wrong, but if I use
Code: Select all
{' CD'+pi}
AAA.CD1.avi
AAA.CD2.avi
Now, for my own personal reason I call filebot automatically on every file that I download

Actually my simple solution is that
Code: Select all
{' - '+fn.match(/(?i)cd+[0-9]/).toUpperCase()}{' - '+fn.match(/(?i)cd +[0-9]/).toUpperCase()}
I've one the problem that sometimes some file are named partA or part1, but only few times.
My real and final question is:
Mine is still the "best" solution that I can use or I can use another and new way to make it more easy? For example if I use {' CD'+pi}, Filebot recognise cd1 part2 etc in different time? or I can only use this when I have the entire set of cd?