about summary refs log tree commit diff
path: root/pkgs/applications/audio/curseradio/mpv.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/curseradio/mpv.patch')
-rw-r--r--pkgs/applications/audio/curseradio/mpv.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgs/applications/audio/curseradio/mpv.patch b/pkgs/applications/audio/curseradio/mpv.patch
new file mode 100644
index 000000000000..d085dc791099
--- /dev/null
+++ b/pkgs/applications/audio/curseradio/mpv.patch
@@ -0,0 +1,11 @@
+--- a/curseradio/curseradio.py
++++ b/curseradio/curseradio.py
+@@ -30,7 +30,7 @@ import re
+ 
+ CONFIG_DEFAULT = {
+     'opml': {'root': "http://opml.radiotime.com/"},
+-    'playback': {'command': '/usr/bin/mpv'},
++    'playback': {'command': '@mpv@/bin/mpv'},
+     'interface': {'keymap': 'default'},
+     'keymap.default': {
+         'up': 'KEY_UP',