View Issue Details

IDProjectCategoryView StatusLast Update
0005733MMW v4Properties/Auto-Toolspublic2011-05-06 16:18
Reporterpeke Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status feedbackResolutionopen 
Target Version4.1 
Summary0005733: Auto Tag from Web: Not All Results are shown.
DescriptionExample Amazon search: http://www.amazon.com/s/ref=nb_ss_m?url=search-alias%3Dpopular&field-keywords=Bryan+Adams+Early+Years&x=0&y=0

If MM Searches for "Bryan Adams - Early Years" results are not complete and You need to refresh several times until you get good Result if you get it.
TagsNo tags attached.
Attached Files
scr1.JPG (28,131 bytes)   
scr1.JPG (28,131 bytes)   
Fixed in build

Activities

Ludek

2009-06-05 15:59

developer   ~0018201

Last edited: 2009-06-05 17:18

Peke, which Auto tag store you use? I have just tested with UK (Amazon.co.uk) and results seems to be always the same for "Bryan Adams - Early Years". See the attached screenshot.
On the US (amazon.com) the results are also always the same (two albums from 2002 and one from 2004)

Note that the results that MM retrieves are here (as XML):
http://webservices.amazon.com/onca/xml?AWSAccessKeyId=1EYXVSY9HM4XCVN8GK82&ItemPage=&Keywords=Bryan%20Adams%20%2D%20Early%20Years&Operation=ItemSearch&ResponseGroup=ItemAttributes%2CTracks%2CEditorialReview%2CImages%2CSmall%2COfferSummary&SearchIndex=Music&Service=AWSECommerceService&Timestamp=2009%2D06%2D05T17%3A10%3A16Z&6Meehl3lDI0vVxsBLbSSJqHb1pCEyL8KJ6shlECP7H0%3D1

peke

2009-06-06 14:53

developer   ~0018215

Last edited: 2009-06-06 14:56

I Use US Store This one is always missing in the list http://www.amazon.com/Early-Years-Bryan-Adams/dp/B0000658FP/ref=sr_1_2?ie=UTF8&s=music&qid=1244299900&sr=1-2

I Uploaded Screenshot to FTP

Ludek

2009-06-07 13:41

developer   ~0018230

Last edited: 2009-06-07 13:42

Peke, does the XML link (I posted in my last note) contain aslo only 2 of 3 results?

peke

2009-06-07 15:12

developer   ~0018232

Last edited: 2009-06-07 15:15

All Three.

<ASIN>B0000658FP</ASIN> --- First one is missing from MM list
<ASIN>B0002MPQSC</ASIN>
<ASIN>B0000640B4</ASIN>

Ludek

2009-06-08 10:41

developer   ~0018239

Last edited: 2009-06-08 10:41

Peke, click on the [Options] button on the Auto-tag dialog and there are following items:

.....
-----------
Show Live
Show Re-Releases
Show singles
Show Best Of
------------
....

Do you have all of them ticked?

peke

2009-06-09 02:10

developer   ~0018254

Yes, pic uploaded.

Ludek

2009-06-09 10:39

developer   ~0018258

Peke, I have uploaded MediaMonkey.exe - use this exe and generate debug log, please.

peke

2009-06-09 19:27

developer   ~0018269

Log Uploaded.

I initiated amazon search for all amazon stores just in case first and last is US.

Ludek

2009-06-10 11:43

developer   ~0018301

Peke, based on the log I found out that it is related to the group of songs you want to auto-tag.

There is an old part of code (from MM 2.4 or earlier version) in the WebUtils.pas:
TProductsInfo.RemoveNonRelevant( true);
and this function filters the results based on string similarity with the selected tracks.

I would need to have your tracks in order to review what is going on.
Another way is to try to debug it yourself based on the assumption you have access to the sources.

peke

2009-06-11 23:51

developer   ~0018385

I Uploaded Whole Album to FTP for your testing

Ludek

2009-06-12 11:47

developer   ~0018401

Reminder sent to: jiri

Yes, it is reproducable with the set of tracks that Peke uploaded.
The album from 2002 that doesn't contain tracks is automaticaly removed from the results. It probably makes sense to remove it from results, but strange think is that if you select only 4 tracks of the album and go to auto-tag then all three are in results including the one from 2002 with no tracks.

We might need to review it.
What do you think about it, Jiri?
It looks like this bahaviour is there for years (from MM 2.4)?

jiri

2009-06-12 12:33

administrator   ~0018402

Yes, this is there from the very beginning and should prevent showing too many results, so that user can easily select the correct one. In order to prevent any confusion, we could add a new option '[x] Filter non-relevant' to the Options menu in the dialog. Rusty, what do you think?