A GTK+ / GStreamer based music player
Go to file
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
libsaria Playlist random improvements 2010-10-25 20:33:22 -04:00
ocarina Id 0 == False 2010-10-25 08:48:32 -04:00
plugins Multiple changes 2010-10-18 21:04:39 -04:00
tests Generic cache 2010-10-24 17:26:53 -04:00
.gitignore Added .gitignore file 2010-10-21 07:58:54 -04:00
Makefile Added makefile 2010-08-07 11:31:29 -04:00
ocarina.py Version strings 2010-10-24 17:22:24 -04:00
saria-test.py python2 for saria-test.py 2010-10-24 17:13:38 -04:00