- cross-posted to:
- linux@lemmy.ml
- cross-posted to:
- linux@lemmy.ml
https://gitlab.com/christosangel/turnip-tv
turnip-tv is a customizable tui iptv client, written in Bash.
The user can (among other customizations) choose input program between
- read
- fzf
- rofi
- dmenu
This script was inspired by and is almost identical with another project called radion, which is a tui internet radio client.
The channel list was found here, and was modified to fit the script’s functionality.
You must log in or register to comment.
This is great, I was thinking of doing something similar in bash or python to parse .m3u8 lists and open with mpv or VLC, looks like I don’t need it.
I’ll check it soon.
Thank you, any feedback is welcome!
This is simply perfect, and masterfully done. Thank you very much, I’ll definitely use this.