|
A useful example is to have separate directories for each disc: `-D "{album}{if #totaldiscs# > #1# CD|disc|} [{format}]" -F "{track} - {title}"`. |
I've been ripping a lot of disks recently and copy/pasted the above naming scheme to get multidisk subdirectories. I belatedly realized they were getting created with a leading space. I think:
{if #totaldiscs# > #1# CD|disc|}
should be:
{if #totaldiscs# > #1#CD|disc|}
Though I haven't tested it yet.
cyanrip/README.md
Line 312 in 60db4ec
I've been ripping a lot of disks recently and copy/pasted the above naming scheme to get multidisk subdirectories. I belatedly realized they were getting created with a leading space. I think:
should be:
Though I haven't tested it yet.