-
Hi! I have an mp3 player that likes to show discnum in front of tracknum even for albums with only 1 disc. Can I configure beets to only write the discnum tag if there are multiple discs? Thank you :-) |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Done it!
Possible that it'll infinitely recurse on an actual multi-disc album, but I don't think that'll be too hard to fix. |
Beta Was this translation helpful? Give feedback.
-
Not done it! I suspect due to infinite recursion or to |
Beta Was this translation helpful? Give feedback.
-
Done it!
Essentially using |
Beta Was this translation helpful? Give feedback.
Done it!
Essentially using
alternatives
instead…