diff --git a/dotfiles/music.org b/dotfiles/music.org index b613c07..0134e38 100644 --- a/dotfiles/music.org +++ b/dotfiles/music.org @@ -1022,3 +1022,30 @@ http://beets.io/ [audio] output = tee name=t t. ! queue ! autoaudiosink t. ! queue ! audioresample ! audioconvert ! audio/x-raw,rate=44100,channels=2,format=S16LE ! wavenc ! filesink location=/tmp/mpd.fifo #+END_SRC +* Radio with curseradio + :PROPERTIES: + :header-args:conf: :tangle ~/.config/curseradio/curseradio.cfg + :header-args:conf+: :comments none :mkdirp yes + :END: +#+begin_src conf + [opml] + root = http://opml.radiotime.com/ + + [playback] + command = /usr/bin/mpv + + [interface] + keymap = vi + + [keymap.vi] + up = k + down = j + start = 0 + end = $ + pageup = u + pagedown = d + enter = l + stop = p + exit = q + favourite = f +#+end_src