1a02d0efd6bc64a2d0b93b6c02fa85fc52626ffd
tv.sh
A small script to offer a channel selection menu through fuzzel and pass the streaming links to mpv.
It performs requests to epg.pw to retrieve the data.
Installation
git clone https://git.konsthol.eu/konsthol/MPVTV
cd MPVTV
sudo cp tv.sh /usr/bin/
(Or cp tv.sh anywhere in your $PATH)
Usage
Simply run tv.sh stream or tv.sh schedule or even better assign those two functions to run with a keybinding.
Dependencies
- git
- curl
- sed
- awk
- fuzzel (or dmenu if you change the code)
- mpv
- grep
- jq
- cut
- notify-send (Optional)
Credits go to
As they provide the data.
Description
Languages
Shell
100%