View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0014527 | MMW 5 | Tagging framework / input plugins | public | 2017-11-08 22:05 | 2020-11-09 18:36 |
Reporter | rusty | Assigned To | |||
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 5.0 | ||||
Target Version | 5.0 | Fixed in Version | 5.0 | ||
Summary | 0014527: Album Art tagging UI blocks other functionality | ||||
Description | If the user attempts to replace an existing image via either the A&D dialog or the Album>AlbumName view, the Add Covers UI prevents any other UI interaction until the tagging operation is complete. e.g. 1 Lookup image (from the view), and then choose an alternate image --> Add cover dialog appears 2 Check off 'Replace existing image' and press OK --> i) The 'Add covers' dialog stays open and blocks the UI for the duration of the tagging operation ii) The tagging operation is broken up into a bunch of different threads (i.e. if there are thirteen tracks being tagged via the Properties dialog, a single status would open indicating 'tagging x/13'. In this case, though, MM opens multiple 'tagging 1/1' , 'tagging 1/3', 'tagging 1/1' etc... Note: CPU utilization during these tagging operations was very high making me wonder if the problems are related to 0014490 | ||||
Tags | No tags attached. | ||||
Fixed in build | 2086 | ||||
|
UI blocking fixed in build 2083. More tagging threads are by design, default is max. 3 tagging threads. |
|
Re. multiple tagging threads: it's fine for MM to divide tagging into separate threads. However, the UI must present the user with a unified view--ie. it should show 'tagging x/13'. Instead of multiple 'tagging 1/1' , 'tagging 1/3', 'tagging 1/2' etc... |
|
We currently do not support one progress for events from more than one thread. Assigning to Petr to look at this. |
|
Improved, please retest. |
|
Verified 2264 I see that add additional tagging sum progress together. Easiest Test case: Select number of tracks -> Right click -> Edit Tags -> Update tags (I used 200) -> Change view (I used two playlists eg. change to other playlist) -> Select additional number of tracks -> Right click -> Edit Tags -> Update tags -> Progres sis updated with newly added tracks. |