View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0013678 | MMW 5 | General | public | 2016-11-25 03:22 | 2017-01-16 22:44 |
Reporter | rusty | Assigned To | |||
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Summary | 0013678: Add artwork dialog is missing (can't apply artwork to all tracks on an album, or label an image) | ||||
Description | When adding artwork (via Properties, Auto-tag, A&D window), the Add Artwork dialog doesn't appear. In the past this dialog allowed the user to choose: - image type (front/back) / description - location/format (using the default set in Options (tag if possible, otherwise folder / tag & folder / folder) - whether to apply the change to all files in the album I'm not sure whether this change was intentional or not. Granted, there's no real need to let users choose the location/format each time artwork is modified, however: - in cases where only 1 of several tracks on an album is selected wouldn't it be useful to have a timed dialog offering to apply the artwork to all tracks on the album? - in cases where > 1 image exists, shouldn't the user label the image? | ||||
Tags | No tags attached. | ||||
Fixed in build | 2058 | ||||
|
The same implementation as in MM4 probably makes most sense. |
|
Fixed |
|
Re-opened, 1) it caused crash , fixed as 0013861 2) This way the add artwork dialog would be shown for _each_ track. It should be shown only once for whole the album (as in MM4) 3) There is a leak in the uitools.editCoverProperties because of usage of track.keepCoverList = true. It should be replaced by keeping the reference to the track.coverList and null the reference in the resolver of editCoverProperties . |
|
Fixed |
|
Verified 2058 |