about summary refs log tree commit homepage
path: root/lib/dtas/player.rb
DateCommit message (Expand)
2013-09-09player: "tl goto" takes optional offset arg in HHMMSS.SUBSEC
2013-09-09tracklist: next_track -> advance_track
2013-09-09player: reset tracklist when idle stat is detected
2013-09-09player: do not repeat first track on start if using playlist
2013-09-09player: implement basic tracklist functionality
2013-09-01player: explicitly stop+wait for sink death at_exit
2013-09-01player: add "state dump" command to serialize state
2013-08-29remove "encoding: binary" header use
2013-08-28add license/copyright headers/footers to all files
2013-08-26player: do not assign @current until successful spawn
2013-08-26add lightly-tested ffmpeg support
2013-08-26player: break out gracefully if a file is totally unplayable
2013-08-26player: flesh out multi-source in protocol/sourceedit
2013-08-26cleanup multi-source handling between sox and av
2013-08-25player: fix logic around sink death/respawns
2013-08-25preliminary support for avconv/avprobe from libav
2013-08-25split out source handling to prepare for avconv/ffmpeg support
2013-08-25player: remove unreachable branch
2013-08-25more cleanups for packaging and documentation v0.0.0
2013-08-25player: preserve format across invocations
2013-08-24player: cd/pwd handlers for manipulating working directory
2013-08-24initial commit