Commit graph

7 commits

Author SHA1 Message Date
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
79df03a72a [mpd] Add option to randomize albums by specific artist 2022-03-02 22:04:01 -08:00
305f3f2a06 Fix scsh location 2020-04-22 23:19:06 -07:00
d1db306774 Include more in my music directory
Right now there are two subdirectories:

- ~/music/ogg
- ~/music/mp3

Include both in MPD
2020-04-15 00:49:37 -07:00
732764b09d Remove unused code 2016-09-18 00:03:55 +02:00
6be84a24f4 Add internal border to Emacs frame 2016-09-18 00:03:16 +02:00
06239aa7d7 Add MPD config 2016-09-08 02:10:01 +02:00