From 291cfca5522d5c14a55003a857c75adb5aef5477 Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Thu, 30 May 2019 16:23:27 +0200 Subject: [PATCH] Add curseradio config --- dotfiles/music.org | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) 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