about summary refs log tree commit homepage
path: root/lib/dtas/tracklist.rb
DateCommit message (Expand)
2015-05-10tracklist: fix inf loop on ENOENT with repeat==1
2015-01-20doc: describe most classes a bit
2015-01-19update copyright years and links to mailing list archives
2014-12-08tracklist: favor &:sym_to_proc style
2014-06-06update copyrights and email address for 2014
2013-10-10tracklist: fix off-by-one when adding track
2013-10-10tracklist: update position when track is added
2013-10-09tracklist: remove_track updates tracklist position
2013-09-09doc: nodoc new classes
2013-09-09tracklist: implement single-track repeat
2013-09-09tracklist: previous! only wraps around when repeat is enabled
2013-09-09player: "tl goto" takes optional offset arg in HHMMSS.SUBSEC
2013-09-09player: implement previous/next commands
2013-09-09tracklist: next_track -> advance_track
2013-09-09player: reset tracklist when idle stat is detected
2013-09-09tracklist: fix go_to functionality
2013-09-09player/client_handler: "tl add" returns track_id of added track
2013-09-09tracklist: preliminary tracklist class