Hello,
I would like the files to be rename with [discnumber][disctotal] [tracknumber][tracktotal] [title].
Example: 0203 0117 XXXXXXX.flac
What sort of format string can I use?
I am using this one at the moment, but it does not include the disc/number total.
$num(%discnumber%,2)$num(%track%,2) %title%
My track tags are as follow: 01/17 and my discnumber tags: 02/03
Many thanks,