aboutsummaryrefslogtreecommitdiffstats
path: root/mpd
Commit message (Collapse)AuthorAgeFilesLines
* [mpd] Lispify the MPD queryGravatar Tom Willemse2022-03-032-3/+26
| | | | | | | | | | | | | | Write a small DSL for converting a simple lisp expression to an MPD query format. This turns, for example: (and (= artist "Katatonia") (= album "Last Fair Deal Gone Down")) Into: ((artist == "Katatonia") AND (album == "Last Fair Deal Gone Down")) The expressions inside ‘query’ are quasi-quoted, so that variable substitution is possible.
* [mpd] Add option to randomize albums by specific artistGravatar Tom Willemse2022-03-021-6/+21
|
* Fix scsh locationGravatar Tom Willemse2020-04-221-1/+1
|
* Include more in my music directoryGravatar Tom Willemse2020-04-151-1/+1
| | | | | | | | | Right now there are two subdirectories: - ~/music/ogg - ~/music/mp3 Include both in MPD
* Remove unused codeGravatar Tom Willemse2016-09-181-3/+0
|
* Add internal border to Emacs frameGravatar Tom Willemse2016-09-181-0/+12
|
* Add MPD configGravatar Tom Willemse2016-09-084-0/+47