View Issue Details

IDProjectCategoryView StatusLast Update
0000905MMW v4Now Playingpublic2006-06-04 14:40
Reporterrusty Assigned To 
PriorityurgentSeverityfeatureReproducibilityalways
Status resolvedResolutionfixed 
Summary0000905: Now Playing should show the next songs up
DescriptionCurrently, the Now Playing dialog only shows:
-Previous Songs
-Current Song

It would be better if it also showed at least the song that is about to be played next.

e.g. if there's space for 5 tracks in the dialog:
-2 Previous Songs
-Current Song
-2 Next Songs

e.g. if there's space for 4 tracks in the dialog:
-2 previous song
-current song
-next song

e.g. if there's space for three tracks in the dialog:
-Previous Song
-Current Song
-Next Song

if there's space for 2 tracks in the dialog:
-Previous Song
-Current Song

if there's space for 1 track in the dialog:
-Current Song
TagsNo tags attached.
Fixed in build

Activities

rusty

2006-04-28 20:23

administrator   ~0007185

Last edited: 2006-04-28 20:30

Raised priority based on user comments / Jiri's e-mail.

Note: user comments were also that if a user uses the 'Play Now' command, then they probably expect that the tracks that they are trying to Play should go to the top of the list i cases where 'Play Now' is configured to Clear Tracks.

jiri

2006-04-29 09:29

administrator   ~0007186

Assigning to Petr.

Technically it's about usage of ScrollIntoView() function. Currently we set Center parameter as False. Maybe set it to True would help, but I'm not sure if it's enough, if it makes exactly what we want it to do.

petr

2006-06-04 14:40

developer   ~0007330

solved