View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0017820 | MMW 5 | Tagging / organizing (properties / auto-tools) | public | 2021-05-04 21:46 | 2021-06-16 23:09 |
Reporter | rusty | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 5.0 | ||||
Target Version | 5.0.1 | Fixed in Version | 5.0.1 | ||
Summary | 0017820: Album Art may fail to download at full size | ||||
Description | In some cases, when the user selects album art from the Image Search dialog: - Right-clicking > Show full size --> 'Image download failed' - Select and click 'OK' --> Image is downloaded at the wrong size In both cases, this is likely because the original artwork can't be downloaded. It would be preferable if: a) non downloadable links would not be listed b) if a) can't be implemented right away, then if a non-downloadable link is selected for tagging, MM should pop up a toast message indicating that 'The image can only be downloaded at a resolution of X x Y [find another image...]'. That way users won't inadvertently choose a poor image. | ||||
Additional Information | Reported at https://www.mediamonkey.com/forum/viewtopic.php?f=30&t=98879 Easily replicable with the 600x600 image for: Title: The Cry of My People Album: The Cry of My People Artist: Archie Shepp Album Artist: Archie Shepp | ||||
Tags | No tags attached. | ||||
Fixed in build | 2402 | ||||
related to | 0014848 | closed | michal | Album Art: In Image search window there is no way to preview found images in larger window |
related to | 0017822 | new | michal | Auto-lookup / Image Search / Auto-tag: Users should be able to set preference for Minimum Artwork Size |
related to | 0017867 | closed | michal | Larger version of images are not downloaded from Discogs |
related to | 0017866 | closed | michal | Lookup image... > [Browse] fails for artist images (regression 5.0.1) |
|
a) is not possible, the only way of detecting this is to try to download image, so we would have to download all found images before displaying image grid |
|
b) The approach discussed is to tweak the current workflow as follows i.e. Look image dialog --> User chooses image --> Click OK --> 'Getting Image' --> Image is downloaded or toast error is generated --> Add Cover dialog appears To the following Look image dialog --> User chooses image --> Click OK --> 'Getting Image' --> case a) Image is downloaded --> Add Cover dialog appears case b) Image is downloaded but doesn't match indicated W x H measurements --> Toast appears + Image search re-opens with correct measurements case c) Image is inaccessible and only the thumbnail is available --> Toast appears + Image search re-opens with correct measurements (of the thumbnail) Note: a possible alternative to the above proposal that avoids closing the Image Lookup dialog for case B/C would be to: - Change the 'Image search' dialog's 'OK' button to 'Apply' - When the user clicks 'Apply' show 'Getting image' at the bottom of the 'Image Search' dialog (instead of superimposed on the parent dialog) - if case A --> Close Image Search dialog --> Add cover dialog appears - if case B or C --> Toast appears and the dialog is updated with the correct measurements |
|
Fixed in build 2402. Implemented second solution. |
|
Verified 2402 Tested on bunch of tracks. Test note: for regression testing second time you click OK on corrected size then correct image is downloaded. FYI it happened to me several times it fails to download full screen image before one selection actually works. eg. Select one -> OK -> Fail -> Select different -> Fail -> select other suggested images -> Works, which is normal behavior based on log. |
|
Re verified 2416 Still working. |