Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't mix up a picture's type with its description. #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mavit
Copy link

@mavit mavit commented Feb 16, 2014

Music::Tag::FLAC reads a picture's description and sets it as the picture type. Actually these are different fields (see https://xiph.org/flac/format.html#metadata_block_picture).

This has started catching me out because Musicbrainz now allow people to set a free-text comment on each image. This gets tagged as the picture's description, causing Music::Tag::FLAC to report nonsensical picture types.

The following patch separates these out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants