about summary refs log tree commit homepage
DateCommit message (Expand)
2013-09-22INSTALL: update URL for 0.4.0 tarballs
2013-09-22Rakefile: add examples to website, too
2013-09-22dtas 0.4.0 - dtas-splitfx, tracklist in -player v0.4.0
2013-09-22README: update for dtas-splitfx and tracklist in -player
2013-09-22splitfx: nodoc the Skip class
2013-09-22doc: add manpage for dtas-splitfx
2013-09-22splitfx: rename "opus" target to "opusenc"
2013-09-22dtas-tl: add "reto" command
2013-09-19player: stop sinks whenever we're out-of-tracks to play
2013-09-11splitfx: preserve original rate/channels/bits for generic targets
2013-09-11splitfx: add "skip" directive
2013-09-11player (tl add): do not repeat first track when idle
2013-09-10splitfx: add opus and flac-cdda outputs
2013-09-10document dtas-tl(1) and the "tl" commands in the protocol
2013-09-10dtas-tl: add-{tail,head} -> add{tail,head}
2013-09-10test_player_integration: avoid premature sink death
2013-09-10player: do not reset tracklist if paused
2013-09-09doc: nodoc new classes
2013-09-09Rakefile: add fix_perms dep when building gem
2013-09-09dtas-tl: add a handy "clear" command
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-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-09dtas-console: avoid using current if it is nil
2013-09-09player/client_handler: prevent seek from excessive requeue
2013-09-09dtas-tl: expand paths before using them
2013-09-09player: do not repeat first track on start if using playlist
2013-09-09tracklist: fix go_to functionality
2013-09-09dtas-tl: add add-tail command
2013-09-09player/client_handler: "tl add" returns track_id of added track
2013-09-09player: implement basic tracklist functionality
2013-09-09tracklist: preliminary tracklist class
2013-09-09splitfx: minor bugfixes, use strings for commands/targets
2013-09-08test_splitfx: remove parallelize_me!
2013-09-08pipe: remove pipe_size call for non-Linux platforms
2013-09-08sink: remove unnecessary writable_iter
2013-09-08test/helper: rescue on NameError instead of checking defined?
2013-09-07splitfx: flesh out functionality + integration test
2013-09-07implement environment variable expansion
2013-09-07GNUmakefile: enable warnings by default for tests
2013-09-07splitfx: round instead of truncate for CDDA
2013-09-07add dtas-splitfx - .cuesheets + make(1)
2013-09-07test/helper: fix var shadowing
2013-09-06dtas-console: show paused track when paused
2013-09-06test/helper: delay at_exit registration for tmpfifo