edgecase / spotbox

Official jukebox of the EdgeCase lab
Other
13 stars 1 forks source link

Improve playlist play order #30

Closed agrieser closed 12 years ago

agrieser commented 12 years ago

Tracks of a playlist should be played in a least recently played order.

agrieser commented 12 years ago

Playing in the "least recently played" order would mean tracks get played in the same order each time through the playlist. Because of this issue, Tony and I decided on using a playlist pool.

This has been implemented, but I am leaving this issue open because the solution is not optimal. When the pool is refreshed, songs could be played that have been recently played.

tonywok commented 12 years ago

Agreed, it's okay for now. The issue will be greatly alleviated just by enforcing playlists make a full run through.

tonywok commented 12 years ago

Andrew said so