App enhancement

BlueFox

New member
Joined
May 11, 2013
Messages
2,838
Location
Silicon Valley
I have a number of playlists, and I always use random shuffle. The problem is there is no way to track how many songs are left to be played. For exam, if a playlist has 500 songs it doesn't take long before you lose track of how many songs have been played.

If I were writing the app this is what I would do.

Count down the number of songs to be played. As a song is played then decrement the counter by 1; 500, 499, 498, etc.

Highlight, or change color, or flag, each song that has been played so that the user knows what is left to be played.

To me these are trivial, obvious enhancements that should be standard from day one.
 
Back
Top