Skip to content

Leading Space in Example for Multidisk Directories #100

Open
@sodface

Description

@sodface

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions