-
Notifications
You must be signed in to change notification settings - Fork 108
more template options for filenames #401
Copy link
Copy link
Closed
Labels
FeatureNew featureNew featureNeeded: discussionMore discussion needed before anything can be done (or still no agreement has been reached)More discussion needed before anything can be done (or still no agreement has been reached)On HoldWaiting for other actionsWaiting for other actions
Metadata
Metadata
Assignees
Labels
FeatureNew featureNew featureNeeded: discussionMore discussion needed before anything can be done (or still no agreement has been reached)More discussion needed before anything can be done (or still no agreement has been reached)On HoldWaiting for other actionsWaiting for other actions
Type
Fields
Give feedbackNo fields configured for issues without a type.
I think it would be useful to have more options to generate the filenames of ripped files. Especially having a DISCNUMBER would be good, as then, one could do something like
DISCNUMBER-TRACKNUMBER_andsoon.flac.As a bonus, having the option for
DISCNUMBER-TRACKNUMBER_andsoon.flacin case of multi-disc releases, andTRACKNUMBER_andsoon.flacfor single-disc releases would be great.I know MusicBrainz Picard supports this using some advanced template logic.
Given that Picard is also Python, maybe using some code from Picard in whipper to implement this would be an option.
What do you think? Would you accept a PR for this (i.e., using Picard code in whipper for template generation)?