Hi,
i started using Picard today, managed so far to get it to do what i want
but i’m struggling to create subfolders if a release has more than one disc.
This is what i use:
$if2(%albumartist%,%artist%)/$left(%originaldate%,4) - %album%/$if($gt(%totaldiscs%,1),%discnumber%-,)$replace($lower($num(%tracknumber%,2)-%artist%-%title%), ,_)
But with multi disc releases, it puts all files in one folder.
How can i edit the code so that it creates a subfolder “CD01”, “CD02” etc if there are more than one disc?
I’ve read various posts and tried a few things, but so far, no success.
Help is appreciated.