about summary refs log tree commit homepage
path: root/lib/dtas/player
DateCommit message (Expand)
2015-01-19avoid aliasing global "spawn" method
2015-01-19sinkedit: flesh out all parameters
2014-12-27player: support "source restart" command
2014-12-24restart "source ed" after env changes
2014-10-21favor &:proc form instead of blocks in more places
2014-08-26client_handler: minor cleanup (favor &:proc)
2014-06-06update copyrights and email address for 2014
2013-12-06client_handler: style: prefer terser &:method form
2013-10-10player: "tl remove" properly stops current track
2013-10-09player: "tl remove" drops the track from the queue
2013-10-08player: "tl add" may trigger player start
2013-10-06player: delay tracklist reset until asked to play
2013-10-05player: add factor out redundant condition check
2013-09-30player/client_handler: remove unused variables
2013-09-30player (protocol): rename "tl previous" to "tl prev"
2013-09-30player: support seeking based on embedded cuesheet (FLAC)
2013-09-30player: "tl goto" starts playback if idle (and not paused)
2013-09-28player: support bypass for rate, bits, channel
2013-09-11player (tl add): do not repeat first track when idle
2013-09-09player/client_handler: return count for list-style responses
2013-09-09player: s/echo/wall/ for broadcasting to all watchers
2013-09-09tracklist: implement single-track repeat
2013-09-09player: "tl goto" takes optional offset arg in HHMMSS.SUBSEC
2013-09-09player: implement previous/next commands
2013-09-09player/client_handler: prevent seek from excessive requeue
2013-09-09player/client_handler: "tl add" returns track_id of added track
2013-09-09player: implement basic tracklist functionality
2013-09-01player/client_handler: support for dumping individual env
2013-09-01player/client_handler: cleanup to avoid redundant code
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-27player: fix sink auto-restart on "sink ed" changes
2013-08-26client_handler: remove redundant checks for @current.pid
2013-08-26player: restart sinks on "sink ed" modification
2013-08-26player: sink ed pipe_size= disallows nils
2013-08-26player: flesh out multi-source in protocol/sourceedit
2013-08-25player: fix logic around sink death/respawns
2013-08-25split out source handling to prepare for avconv/ffmpeg support
2013-08-25more cleanups for packaging and documentation v0.0.0
2013-08-24player: cd/pwd handlers for manipulating working directory
2013-08-24initial commit