View Issue Details

IDProjectCategoryView StatusLast Update
0019675MMAPlaybackpublic2023-02-17 04:46
Reporterpeke Assigned To 
PriorityurgentSeverityminorReproducibilitysometimes
Status closedResolutionreopened 
Product Version2.0.0 
Target Version2.0.0Fixed in Version2.0.0 
Summary0019675: MiniPlayer: Scroll track info if it is larger than screen (regression)
DescriptionCurrently if playing track info is larger than screen width it does not scroll.

We should make it viewable completely by scrolling.
Additional Informationhttps://www.mediamonkey.com/forum/viewtopic.php?t=103290
TagsNo tags attached.
Fixed in build1068

Activities

rusty

2023-01-02 18:58

administrator   ~0070785

This is mainly a problem in the miniplayer since it displays album art to the left and Play/Pause | Next to the right.

martin

2023-01-03 22:39

developer   ~0070815

Fixed in build 2.0.0.1058

rusty

2023-01-05 02:17

administrator   ~0070829

Tested 1058 and it looks good. Re-opening for a couple of minor issues. If non-trivial, these should be pushed into a new post 2.0 bug:

1) Currently, the metadata scrolls as soon as the track appears before the user even has a chance to see the beginning! The scrolling should begin after about 1s.

2) When scrolling starts, it's a bit choppy for the first couple of seconds. Hopefully this issue is related to scrolling being initiated at the same time as a track transition and the fix to 1) will also fix this.

3) When > 1 line scrolls:
a) It's difficult to read especially if the middle row isn't scrolling. It would be preferable if all 3 lines scrolled in such cases.
b) it would be preferable if scrolling was 'left-justified' i.e. lines that have less text should all re-appear from the right side at the same time (otherwise it's quite difficult to read)

4) If the user presses PREVIOUS to return to the beginning of the track, the scroll should initiate again

martin

2023-02-08 19:03

developer   ~0071130

1), 2), and 4) fixed in build 2.0.0.1068
3) It requires a completely different (and complicated) implementation than the current ( native ) solution.

rusty

2023-02-17 04:46

administrator   ~0071166

Verified 1068.