about summary refs log tree commit homepage
path: root/lib/dtas/mlib.rb
DateCommit message (Expand)
2019-01-02dtas 0.16.0 v0.16.0
2019-01-02mlib: fix unused variable warning
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
2017-03-02deduplicate strings using String#-@ (uminus) in Ruby 2.5+
2016-12-27http -> https, and relocate homepage to https://80x24.org/dtas/
2016-11-26mlib: use transaction for removing stale entries
2016-01-25mlib: use more appropriate methods
2016-01-25mlib: support --force option
2016-01-25mlib: support all formats of player
2016-01-17mlib: fix foreign-key ordering issues with delete
2016-01-02copyright updates for 2016
2015-12-31mlib: warn about non-SQLite databases becoming unsupported
2015-12-25enable "frozen_string_literal: true"
2015-12-20mlib: fix update
2015-12-16mlib: wire up search/find/stats to the UI
2015-12-15nodoc internal classes
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-11-28dtas-mlib: add dump support for debugging
2015-11-22introduce dtas-mlib for music library functions