about summary refs log tree commit homepage
DateCommit message (Expand)
2016-01-02source/splitfx: stringify comments
2016-01-01console: display paused commands properly
2015-12-31mlib: warn about non-SQLite databases becoming unsupported
2015-12-31dtas-console: show trim and "tl repeat" status
2015-12-31dtas-console: show paused track and time offset
2015-12-31player: frozen_string_literal fixup for "tl tracks"
2015-12-27splitfx: fixup frozen_string_literal for spawn
2015-12-26remove vestigial mentions of opusenc
2015-12-25doc: various wording fixes and doc enhancements
2015-12-25enable "frozen_string_literal: true"
2015-12-20dtas-readahead: use our spawn fix properly
2015-12-20mlib: fix update
2015-12-16mlib: wire up search/find/stats to the UI
2015-12-15dtas-tl: add "aac" (add-after-current) command
2015-12-15gemspec: require Ruby 1.9.3 at minimum
2015-12-15dtas-tl: "edit" gives sequential track IDs on new tracks
2015-12-15nodoc internal classes
2015-12-15Revert "dtas-tl: simplify existing addtail/addhead while we're at it"
2015-12-14rg_state: fixup replaygain normalization
2015-12-14Merge branch '0.12.x-stable'
2015-12-14Rakefile: add Atom feed to website 0.12.x-stable
2015-12-14player: implement software volume control
2015-12-14Merge branch '0.12.x-stable'
2015-12-14dtas 0.12.1 - one bugfix! :x v0.12.1
2015-12-14dtas-tl edit: fix ordering of newly-added songs
2015-12-14dtas-tl: fixup addtail again
2015-12-14dtas-tl: simplify existing addtail/addhead while we're at it
2015-12-14dtas-tl edit: fix ordering of newly-added songs
2015-12-14dtas 0.12.0 - many player updates v0.12.0
2015-12-14doc: document additions to tracklist handling
2015-12-14dtas-tl: learn an "edit" sub command
2015-12-14player: show "tracklist" hash with summary info with "current"
2015-12-14tracklist: swap functionality
2015-12-13unix_accepted: enable checking for readability after emit
2015-12-13parse_time: enable frozen_string_literal
2015-12-13player: dump state file asynchronously when requested
2015-12-13test_unixserver: remove test for element limit
2015-12-13player: support "tl clear" internally
2015-12-13mlib: SYSTEM_DEFAULT handlers for SIGINT and SIGPIPE
2015-12-13player: reduce I/O priority of connected clients
2015-12-13mlib: remove kwargs harder
2015-12-13mlib: split out the output format from the library
2015-12-13mlib: add find/search functionality based on mpd
2015-12-13mlib: no kwargs for 1.9.3 compatibility
2015-12-13mlib: add stats support
2015-12-13mlib: remove non-existent entries
2015-12-13add .gitattributes for Ruby method detection
2015-12-13switch to exception-free non-blocking I/O
2015-12-13tracklist: fixup idempotent "tl shuffle false"
2015-12-07player: tl (repeat|shuffle|max) and trim swap values