Summary: | MusicBrainz lookup: use existing TRM/artist/album Ids if present in ID3v2 tag | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Marc Aurel <marc-keyword-kdebug.e348b5> |
Component: | general | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | wishlist | CC: | clara.gnos, hairmetaladdict, torotil |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Marc Aurel
2005-03-13 12:49:57 UTC
*** Bug 122281 has been marked as a duplicate of this bug. *** *** This bug has been confirmed by popular vote. *** This is definitly missing. I definitly dont know why we should do a search in musicbrainz, when we could use the information in files. I have such stuff in my ogg files MUSICBRAINZ_ALBUMARTISTID=788ad31c-bf0c-4a31-83f8-b8b130d79c76 MUSICBRAINZ_ALBUMARTISTSORTNAME=Apocalyptica MUSICBRAINZ_ALBUMID=8a5d02a5-669a-4608-b817-981b3e4443b1 MUSICBRAINZ_ALBUMSTATUS=official MUSICBRAINZ_ALBUMTYPE=album MUSICBRAINZ_ARTISTID=788ad31c-bf0c-4a31-83f8-b8b130d79c76 MUSICBRAINZ_NONALBUM=0 MUSICBRAINZ_SORTNAME=Apocalyptica MUSICBRAINZ_TRACKID=4c9d2fb2-2727-408e-88ef-39a66145bd3f MUSICBRAINZ_VARIOUSARTISTS=0 MUSICIP_PUID=153c82dc-62eb-03d6-12db-73db8d2b238c (and of course picard also creates such thing for mp3 as the creator of the bug said). A lookup for the track would create following url: http://musicbrainz.org/track/4c9d2fb2-2727-408e-88ef-39a66145bd3f.html album: http://musicbrainz.org/release/8a5d02a5-669a-4608-b817-981b3e4443b1.html artist: http://musicbrainz.org/artist/788ad31c-bf0c-4a31-83f8-b8b130d79c76.html -------- And of course the last.fm/audioscrobbler specification under http://www.audioscrobbler.net/development/protocol/ says "If a MusicBrainz ID is present in the file (as defined here), then you should send it. So your line for submition of the id would no longer look like "&m[" + count + "]=" + but more like "&m[" + count + "]=" + KURL::encode_string_no_slash( itemFromQueue->mbtrackid(), 106 /*utf-8*/ ) + Amarok 2 doesn't use Musicbrainz anymore, we are worinkg on a fingerprinting solution |