ocarina/libsaria/collection
Bryan Schumaker c35f210369 Playlist random improvements
I now keep track of the last 15 songs played.  If a song with the same
(artist, title) as one of the songs in the list attempts to play, we
skip it.

Songs with a negative score have a (20 * score) + 100 per cent chance of
playing.  When score is -5, the song should never play.

I used to try to find a song 5 times before giving up and playing the
song with the current id.  I have upped the threshold to 15.
2010-10-25 20:33:22 -04:00
..
__init__.py Score system 2010-10-21 17:11:33 -04:00
collection.py Score system 2010-10-21 17:11:33 -04:00
index.py Time strings 2010-10-11 18:22:05 -04:00
lens.py Playlist random improvements 2010-10-25 20:33:22 -04:00
table.py Improved collection indexing 2010-08-12 08:27:21 -04:00
tree.py Fixed loading of random songs 2010-10-15 23:12:33 -04:00