Bug 63740 - Handling duplicate accoustic fingerprints from MusicBrainz
Summary: Handling duplicate accoustic fingerprints from MusicBrainz
Status: RESOLVED FIXED
Alias: None
Product: juk
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR grave
Target Milestone: ---
Assignee: Scott Wheeler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-05 07:13 UTC by Adam Treat
Modified: 2003-09-06 08:49 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Bzip2 patch for Juk which solves duplicate TRM's (4.60 KB, patch)
2003-09-05 07:35 UTC, Adam Treat
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Treat 2003-09-05 07:13:52 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
Compiler:          gcc (GCC) 3.3.2 20030812 (Debian prerelease) 
OS:          Linux

Currently, the musicbrainz code automatically chooses the first returned track even if the generated TRM produces duplicate results from the database.  We need a dialog to allow the user to choose the most appropriate track in this case.  Fortunately, I've created that dialog and attached it.  Here you go ;)
Comment 1 Adam Treat 2003-09-05 07:35:03 UTC
Created attachment 2377 [details]
Bzip2 patch for Juk which solves duplicate TRM's
Comment 2 Stephan Kulow 2003-09-05 10:55:55 UTC
Really! If juk ever again tags "Beatles: Octopus's Garden" as "Groove Coverage:
Hit the Beat", I'm going to cvs remove -f it! ;)
Comment 3 Scott Wheeler 2003-09-06 08:49:08 UTC
Subject: Re: kdemultimedia/juk

D'oh.  Works better with CCMAIL

On Saturday 06 September 2003 8:43, Scott Wheeler wrote:
> CVS commit by wheeler: 
> 
> Do this the right way now.  Replaced the QDialog with a KDialogBase subclass
> and moved the initialization code into that class.
> 
> 63740-done@bugs.kde.org
> 
> 
>   A            trackpickerdialog.cpp   1.1 [GPL (v2+)]
>   A            trackpickerdialog.h   1.1 [GPL (v2+)]
>   M +1 -1      Makefile.am   1.43
>   M +4 -18     playlistitem.cpp   1.57
>   M +11 -79    trackpickerdialogbase.ui   1.2