Re: Review Request 130232: Fix crash during musicbrainz search

2017-08-23 Thread Sergey Ivanov
amarok > > > Description > --- > > + Fixed search result appending process to prevent creation of invalid > indices. > + Added "Accept" header to musicbrainz request, because sometimes MusicBrainz > returns response in JSON format instead of XML. > &g

Re: Review Request 130232: Fix crash during musicbrainz search

2017-08-23 Thread Christoph Feck
.m.) > > > Review request for Amarok. > > > Bugs: 328359 > https://bugs.kde.org/show_bug.cgi?id=328359 > > > Repository: amarok > > > Description > --- > > + Fixed search result appending process to prevent creation of invalid

Re: Review Request 130232: Fix crash during musicbrainz search

2017-08-23 Thread Sergey Ivanov
appending process to prevent creation of invalid indices. + Added "Accept" header to musicbrainz request, because sometimes MusicBrainz returns response in JSON format instead of XML. Diffs ----- src/musicbrainz/MusicBrainzFinder.h beb155166f src/musicbrainz/MusicBrainzFinder.cpp

Re: Review Request 130232: Fix crash during musicbrainz search

2017-08-22 Thread Myriam Schweingruber
prevent creation of invalid > indices. > + Added "Accept" header to musicbrainz request, because sometimes MusicBrainz > returns response in JSON format instead of XML. > > > Diffs > - > > src/musicbrainz/MusicBrainzFinder.h beb155166f > src/musicbrain

Re: Review Request 130232: Fix crash during musicbrainz search

2017-08-19 Thread Sergey Ivanov
(updated) - Fix crash during musicbrainz search Bugs: 328359 https://bugs.kde.org/show_bug.cgi?id=328359 Repository: amarok Description --- + Fixed search result appending process to prevent creation of invalid indices. + Added "Accept" header to musicbrai

Review Request 130232: Fix crush during musicbrainz search

2017-08-19 Thread Sergey Ivanov
/show_bug.cgi?id=328359 Repository: amarok Description --- + Fixed search result appending process to prevent creation of invalid indices. + Added "Accept" header to musicbrainz request, because sometimes MusicBrainz returns response in JSON format instead of XML. Diffs ----- src/m

Re: Review Request 105290: Make MusicBrainz tagger more accurate and easy to use

2013-04-29 Thread Matěj Laitl
eLog? Another reason is that the patch doesn't > > apply cleanly any more to current master. Alberto, would you mind rebasing > > it? You'd be to best person to resolve the conflicts. > > > > As I've said earlier I have little competence to review the "low-

Re: Review Request 105290: Make MusicBrainz tagger more accurate and easy to use

2013-04-29 Thread Alberto Villa
eLog? Another reason is that the patch doesn't > > apply cleanly any more to current master. Alberto, would you mind rebasing > > it? You'd be to best person to resolve the conflicts. > > > > As I've said earlier I have little competence to review the "low-level

Re: Review Request 105290: Make MusicBrainz tagger more accurate and easy to use

2013-04-27 Thread Matěj Laitl
d be to best person to resolve the conflicts. As I've said earlier I have little competence to review the "low-level" MusicBrainz bits, but I trust Alberto in that manner. src/musicbrainz/MusicBrainzFinder.cpp <http://git.reviewboard.kde.org/r/105290/#comment23595> I looks li

Re: Review Request 105290: Make MusicBrainz tagger more accurate and easy to use

2013-04-22 Thread Alberto Villa
, [2] for inspiration > > > > [1] > > http://techbase.kde.org/Policies/SVN_Commit_Policy#Special_keywords_in_SVN_log_messages > > [2] http://dot.kde.org/2012/09/23/kde-commit-digest-22nd-july-2012 How does this sound for ChangeLog? Update the MusicBrainz tagger to MusicB

Re: Review Request 105290: Make MusicBrainz tagger more accurate and easy to use

2013-04-22 Thread Alberto Villa
> On April 18, 2013, 12:11 p.m., Matěj Laitl wrote: > > src/musicbrainz/MusicBrainzTagsModel.cpp, lines 199-200 > > <http://git.reviewboard.kde.org/r/105290/diff/5/?file=139513#file139513line199> > > > > It would be a tiny bit safer to use index() instead

Re: Review Request 105290: Make MusicBrainz tagger more accurate and easy to use

2013-04-22 Thread Alberto Villa
was added. It matches the top result release ID in other *unselected* results, to make album tagging much easier. Since a result might reference many release IDs (see the paragraph above), the match is done on the whole list of them. This is highly recommended over the "Select Best Matches&quo

Re: Review Request 105290: Make MusicBrainz tagger more accurate and easy to use

2013-04-21 Thread Matěj Laitl
> On April 18, 2013, 12:11 p.m., Matěj Laitl wrote: > > src/musicbrainz/MusicBrainzTagsModel.cpp, lines 251-253 > > <http://git.reviewboard.kde.org/r/105290/diff/5/?file=139513#file139513line251> > > > > Should be that easy (if this

Re: Review Request 105290: Make MusicBrainz tagger more accurate and easy to use

2013-04-21 Thread Alberto Villa
> On April 18, 2013, 12:11 p.m., Matěj Laitl wrote: > > src/musicbrainz/MusicBrainzTagsModel.cpp, lines 251-253 > > <http://git.reviewboard.kde.org/r/105290/diff/5/?file=139513#file139513line251> > > > > Should be that easy (if this

Re: Review Request 105290: Make MusicBrainz tagger more accurate and easy to use

2013-04-20 Thread Matěj Laitl
> On April 18, 2013, 12:11 p.m., Matěj Laitl wrote: > > src/musicbrainz/MusicBrainzTagsModel.cpp, lines 251-253 > > <http://git.reviewboard.kde.org/r/105290/diff/5/?file=139513#file139513line251> > > > > Should be that easy (if this

Re: Review Request 105290: Make MusicBrainz tagger more accurate and easy to use

2013-04-19 Thread Alberto Villa
of this very useful feature. That's what I was looking for: thanks! > On April 18, 2013, 12:11 p.m., Matěj Laitl wrote: > > src/musicbrainz/MusicBrainzFinder.h, line 26 > > <http://git.reviewboard.kde.org/r/105290/diff/5/?file=139505#file139505line26> > > > >

Re: Review Request 105290: Make MusicBrainz tagger more accurate and easy to use

2013-04-18 Thread Matěj Laitl
of a good suggestion. It may give even better results because it prevents mixing different album releases together." to improve discoverability of this very useful feature. src/musicbrainz/MusicBrainzFinder.h <http://git.reviewboard.kde.org/r/105290/#comment23240> nitpi

Re: Review Request 105290: Make MusicBrainz tagger more accurate and easy to use

2013-04-18 Thread Matěj Laitl
gt; Alberto Villa wrote: > edit-clear looks better to me (see toolbar_wider.png above). I also > rephrased the label to "Clear Choices", as there is nothing to reset to, here. Right. > On April 15, 2013, 10:47 p.m., Matěj Laitl wrote: > > src/musicbrainz/Music

Re: Review Request 105290: Make MusicBrainz tagger more accurate and easy to use

2013-04-18 Thread Matěj Laitl
> On April 15, 2013, 12:54 p.m., Alberto Villa wrote: > > src/musicbrainz/MusicBrainzTags.cpp, line 588 > > <http://git.reviewboard.kde.org/r/105290/diff/3-4/?file=87207#file87207line588> > > > > Is this too hacky? > > Matěj

Re: Review Request 105290: Make MusicBrainz tagger more accurate and easy to use

2013-04-18 Thread Alberto Villa
> On April 15, 2013, 10:47 p.m., Matěj Laitl wrote: > > src/musicbrainz/MusicBrainzTags.h, line 124 > > <http://git.reviewboard.kde.org/r/105290/diff/4/?file=138928#file138928line124> > > > > I'd name this: resetAllChoices() I used clearChoices() as i

Re: Review Request 105290: Make MusicBrainz tagger more accurate and easy to use

2013-04-18 Thread Alberto Villa
> On April 15, 2013, 12:54 p.m., Alberto Villa wrote: > > src/musicbrainz/MusicBrainzTags.cpp, line 588 > > <http://git.reviewboard.kde.org/r/105290/diff/3-4/?file=87207#file87207line588> > > > > Is this too hacky? > > Matěj

Re: Review Request 105290: Make MusicBrainz tagger more accurate and easy to use

2013-04-18 Thread Alberto Villa
ot;Select Best Matches from This Album" menu button was added. It matches the top result release ID in other *unselected* results, to make album tagging much easier. Since a result might reference many release IDs (see the paragraph above), the match is done on the whole list of them. This is highl

Re: Review Request 105290: Make MusicBrainz tagger more accurate and easy to use

2013-04-15 Thread Alberto Villa
> On April 15, 2013, 12:54 p.m., Alberto Villa wrote: > > src/musicbrainz/MusicBrainzTags.cpp, line 588 > > <http://git.reviewboard.kde.org/r/105290/diff/3-4/?file=87207#file87207line588> > > > > Is this too hacky? > > Matěj

Re: Review Request 105290: Make MusicBrainz tagger more accurate and easy to use

2013-04-15 Thread Matěj Laitl
> On April 15, 2013, 12:54 p.m., Alberto Villa wrote: > > src/musicbrainz/MusicBrainzTags.cpp, line 588 > > <http://git.reviewboard.kde.org/r/105290/diff/3-4/?file=87207#file87207line588> > > > > Is this too hacky? > > Matěj

Re: Review Request 105290: Make MusicBrainz tagger more accurate and easy to use

2013-04-15 Thread Matěj Laitl
> On April 15, 2013, 12:54 p.m., Alberto Villa wrote: > > src/musicbrainz/MusicBrainzTags.cpp, line 588 > > <http://git.reviewboard.kde.org/r/105290/diff/3-4/?file=87207#file87207line588> > > > > Is this too hacky? Calling sort( ... Qt::Descending_or_how_it

Re: Review Request 105290: Make MusicBrainz tagger more accurate and easy to use

2013-04-15 Thread Alberto Villa
d (this=0x40815c8) at > > thread/qreadwritelock.cpp:149 > > #7 0x7ff6f91ea94d in QReadLocker::relock (this=0x7fff238ff570) at > > /usr/include/qt4/QtCore/qreadwritelock.h:111 > > #8 0x7ff6f9437259 in MusicBrainzTagsItem::isChecked (this=0x40815a0) > > at /ho

Re: Review Request 105290: Make MusicBrainz tagger more accurate and easy to use

2013-04-15 Thread Alberto Villa
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/105290/#review31090 --- src/musicbrainz/MusicBrainzTags.cpp <h

Re: Review Request 105290: Make MusicBrainz tagger more accurate and easy to use

2013-04-15 Thread Alberto Villa
to reflect the higher one. The "Go to ... Page" menu buttons > currently link to the top result (i.e., highest scoring) IDs, but in the > future I might add support for showing a list. > > A "Select Best Matches from This Album" menu button was added. It matches t

Re: Review Request 105290: Make MusicBrainz tagger more accurate and easy to use

2013-04-15 Thread Alberto Villa
menu button was added. It matches the top result release ID in other *unselected* results, to make album tagging much easier. Since a result might reference many release IDs (see the paragraph above), the match is done on the whole list of them. This is highly recommended over the "Selec

Re: Review Request 105290: Make MusicBrainz tagger more accurate and easy to use

2013-04-15 Thread Alberto Villa
ot; menu button was added. It matches the > top result release ID in other *unselected* results, to make album tagging > much easier. Since a result might reference many release IDs (see the > paragraph above), the match is done on the whole list of them. This is highly > recommended ov

Re: Review Request 105290: Make MusicBrainz tagger more accurate and easy to use

2013-02-23 Thread vedant agarwala
Yep. That's why I have already fixed a bug in rekonq and presently working on another "junior job" in amarok :) N Thanks for the P.S. On Sat, Feb 23, 2013 at 3:45 PM, Matěj Laitl wrote: > On 22. 2. 2013 vedant agarwala wrote: > > Matej, its good that Alberto is still working on it. It appears t

Re: Review Request 105290: Make MusicBrainz tagger more accurate and easy to use

2013-02-23 Thread Matěj Laitl
On 22. 2. 2013 vedant agarwala wrote: > Matej, its good that Alberto is still working on it. It appears that I took > your advice even before I read this email ;) > I have started working on junior jobs and I can very well see there is a > lot of work left to do. I am interested in this (the tag gu

[amarok] /: Drop support for treating MusicBrainz ids as track unique ids

2013-02-21 Thread Matěj Laitl
Git commit 216c18bdaf18acf28e9ca98b115623934c9b4401 by Matěj Laitl. Committed on 21/02/2013 at 01:30. Pushed by laitl into branch 'master'. Drop support for treating MusicBrainz ids as track unique ids No comments on my mail inquiry, which I treat as a consent. Sin

Re: Review Request 105290: Make MusicBrainz tagger more accurate and easy to use

2013-02-21 Thread Matěj Laitl
track IDs (they are and will be used). Also, the > score is updated to reflect the higher one. The "Go to ... Page" menu buttons > currently link to the top result (i.e., highest scoring) IDs, but in the > future I might add support for showing a list. > > A "Select Bes

Re: Review Request 105290: Make MusicBrainz tagger more accurate and easy to use

2013-02-20 Thread Vedant Agarwala
highest scoring) IDs, but in the > future I might add support for showing a list. > > A "Select Best Matches from This Album" menu button was added. It matches the > top result release ID in other *unselected* results, to make album tagging > much easier. Since a result

Can we stop using MusicBrainz id as track uniqueid (was: [Bug 315329])

2013-02-19 Thread Matěj Laitl
Hi, it has been brought to my attention on https://bugs.kde.org/show_bug.cgi?id=315329 that MusicBrainz changed semantics of the "MusicBrainz id" stored in various meta tags in a way that we IMO cannot use it as track unique identifier any longer. In short, the "MusicBrai

Re: Review Request 105290: Make MusicBrainz tagger more accurate and easy to use

2013-02-17 Thread Matěj Laitl
link to the top result (i.e., highest scoring) IDs, but in the > future I might add support for showing a list. > > A "Select Best Matches from This Album" menu button was added. It matches the > top result release ID in other *unselected* results, to make album tagging

Re: Review Request: Make MusicBrainz tagger more accurate and easy to use

2012-11-08 Thread Matěj Laitl
o ... Page" menu buttons > currently link to the top result (i.e., highest scoring) IDs, but in the > future I might add support for showing a list. > > A "Select Best Matches from This Album" menu button was added. It matches the > top result release ID in other *u

Re: Review Request: Make MusicBrainz tagger more accurate and easy to use

2012-09-30 Thread Matěj Laitl
to ... Page" menu buttons > currently link to the top result (i.e., highest scoring) IDs, but in the > future I might add support for showing a list. > > A "Select Best Matches from This Album" menu button was added. It matches the > top result release ID in other *unselect

Re: Review Request: Make MusicBrainz tagger more accurate and easy to use

2012-09-30 Thread Matěj Laitl
/r/105290/#scomment98> I think you can use "toold-wizard" icon here. src/musicbrainz/MusicBrainzTags.cpp <http://git.reviewboard.kde.org/r/105290/#comment15647> I've tried the latest code and it works well, but has an usability flaw: When you are expan

Re: Review Request: Make MusicBrainz tagger more accurate and easy to use

2012-09-08 Thread Matěj Laitl
ht add support for showing a list. > > A "Select Best Matches from This Album" menu button was added. It matches the > top result release ID in other *unselected* results, to make album tagging > much easier. Since a result might reference many release IDs (see the >

Re: Review Request: Make MusicBrainz tagger more accurate and easy to use

2012-09-08 Thread Matěj Laitl
dialogs/MusicBrainzTagger.cpp <http://git.reviewboard.kde.org/r/105290/#comment14780> Kudos for removing hidden functionality src/musicbrainz/MusicBrainzFinder.h <http://git.reviewboard.kde.org/r/105290/#comment14781> Nitpick: we usually don't add blank line between undocumented m

Re: Review Request: Make MusicBrainz tagger more accurate and easy to use

2012-09-04 Thread Matěj Laitl
Also, the > score is updated to reflect the higher one. The "Go to ... Page" menu buttons > currently link to the top result (i.e., highest scoring) IDs, but in the > future I might add support for showing a list. > > A "Select Best Matches from This Album"

Re: Review Request: Make MusicBrainz tagger more accurate and easy to use

2012-09-01 Thread Alberto Villa
lt (i.e., highest scoring) IDs, but in the > future I might add support for showing a list. > > A "Select Best Matches from This Album" menu button was added. It matches the > top result release ID in other *unselected* results, to make album tagging > much easier. Sinc

Re: Review Request: Make MusicBrainz tagger more accurate and easy to use

2012-06-27 Thread Matěj Laitl
a list. > > A "Select Best Matches from This Album" menu button was added. It matches the > top result release ID in other *unselected* results, to make album tagging > much easier. Since a result might reference many release IDs (see the > paragraph above), the match is don

Re: Review Request: Make MusicBrainz tagger more accurate and easy to use

2012-06-19 Thread Alberto Villa
ot; menu button was added. It matches the top result release ID in other *unselected* results, to make album tagging much easier. Since a result might reference many release IDs (see the paragraph above), the match is done on the whole list of them. This is highly recommended over the "Sel

Re: Review Request: Make MusicBrainz tagger more accurate and easy to use

2012-06-18 Thread Sergey Ivanov
: /home/kash/workspace/amarok.git/src/musicbrainz/MusicBrainzFinder.cpp:441:114: error: macro "Q_FOREACH" passed 3 arguments, but takes just 2 /home/kash/workspace/amarok.git/src/musicbrainz/MusicBrainzFinder.cpp:520:43: error: macro "Q_FOREACH" passed 3 arguments, but takes just

Re: Review Request: Make MusicBrainz tagger more accurate and easy to use

2012-06-18 Thread Matěj Laitl
t. > > A "Select Best Matches from This Album" menu button was added. It matches the > top result release ID in other *unselected* results, to make album tagging > much easier. Since a result might reference many release IDs (see the > paragraph above), the match is done on

Review Request: Make MusicBrainz tagger more accurate and easy to use

2012-06-18 Thread Alberto Villa
(see the paragraph above), the match is done on the whole list of them. This is highly recommended over the "Select Best Matches" toolbar button. Process MusicDNS results just like MusicBrainz ones (i.e., do not duplicate the logic). Simply, as they will not carry existing tags, they'l

Re: Review Request: Remove FFmpeg dependencies from the new MusicBrainz fingerprinting by using Phonon::AudioDataOutput instead of FFmpeg directly

2011-06-11 Thread Thomas Lübking
e.. you'd have to build some kind of buffer (as I did) before this could > work. otherwise musicbrainz will either hang or starve. > > Kevin Kofler wrote: > > I just basically removes the ffmpeg stuff but puts nothing into place > to replace it. > > Uh yes,

Re: Review Request: Remove FFmpeg dependencies from the new MusicBrainz fingerprinting by using Phonon::AudioDataOutput instead of FFmpeg directly

2011-06-10 Thread Kevin Kofler
e.. you'd have to build some kind of buffer (as I did) before this could > work. otherwise musicbrainz will either hang or starve. > > Kevin Kofler wrote: > > I just basically removes the ffmpeg stuff but puts nothing into place > to replace it. > > Uh yes,

Re: Review Request: Expansion of MusicBrainz dialog

2011-05-22 Thread Felix Mauch
--- > > (Updated Jan. 25, 2011, 9:12 p.m.) > > > Review request for Amarok. > > > Summary > --- > > I added automatic adjustment of all columns and expanding of all tracks for > the MusicBrainz dialog. Unfortunately, I haven't been able yet t

Re: Review Request: Expansion of MusicBrainz dialog

2011-05-21 Thread Felix Mauch
; --- > > I added automatic adjustment of all columns and expanding of all tracks for > the MusicBrainz dialog. Unfortunately, I haven't been able yet to resize the > dialog as well. > > > Diffs > - > > src/dialogs/MusicBrainzTagger.cpp 297d610 >

Re: Review Request: Fix use of deprecated avcodec_decode_audio2 in MusicBrainz support

2011-05-18 Thread Commit Hook
ve been removed in the latest git version of ffmpeg. > This patch switches these to avcodec_decode_audio3 and AVMEDIA_TYPE_AUDIO > respectively, removing deprecation warnings and fixing building on latest git > ffmpeg. > > > Diffs > - > > src/musicbrainz/MusicDNSAud

Re: Review Request: Fix use of deprecated avcodec_decode_audio2 in MusicBrainz support

2011-05-17 Thread Sergey Ivanov
c_decode_audio2 and the constant CODEC_TYPE_AUDIO are > deprecated, and have been removed in the latest git version of ffmpeg. > This patch switches these to avcodec_decode_audio3 and AVMEDIA_TYPE_AUDIO > respectively, removing deprecation warnings and fixing building on late

Review Request: Fix use of deprecated avcodec_decode_audio2 in MusicBrainz support

2011-05-16 Thread Sam Lade
. Diffs - src/musicbrainz/MusicDNSAudioDecoder.cpp 6d82bb0 Diff: http://git.reviewboard.kde.org/r/101372/diff Testing --- Amarok builds successfully with latest git ffmpeg. MusicBrainz tagging works correctly. Thanks, Sam ___ Amarok-devel

Re: Review Request: Expansion of MusicBrainz dialog

2011-05-14 Thread Ralf Engels
org/r/100443/ > --- > > (Updated Jan. 25, 2011, 9:12 p.m.) > > > Review request for Amarok. > > > Summary > --- > > I added automatic adjustment of all columns and expanding of all tracks for > the MusicBrainz dialog. Unfortunately, I haven't been

Re: Review Request: Expansion of MusicBrainz dialog

2011-02-25 Thread Ralf Engels
org/r/100443/ > --- > > (Updated Jan. 25, 2011, 9:12 p.m.) > > > Review request for Amarok. > > > Summary > --- > > I added automatic adjustment of all columns and expanding of all tracks for > the Mus

Re: MusicBrainz

2011-01-30 Thread Sergey Ivanov
Fixed. Thank you. :) 2011/1/30 Martin : > Hi, > >> I'll try to do something with this unreadable text, but could you >> supply screenshot to make clear what exactly I need to fix. > I just experienced the same :) > Just use the Obidian Coast theme and you'll see what the problem is: > http://www.a

Re: MusicBrainz

2011-01-30 Thread Martin
Hi, > I'll try to do something with this unreadable text, but could you > supply screenshot to make clear what exactly I need to fix. I just experienced the same :) Just use the Obidian Coast theme and you'll see what the problem is: http://www.abload.de/image.php?img=colorsd9fv.png Regards, Mart

Re: MusicBrainz

2011-01-30 Thread Sergey Ivanov
Thank you very much for this review. I'll try to do something with this unreadable text, but could you supply screenshot to make clear what exactly I need to fix. 2011/1/30 Thomas Pfeiffer : > A few days ago I tried out the MusicBrainz tagger in action for the first time > and I&

MusicBrainz

2011-01-29 Thread Thomas Pfeiffer
A few days ago I tried out the MusicBrainz tagger in action for the first time and I'm impressed! Although it started with disappointment since the first tracks I tried could not be found either by MusicBrainz or by MusicDNS, later on with other tracks it worked really well and actually t

Re: Review Request: Expansion of MusicBrainz dialog

2011-01-25 Thread Sergey Ivanov
visit: > http://git.reviewboard.kde.org/r/100443/ > --- > > (Updated Jan. 25, 2011, 9:12 p.m.) > > > Review request for Amarok. > > > Summary > --- > > I added automatic adjustment of all columns and expandin

Review Request: Expansion of MusicBrainz dialog

2011-01-25 Thread Felix Mauch
of all columns and expanding of all tracks for the MusicBrainz dialog. Unfortunately, I haven't been able yet to resize the dialog as well. Diffs - src/dialogs/MusicBrainzTagger.cpp 297d610 Diff: http://git.reviewboard.kde.org/r/100443/diff Testing --- Screen

Re: Review Request: MusicBrainz Tagger "restyling"

2010-11-04 Thread Sergey Ivanov
7581267 src/images/mb_aicon.png PRE-CREATION src/images/mb_licon.png PRE-CREATION src/images/mb_ticon.png PRE-CREATION src/musicbrainz/MusicBrainzFinder.h 49c8f6b src/musicbrainz/MusicBrainzFinder.cpp 41ddbaa src/musicbrainz/MusicBrainzMeta.h 57ed363 src/musicbrainz/MusicBrai

Re: Review Request: MusicBrainz Tagger "restyling"

2010-11-04 Thread Sergey Ivanov
gger.cpp cdc3ec5 > src/dialogs/MusicBrainzTagger.ui 3f14236 > src/dialogs/TagDialog.cpp e98acf5 > src/images/CMakeLists.txt 7581267 > src/images/mb_aicon.png PRE-CREATION > src/images/mb_licon.png PRE-CREATION > src/images/mb_ticon.png PRE-CREATION > src/music

Re: Review Request: MusicBrainz Tagger "restyling"

2010-11-04 Thread Mark Kretschmann
t; > src/CMakeLists.txt 9fcd33e > src/dialogs/MusicBrainzTagger.h e33c9f6 > src/dialogs/MusicBrainzTagger.cpp cdc3ec5 > src/dialogs/MusicBrainzTagger.ui 3f14236 > src/dialogs/TagDialog.cpp e98acf5 > src/images/CMakeLists.txt 7581267 > src/images/mb_aicon.png

Re: Review Request: MusicBrainz Tagger "restyling"

2010-11-04 Thread Sergey Ivanov
cf5 src/images/CMakeLists.txt 7581267 src/images/mb_aicon.png PRE-CREATION src/images/mb_licon.png PRE-CREATION src/images/mb_ticon.png PRE-CREATION src/musicbrainz/MusicBrainzFinder.h 49c8f6b src/musicbrainz/MusicBrainzFinder.cpp 41ddbaa src/musicbrainz/MusicBrainzMeta.h 57ed

Re: Review Request: MusicBrainz Tagger "restyling"

2010-11-03 Thread Sergey Ivanov
2010/11/3 Thomas Pfeiffer : > Maybe we can find someplace we can copy the weights from, these should not be > left to guesswork. For example, I don't think Artist should be given such a > low weight. > Tbh, I spied them from Picard. :) 2010/11/3 Lukas <1luk...@gmail.com>: > How can selection titl

Re: Review Request: MusicBrainz Tagger "restyling"

2010-11-02 Thread Lukas
> I agree. Though leaving the best matches uncolored would have the advantage of > a "clean" list if there are mostly perfect matches, green should still stay > for the best matches. How can selection title and artist have many "best" matches? Exact track is made by an exact artist and has exact ti

Re: Review Request: MusicBrainz Tagger "restyling"

2010-11-02 Thread Sergey Ivanov
2010/11/2 Lukas <1luk...@gmail.com> > > Hi, > > Its nice to see such improvement :) > > Just a few things to add - It looks like entire result gets compared to > entire data from track. It's hardly the best way to it, since the longer > correct part is, the more similar results looks like. From t

Re: Review Request: MusicBrainz Tagger "restyling"

2010-11-02 Thread Lukas
for Amarok. > By Sergey Ivanov. > > *Updated 2010-11-02 15:32:21.079819* > Changes > > Change gradients for results ( (orange) FFAA00->55FF00 (green) for > MusicBrainz; (cyan)00AAFF->00FF55(green) for MusicDNS and green (00FF00) if > track found by both engines). >

Re: Review Request: MusicBrainz Tagger "restyling"

2010-11-02 Thread Sergey Ivanov
--- Change gradients for results ( (orange) FFAA00->55FF00 (green) for MusicBrainz; (cyan)00AAFF->00FF55(green) for MusicDNS and green (00FF00) if track found by both engines). Tooltips with match ratio. Summary --- Rebuild MBT dialog. Now search result presented by

Re: Review Request: MusicBrainz Tagger "restyling"

2010-11-02 Thread Mark Kretschmann
> no Start search button any more, both searches run simultaneously. > > Will be Implemented soon: > 1) If one TrackID founded by both searches, this result automatically moves > on top. > 2) MB icon linked to track page on musicbrainz.org. //need to find a place > for It > 3.

Re: Review Request: MusicBrainz Tagger "restyling"

2010-11-02 Thread Stefan Derkits
; > Will be Implemented soon: > 1) If one TrackID founded by both searches, this result automatically moves > on top. > 2) MB icon linked to track page on musicbrainz.org. //need to find a place > for It > 3..n Needs your advices. :) > > > Diffs > - > > src/C

Re: Review Request: MusicBrainz Tagger "restyling"

2010-11-01 Thread Thomas Pfeiffer
> for It > 3..n Needs your advices. :) > > > Diffs > - > > src/CMakeLists.txt 2abeca2 > src/dialogs/MusicBrainzTagger.h e33c9f6 > src/dialogs/MusicBrainzTagger.cpp cdc3ec5 > src/dialogs/MusicBrainzTagger.ui 3f14236 > src/musicbrainz/MusicBra

Re: Review Request: MusicBrainz Tagger "restyling"

2010-11-01 Thread Sergey Ivanov
; > > Diffs > - > > src/CMakeLists.txt 2abeca2 > src/dialogs/MusicBrainzTagger.h e33c9f6 > src/dialogs/MusicBrainzTagger.cpp cdc3ec5 > src/dialogs/MusicBrainzTagger.ui 3f14236 > src/musicbrainz/MusicBrainzFinder.h 49c8f6b > src/musicbrainz/MusicBrai

Re: Review Request: MusicBrainz Tagger "restyling"

2010-11-01 Thread Stefan Derkits
top. > 2) MB icon linked to track page on musicbrainz.org. //need to find a place > for It > 3..n Needs your advices. :) > > > Diffs > - > > src/CMakeLists.txt 2abeca2 > src/dialogs/MusicBrainzTagger.h e33c9f6 > src/dialogs/MusicBrainzTagger.cpp cdc

Re: Review Request: MusicBrainz Tagger "restyling"

2010-11-01 Thread Mark Kretschmann
BrainzTagger.h e33c9f6 > src/dialogs/MusicBrainzTagger.cpp cdc3ec5 > src/dialogs/MusicBrainzTagger.ui 3f14236 > src/musicbrainz/MusicBrainzFinder.h 49c8f6b > src/musicbrainz/MusicBrainzFinder.cpp 41ddbaa > src/musicbrainz/MusicBrainzMeta.h 57ed

Re: UI: How to make MusicBrainz dialog shine, or noob needs help.

2010-11-01 Thread Sergey Ivanov
isplay the > the tracks to be tagged in the first level, and for each track display > possible tag-sets in the second level. Using different colors for different > matching distances sounds like a very good idea here. The user can then select > the correct tag set for each track (if the

Review Request: MusicBrainz Tagger "restyling"

2010-11-01 Thread Sergey Ivanov
src/dialogs/MusicBrainzTagger.h e33c9f6 src/dialogs/MusicBrainzTagger.cpp cdc3ec5 src/dialogs/MusicBrainzTagger.ui 3f14236 src/musicbrainz/MusicBrainzFinder.h 49c8f6b src/musicbrainz/MusicBrainzFinder.cpp 41ddbaa src/musicbrainz/MusicBrainzMeta.h 57ed363 src/musicbra