summaryrefslogtreecommitdiff
path: root/static/playlist.js
AgeCommit message (Collapse)AuthorFilesLines
2012-12-23Added artist view and links.Jon Bergli Heier1-0/+8
Plus a number of other minor fixes.
2012-12-21Don't try to add existing tracks to playlist.Jon Bergli Heier1-0/+4
2012-12-19Allow double clicking on selectable items.Jon Bergli Heier1-0/+8
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-14Changed and standardised layouts in all views.Jon Bergli Heier1-4/+1
2012-03-14Minor changes to playlist looks.Jon Bergli Heier1-1/+6
2012-03-14Hint next song when (re)moving a song in the playlist.Jon Bergli Heier1-1/+1
2012-03-13Implemented playlist item deletion.Jon Bergli Heier1-4/+14
2012-03-09Changed ordering to use a comparator function.Jon Bergli Heier1-5/+5
2012-03-06Added hints to tell the server which track we want next.Jon Bergli Heier1-0/+8
This lets the server recode the next track behind the scenes while we're listening to the current track.
2012-03-06Use sequential ids to store playlist tracks in the correct order.Jon Bergli Heier1-0/+4
2012-03-05Fixed playlist storage.Jon Bergli Heier1-0/+6
2012-03-05Added basic playlist implementation using backbone.js.Jon Bergli Heier1-0/+57