Open apastuszak opened 8 years ago
Thanks for the report! Currently, the fields that keeps track of the media and count (AlbumInfo.media
and AlbumInfo.mediums
) are only aware of a single media type. We should keep track of the full list of media types and report that.
Woohoo!
My first enhancement request!
On Wed, Sep 21, 2016 at 8:57 PM, Adrian Sampson notifications@github.com wrote:
Thanks for the report! Currently, the fields that keeps track of the media and count (AlbumInfo.media and AlbumInfo.mediums) are only aware of a single media type. We should keep track of the full list of media types and report that.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/beetbox/beets/issues/2203#issuecomment-248784649, or mute the thread https://github.com/notifications/unsubscribe-auth/ADPlXjXZhhFyphfPI4we4mBn39HdoGxMks5qsdJtgaJpZM4KCyf9 .
Problem
When you are importing a multi-disc release, where some of the discs are DVDs instead of CDs, beets seems to identify the release as being all CDs. For example, if I try and import the deluxe version of Jethro Tull's A Passion Play, I see the following:
The release contains 2 CD and 2 DVDs. I fully expect it not to be a 100% match, but I am also expecting it to tell me there are 2 CD and 2 DVDs, which helps me understand why it doesn't match.
Running this command in verbose (
-vv
) mode:Led to this problem:
Setup
My configuration (output of
beet config
) is: