summaryrefslogtreecommitdiff
path: root/events.py
AgeCommit message (Collapse)AuthorFilesLines
2011-08-23Read tracks and directories from the database.Jon Bergli Heier1-1/+1
2011-08-16Implemented basic cuesheet support, some playlist fixes.Jon Bergli Heier1-5/+12
2011-08-08Implemented session, send play notification.Jon Bergli Heier1-1/+11
2011-08-08Initial commit.Jon Bergli Heier1-0/+39
app.py - WSGI application and handlers. config.py - Config helper class. directory.py - Directory and file helper classes. events.py - zeromq event publisher and subscriber. recode.py - Codecs and stuff static/ - Web interface