this post was submitted on 03 Nov 2023
31 points (100.0% liked)

commandline

1693 readers
11 users here now

founded 1 year ago
MODERATORS
 

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

1read.png

  • fzf

1fzf.png

  • rofi

1rofi.png

  • dmenu

1dmenu.png


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.

top 3 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 3 months ago

This is simply perfect, and masterfully done. Thank you very much, I'll definitely use this.

[–] [email protected] 2 points 10 months ago* (last edited 10 months ago) (1 children)

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.

[–] [email protected] 1 points 10 months ago

Thank you, any feedback is welcome!