GNOME Bugzilla – Bug 168691
[PATCH]cddb-slave2 doesn't handle multiple exact matches (cddb code 210)
Last modified: 2005-03-20 13:48:09 UTC
Please describe the problem: If I use gnome-cd to play a CD which has multiple exact matches in the CDDB database, gnome-cd does not show the name of the CD. This is because cddb-slave2 does not handle the "multiple exact matches" response (code 210 in the CDDB protocol). It handles the "multiple inexact matches" response (code 211) fine and correctly prompts the user to choose. Examples of discs affected are Selling England by the Pound (Genesis), Fugazi (Marillion), etc. Steps to reproduce: 1. Load gnome-cd 2. Insert CD with multiple matches Actual results: gnome-cd displays "Unknown Artist" and "Unknown Album" Expected results: gnome-cd should display the correct artist and album Does this happen every time? Yes Other information:
Created attachment 38020 [details] [review] one-line fix This fixes the problem for me. Now cddb-slave2 correctly prompts the user if there are multiple exact matches.
Setting PATCH keyword and priority to high since there is a patch.
Hi, since this is not a crasher, I'd vote for delaying this until 2.11. the patch looks good, thanks.
Smart patch that can hardly break anything. :) why not merge it soon?
I tend to break freezes a lot already... We're deep in the GNOME 2.10 cycle, past the complete code freeze. I'd rather delay it until after the freeze, i.e. GNOME 2.10.1.
Applied for 2.10.1.
*** Bug 167570 has been marked as a duplicate of this bug. ***