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

Add RELEASETYPE mapping for albumtype and RELEASESTATUS mapping for albumstatus #28

Merged

Conversation

jeandeaual
Copy link
Contributor

According to the Picard tag mappings documentation, the "Release Status" tag is mapped to MUSICBRAINZ_ALBUMSTATUS for APEv2 and RELEASESTATUS for Vorbis comments and the "Release Type" tag is mapped to MUSICBRAINZ_ALBUMTYPE for APEv2 and RELEASETYPE for Vorbis comments.

Currently, mediafile only reads and writes MUSICBRAINZ_ALBUMSTATUS in albumstatus for Vorbis comments and APEv2, so it doesn't pick up the value in FLAC files edited with Picard.

Same thing for albumtype, RELEASETYPE should be supported alongside MUSICBRAINZ_ALBUMTYPE.

@sampsyo
Copy link
Member

sampsyo commented Jan 22, 2020

Nice! This seems good to me. Would you mind adding a quick note to the changelog?

@jeandeaual
Copy link
Contributor Author

I updated the changelog. Is that fine?

@sampsyo
Copy link
Member

sampsyo commented Jan 22, 2020

Looks great; thanks again!!

@sampsyo sampsyo merged commit 23dda65 into beetbox:master Jan 22, 2020
@jeandeaual jeandeaual deleted the feature/add_releasestatus_releasetype branch January 23, 2020 05:38
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