I’m using the if discifmultdisc filename masks but for some reason it’s not creating disc folders. the mask below doesn’t seem to throw errors in the UI and using the example u2 album/track produces a value of 01 for disco, if I remove the multidisc function.
I then checked if I had disc tags in the files and they appear to be there:
I can’t see where I’m going wrong and would appreciate a push in the right direction.
ifnotempty2(albumartist,artist,'/')
+ ifnotempty('(' + year + ') ' + album + ' [' + audiobitrate + 'k - ' + audiobitspersample + 'bit ' + albumversion + ' ' + catalogno + '-' + mbreleasecountry + ']','/')
+ ifmultidisc('Disc ' + ifnotempty(pad(discno,2),'/'))
+ ifmultidisc(ifnotempty(pad(discno,2),' - '))
+ ifnotempty(pad(trackno,2),' - ')
+ title