-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add requested template variables #536
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At a glance, having only read through the PR and not tested it, it looks good. 👍
9642e3a
to
0deb9fb
Compare
Sorry, made a bit of a mess: two commits got accidentally fixed up in a previous one. I've force pushed with the commits split and updated the description of the pull request. Because of the mistake, these variables were not included in the initial description:
|
5238d8d
to
f5072c8
Compare
Already included but were not allowed. Improved documentation. Signed-off-by: JoeLametta <JoeLametta@users.noreply.github.com>
- Trasparent change: now it makes more sense. - Updated tests to reflect 'title', 'releaseTitle' meaning swap. - Improved documentation. Signed-off-by: JoeLametta <JoeLametta@users.noreply.github.com>
Signed-off-by: JoeLametta <JoeLametta@users.noreply.github.com>
Signed-off-by: JoeLametta <JoeLametta@users.noreply.github.com>
Signed-off-by: JoeLametta <JoeLametta@users.noreply.github.com>
Signed-off-by: JoeLametta <JoeLametta@users.noreply.github.com>
- %M: total number of discs in the chosen release - %N: number of current disc Signed-off-by: JoeLametta <JoeLametta@users.noreply.github.com>
Co-authored-by: Máximo Castañeda <antiswen@yahoo.es> Signed-off-by: JoeLametta <JoeLametta@users.noreply.github.com>
f5072c8
to
9d67144
Compare
This pull request extends the supported template variables. Additions:
%B
: release barcode (already included but is now allowed)%C
: release catalog number (already included but is now allowed)%c
: release disambiguation comment%D
: disc title without disambiguation%I
: MusicBrainz Disc ID%M
: total number of discs in the chosen release%N
: number of current disc%T
: medium titleWhen the relative metadata is available, whipper now adds the
TRACKTOTAL
,DISCTOTAL
andDISCNUMBER
metadata tags to the audio tracks.I've also taken the inspiration from pull request #476.
I haven't tested the changes so I can't guarantee that the added features will work as expected.
Resolves #401, resolves #440, resolves #448.