View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005733 | MMW v4 | Properties/Auto-Tools | public | 2009-06-05 14:59 | 2011-05-06 16:18 |
Reporter | peke | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | feedback | Resolution | open | ||
Target Version | 4.1 | ||||
Summary | 0005733: Auto Tag from Web: Not All Results are shown. | ||||
Description | Example 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. | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Fixed in build | |||||
|
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 |
|
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 |
|
Peke, does the XML link (I posted in my last note) contain aslo only 2 of 3 results? |
|
All Three. <ASIN>B0000658FP</ASIN> --- First one is missing from MM list <ASIN>B0002MPQSC</ASIN> <ASIN>B0000640B4</ASIN> |
|
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? |
|
Yes, pic uploaded. |
|
Peke, I have uploaded MediaMonkey.exe - use this exe and generate debug log, please. |
|
Log Uploaded. I initiated amazon search for all amazon stores just in case first and last is US. |
|
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. |
|
I Uploaded Whole Album to FTP for your testing |
|
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)? |
|
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? |