about summary refs log tree commit homepage
DateCommit message (Expand)
2019-01-02dtas 0.16.0 v0.16.0
2019-01-02use sleepy_penguin 3.5+ for splice and tee support
2019-01-02mlib: fix unused variable warning
2019-01-02dtas/watchable: check SystemCallError
2018-01-30mlib: ignore files with nil times
2018-01-30mlib: use flock to get around SQLite busy errors
2018-01-29mlib: remove redundant tag massaging and encoding
2018-01-29mlib: compatibility with Sequel 5.x
2018-01-29get rid of Windows-31J regexps
2018-01-29player: support guessing encodings for comments
2018-01-11Rakefile: update path for uploads
2017-11-19console: ensure time calculations are done in UTC
2017-04-28pipeline: new module for running process pipelines
2017-04-07dtas 0.15.0 v0.15.0
2017-03-02deduplicate strings using String#-@ (uminus) in Ruby 2.5+
2017-01-17readahead: fix running commands with non-files
2017-01-13readahead: handle queued commands properly (again)
2017-01-11source/sox: relax comment NAME restriction
2017-01-06rg_state: fix no-op gain detection
2017-01-02buffer/splice: remove MAX_SIZE constant
2017-01-02source/sox: simplify conditional, slightly
2016-12-31player: freeze sink name to avoid needless dup
2016-12-27http -> https, and relocate homepage to https://80x24.org/dtas/
2016-12-27test/test_rb_state: quiet deprecation warning
2016-12-27source/sox: integrate mcache support to reduce soxi calls
2016-12-26introduce mcache class for caching audio metadata
2016-12-26format.from_file: reduce soxi invocations
2016-12-07splitfx: more consistently generate fade_in effects
2016-11-26mlib: use transaction for removing stale entries
2016-11-05readahead: handle queued commands properly
2016-07-07dtas-readahead: cleanup open files on pause
2016-06-17archive: fix suffix replacement for stats
2016-04-24player: extra "cue" seeking functionality
2016-04-11README: add link to gmane NNTP server
2016-04-11player: "cue prev" reliably hits previous cue breakpoint
2016-03-18dtas 0.14.2 - several bugfixes v0.14.2
2016-03-18dtas 0.14.1 - several bugfixes v0.14.1
2016-03-18sigevent/pipe: require file for DTAS::Nonblock properly
2016-02-12dtas-readahead: do not barf on missing ffprobe/avprobe
2016-02-09av_ff_common: fixes for libav-tools under Debian Jessie
2016-01-31dtas 0.14.0 - tracklist fixes and improvements v0.14.0
2016-01-26doc: update documentation for tl consume and shuffle
2016-01-25player: support "consume" mode for tracklist
2016-01-25mlib: use more appropriate methods
2016-01-25build: install-gem forced to "--local" domain
2016-01-25mlib: support --force option
2016-01-25mlib: support all formats of player
2016-01-25source/sox: try_to_fail_harder is a normal method
2016-01-24source/sox: explicitly freeze comment keys
2016-01-24String#split with a single-byte instead of regexp