View Issue Details

IDProjectCategoryView StatusLast Update
0014527MMW 5Tagging framework / input pluginspublic2020-11-09 18:36
Reporterrusty Assigned To 
PriorityurgentSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version5.0 
Target Version5.0Fixed in Version5.0 
Summary0014527: Album Art tagging UI blocks other functionality
DescriptionIf 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
TagsNo tags attached.
Fixed in build2086

Relationships

related to 0014490 closedLudek MMW v4 CPU utilization at 50% 

Activities

michal

2017-11-12 17:26

developer   ~0049154

UI blocking fixed in build 2083. More tagging threads are by design, default is max. 3 tagging threads.

rusty

2017-11-15 16:32

administrator   ~0049184

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...

michal

2017-11-16 08:48

developer   ~0049190

We currently do not support one progress for events from more than one thread. Assigning to Petr to look at this.

michal

2017-12-01 15:04

developer   ~0049322

Improved, please retest.

peke

2020-08-18 03:19

developer   ~0059431

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.