You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
sodface
changed the title
Leading Space in Example Multidisk Directories
Leading Space in Example for Multidisk Directories
Feb 4, 2025
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.
The text was updated successfully, but these errors were encountered: