dotfiles/mpd/usr
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
..
bin [mpd] Lispify the MPD query 2022-03-03 01:08:16 -08:00
share/scsh [mpd] Lispify the MPD query 2022-03-03 01:08:16 -08:00