2024-12-31 21:19:45 +02:00
2024-12-29 21:50:47 +02:00
2024-12-31 21:19:45 +02:00
2024-12-29 21:48:24 +02:00
2024-12-31 21:19:45 +02:00

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
A bash script to watch tv channels with mpv
Readme 144 KiB
Languages
Shell 100%