View Issue Details

IDProjectCategoryView StatusLast Update
0014516MMW 5Main Panelpublic2017-12-18 17:00
ReporterLudek Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version5.0 
Target Version5.0Fixed in Version5.0 
Summary0014516: Art & Details window: Advancing to next playing track changes artwork also in the 'Selected' mode
DescriptionReported here: http://forum.mediamonkey.com/viewtopic.php?f=30&t=88793

"I am running in dj mode. I selected SELECTED mode and the artwork etc shows the correct selected item. But when the track changes it then shows the Now Playing artwork. Shouldn't it stay on selected? If i then 'select' another track the artwork etc changes. But when the track changes .. it again shows Playing"
TagsNo tags attached.
Fixed in build2083

Relationships

related to 0014524 closedLudek Selection fail to update the Art and Details dialog 
related to 0014593 closedLudek Playing track isn't auto-scrolled into view when auto-dj is enabled 

Activities

Ludek

2017-11-06 11:54

developer   ~0049113

Fixed in 2082

Ludek

2017-11-07 14:10

developer   ~0049121

Last edited: 2017-11-07 14:23

I reverted the fix for several reasons.

Nevertheless the fix was just consequence of a real cause that should be fixed.

When playback advances to the next track then the focus in NP is changed to the playing track. It is caused by line 4205 in FullPlayer.pas (method TFullPlayer.SetCurrentTrack):
Entries.focusedIndex := FPlaylistPos;

My though was that the line is there so that playing track is always scrolled into view. Jiri objected that the focus shouldn't be auto-changed by this. The playing item should scroll into view, but focused item should remain still the same (as in MM4), assigned to Michal for a fix.

michal

2017-11-08 16:08

developer   ~0049135

Fixed in build 2083. It autoscrolls now without changing focus, but only if NowplayingList is not active (i.e. user is not inside NP list).

peke

2017-11-23 01:06

developer   ~0049246

Verified 2083