-
Notifications
You must be signed in to change notification settings - Fork 92
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
Look into adding more MusicBrainz identifiers to ripped files #200
Comments
AFAICT with the output we're already getting we should be able to save Release Group and Track MBIDs in addition to the rest of what we're currently saving. I'll try and make a PR. |
@Freso A bit unrelated but I'd like to fix this warning before tagging the next release:
|
@JoeLametta Is there an issue for that? If not, you should make an issue for that and label it accordingly and maybe ping me in that instead of in unrelated issues. ;) (Or you could come on IRC and point it out!) |
Some of these dumps predate when MusicBrainz had (re)introduced track MBIDs, so some tests for the code for issue #200 would fail since the JSON dumps didn't contain those IDs. Signed-off-by: Frederik “Freso” S. Olesen <freso.dk@gmail.com>
I know, was in a hurry (sorry). |
See https://musicbrainz.org/doc/Track First part of #200 Signed-off-by: Frederik “Freso” S. Olesen <freso.dk@gmail.com>
See https://musicbrainz.org/doc/Release_Group Second part of #200 (MusicBrainz JSON test data dumps needed to be refreshed due to the new `includes` in the MusicBrainz web service call.) Signed-off-by: Frederik “Freso” S. Olesen <freso.dk@gmail.com>
See https://musicbrainz.org/doc/Work Third and final and thus closes #200 Signed-off-by: Frederik “Freso” S. Olesen <freso.dk@gmail.com>
Look into whether more MusicBrainz identifiers (namely Release Group, Track, and Work) are included in the response whipper currently gets when looking up Releases, if it does, include these MusicBrainz IDs in the tags added to the resulting files. (If the IDs are not included, don't bother asking for more information in the web service request.)
The text was updated successfully, but these errors were encountered: