ocarina/ocarina
Bryan Schumaker 50f7e1203d Score system
The score system will help determine what users do and don't like.  When
the user chooses a song or listens to > 75% of a song, we increment the
score.  If the user selects a different song in the first 1/3 of
playback then we decrement the score.

Songs with a score >= 0 will always be played.  Songs with a score < 0
have a 50% chance of playing.
2010-10-21 17:11:33 -04:00
..
__init__.py Declassify Window() 2010-08-22 09:20:27 -04:00
box.py Declassify Tabs() 2010-08-22 09:07:09 -04:00
button.py Random 2010-10-21 08:47:10 -04:00
collection.py Score system 2010-10-21 17:11:33 -04:00
entry.py Index filtering 2010-10-10 23:06:54 -04:00
fsselect.py Use new collection structure to populate the library list. 2010-10-08 13:09:42 -04:00
info.py Random 2010-10-21 08:47:10 -04:00
label.py TimeLabel() 2010-10-18 21:05:50 -04:00
list.py Right click menus 2010-10-20 21:11:12 -04:00
menu.py Playlists 2010-10-20 21:53:47 -04:00
pbar.py Only seek when the user updates the progress bar. 2010-10-20 08:24:54 -04:00
tabs.py Collection Indexing 2010-10-10 13:45:52 -04:00
window.py Declassify Window() 2010-08-22 09:20:27 -04:00