Lately I've been sorting my library and now I got a little script that's almost 'universal' to me, the only problem it has is that it doesn't detect the first album of a multi-disc album because that was the solution I figured untill now: (album)\$if2($less(%discnumber%,2),Disc %discnumber%)\(track)
That almost does the trick but what happens is that it moves the discs numbered higher than 1 to a subdirectory but as it ignores those numbered with exactly "1" so even the first disc of a multi-disc album don't get it's own subdirectory. It is not really a deal breaker at this point but now I'm wondering if it's possible to also sort all discs of a multi-disc album to their own subdirectory but ignore those albums that are single discs.
Also I thought about using a kind of 2-step automated script but I don't think there's support for that:
- move all the tracks of an album to the album folder, name the tracks with their discnumber at the beginning
- then the second script deals with those tracks, reads that first number printed from the first script, moves them to their respective subfolder and renames the track file again to remove that markdown disc number.
thanks