summaryrefslogtreecommitdiff
path: root/db.py
AgeCommit message (Collapse)AuthorFilesLines
2012-12-27Check title, artist and album in Track.get().HEADmasterJon Bergli Heier1-1/+2
2012-12-23Fixed track ordering.Jon Bergli Heier1-2/+2
2012-12-23Fixed tag searches.Jon Bergli Heier1-4/+2
2012-12-23Added artist view and links.Jon Bergli Heier1-1/+4
Plus a number of other minor fixes.
2012-12-21Added feedback and limits to searches.Jon Bergli Heier1-2/+7
2012-12-19Allow double clicking on selectable items.Jon Bergli Heier1-1/+4
Track items can still be selected by single clicking, this is now done manually. Double clicking will add the track to the playlist. Single clicking on album names will open an album view for that album.
2012-12-16Added album view.Jon Bergli Heier1-0/+4
2012-12-15Fixed unicode errors.Jon Bergli Heier1-8/+20
All strings are now sent to sqlalchemy as unicode objects, and received as str objects.
2012-12-15Allow album's artist to be null.Jon Bergli Heier1-1/+1
2012-03-04Working recoding on demand for single files and cue sheets.Jon Bergli Heier1-1/+4
2012-02-18Fixed directory browsing and added player control buttons.Jon Bergli Heier1-0/+7
2012-02-16Serve and play raw tracks from /track/<id> using SoundManager 2.Jon Bergli Heier1-0/+5
2012-02-13Implemented a simple directory and track lister.Jon Bergli Heier1-1/+18
2012-02-13Initial import.Jon Bergli Heier1-0/+166