After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 393707 - SJ doesn't retrieve correct release artist
SJ doesn't retrieve correct release artist
Status: RESOLVED FIXED
Product: sound-juicer
Classification: Applications
Component: metadata
unspecified
Other Linux
: Normal minor
: ---
Assigned To: Sound Juicer Maintainers
Sound Juicer Maintainers
: 439230 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-01-06 23:03 UTC by Andrew Conkling
Modified: 2007-06-29 10:54 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Andrew Conkling 2007-01-06 23:03:23 UTC
When looking up a Various Artists release on MusicBrainz, sound-juicer sets the CD artist as the artist for the very first track, rather than as the release artist.

For example: http://musicbrainz.org/show/release/?releaseid=242916
Vladimir Horowitz - Discovered Treasures

SJ shows the CD artist as "Domenico Scarlatti" rather than Horowitz.
However, this is reproduceable with other releases.
Comment 1 Peter 2007-05-30 14:04:27 UTC
Sounds like the same issue as Bug 439230 – sound-juicer: does not correctly read "disc artist" from musicbrainz
Comment 2 Ross Burton 2007-05-30 14:10:31 UTC
*** Bug 439230 has been marked as a duplicate of this bug. ***
Comment 3 Ross Burton 2007-06-18 08:41:57 UTC
So it does, whoops.  I really need to rewrite the Musicbrainz code!

Fixed in trunk and 2.16.x
Comment 4 Aurélien Mino 2007-06-20 20:29:40 UTC
Ross: If you do a rewrite, think about using libmusicbrainz v3 which has a different API and is based on the MusicBrainz XML web service.
The old RDF web service is depreciated.
Comment 5 Ross Burton 2007-06-20 20:38:56 UTC
Oooh, excellent.  Is that released yet?  
Comment 6 Ross Burton 2007-06-20 20:40:02 UTC
Ah never mind, found it.
Comment 7 Wouter Bolsterlee (uws) 2007-06-29 10:52:30 UTC
You should also bump the libmuzicbrainz requirement in configure.in, since MBE_AlbumGetAlbumArtistName is only available from 2.1.5 onwards (perhaps 2.1.3/4.)
Comment 8 Wouter Bolsterlee (uws) 2007-06-29 10:52:52 UTC
Btw, I'm using the gnome-2-16 branch.
Comment 9 Ross Burton 2007-06-29 10:54:36 UTC
Whoops, forgot to merge that to the branch.