about summary refs log tree commit homepage
path: root/lib/dtas/tracklist.rb
DateCommit message (Expand)
2016-01-25player: support "consume" mode for tracklist
2016-01-05tracklist: reshuffle tracklist when exhausted
2016-01-05tracklist: fix off-by-one error on track removal
2016-01-02copyright updates for 2016
2015-12-25enable "frozen_string_literal: true"
2015-12-14player: show "tracklist" hash with summary info with "current"
2015-12-14tracklist: swap functionality
2015-12-13player: support "tl clear" internally
2015-12-13tracklist: fixup idempotent "tl shuffle false"
2015-12-07tracklist: support limiting maximum tracklist size
2015-12-07tracklist: shuffle support
2015-12-06tracklist: avoid needlessly building a hash for track IDs
2015-12-05tracklist: do not mutate @list when serializing
2015-12-05tracklist: use lower number unique track IDs
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