aboutsummaryrefslogtreecommitdiffstats
path: root/blueberry-tray
diff options
context:
space:
mode:
authorGravatar Tom Willemse2022-03-03 01:08:16 -0800
committerGravatar Tom Willemse2022-03-03 01:08:16 -0800
commitc454bde37c777bf422a7df729fb9ff43c2ef3f3c (patch)
tree4b62a3b9ff685b6238ff4cd424bb1970f5ce434d /blueberry-tray
parent79df03a72ad0dc7c13f5e313f5038786dc38bc90 (diff)
downloadnew-dotfiles-c454bde37c777bf422a7df729fb9ff43c2ef3f3c.tar.gz
new-dotfiles-c454bde37c777bf422a7df729fb9ff43c2ef3f3c.zip
[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.
Diffstat (limited to 'blueberry-tray')
0 files changed, 0 insertions, 0 deletions