Custom script for Rofi to tune mpv
to a DVB channel via channels.conf*
file.
- List all your channels
- Launch
mpv
, tuning to a selecteddvb://
channel
- Make sure you have the requirements installed and available on your
PATH
: - Symlink the script to somewhere on your
$PATH
:ln -s $(pwd)/rofi-mpv-dvb ~/bin/rofi-mpv-dvb
. - Run rofi with this as a custom script:
rofi -modi mpv-dvb:rofi-mpv-dvb -show mpv-dvb
- Or, alternatively run with
wofi
instead:rofi-mpv-dvb wofi-mpv-dvb
Copyright © 2024 James Cuzella. Code released under AGPLv3.