dotfiles/mpd
Tom Willemse c454bde37c [mpd] Lispify the MPD query
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.
2022-03-03 01:08:16 -08:00
..
.config/mpd Include more in my music directory 2020-04-15 00:49:37 -07:00
.local/share/mpd Add MPD config 2016-09-08 02:10:01 +02:00
usr [mpd] Lispify the MPD query 2022-03-03 01:08:16 -08:00
GNUmakefile Add MPD config 2016-09-08 02:10:01 +02:00