Exclude DVDs from Multidisclogic #5758
Unanswered
mangix0815
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there, maybe someone can help me with my problem—I just can’t figure it out:
Some releases include both CDs and DVDs. I’ve only saved the CDs, yet the $disc field still appears because beets correctly detects multiple discs. In these cases, I want the $disc field to be omitted—I only want it to appear when a release actually has multiple CDs, not when it’s one CD plus one or more DVDs.
For a single-CD release (or a release with one CD and one or more DVDs), the format should be:
$artist – $album – $track – $title
For a multi-CD release:
$artist – $album – Disc $disc – $track – $title
This is my config:
(Full config: https://pastebin.com/Jv1755Pu)
This works for releases which only contain CDs but not, if a release contains CDs and DVDs. Is there a way to detect if a release contains both CDs and DVDs, and only include the “Disc –” label when there are multiple CDs (ignoring DVDs in the count)?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions