View Issue Details

IDProjectCategoryView StatusLast Update
0017382MMW 5Skinspublic2021-05-27 19:46
Reporterlowlander Assigned To 
PriorityurgentSeveritytweakReproducibilityalways
Status closedResolutionfixed 
Product Version5.0 
Target Version5.0.1Fixed in Version5.0.1 
Summary0017382: Skin reload dialog has no Title, doesn't warn that playback will be stopped
Description1) When changing Skin the Skin reload warning dialog has no Title.

2) The warning doesn't include that Playback will be interrupted
TagsNo tags attached.
Attached Files
Skin reload dialog.jpg (14,088 bytes)   
Skin reload dialog.jpg (14,088 bytes)   
Fixed in build2408

Activities

Ludek

2021-02-02 16:57

developer   ~0061691

Last edited: 2021-02-02 16:59

Originally the skin change did not interrupt playback, but later we decided to restart MM as whole because of issues like ~60787 (details in private Mantis note 60787) and further technical issues.

So with this in mind we may want to change the text of the warning,
assigned to Rusty for wording suggestion (post 5.0)

Also mentioned by Barry here: https://www.mediamonkey.com/forum/viewtopic.php?f=30&t=98335

rusty

2021-05-24 19:14

administrator   ~0063425

Assuming the functionality remains as is:
1) Title can be 'Restart' (this is an existing string)
2) With the 'Restart' title above, I don't think many users would be surprised if this interrupted playback (I wouldn't mind changing the string to be more explicit, but I believe that we already changed it to be less explicit because it ?is?/was used in cases where playback wasn't interrupted).

Assigning to Ludek to implement 1) and for Triage to determine if we would want to consider a partial reload in the future.

Ludek

2021-05-24 20:13

developer   ~0063430

1) is fixed in 2408

As for the partial reload -- this would be fine, but hard to maintain and hard to ensure that this partial reload won't break anything -- as currently more and more code is processed in the frontend (JS/HTML5/CSS) which needs to be reloaded as whole (as skin/addon can modify it in any way). So majority of tasks (that somehow uses JS code) including e.g. media sync would need to be terminated anyway.
And because the reload is needed just from time to time (e.g. after skin change or addon install) then I don't think it is a huge issue that worth the risks and amount of work/testing involved.

lowlander

2021-05-27 19:46

developer   ~0063558

1) Verified on 2408

2) Not fixed