You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,8 @@
10
10
11
11
`termv` is a small bash script that allows you to select an iptv stream using `fzf` and play it using `mpv`.
12
12
13
-
the list of channels is obtained from [https://github.com/iptv-org/iptv](https://github.com/iptv-org/iptv)
13
+
The list of channels is obtained from [https://github.com/iptv-org/iptv](https://github.com/iptv-org/iptv)
14
+
For an example for a custom channels list and how to make one yourself, visit [this gist](https://gist.github.com/Roshan-R/7eddda0789297d86219fda21876b2632)
14
15
15
16
16
17
## Dependencies
@@ -41,6 +42,8 @@ Options:
41
42
TERMV_SWALLOW Always swallow terminal during playback. (default: false)
42
43
TERMV_FULL_SCREEN Always open mpv in fullscreen. (default: false)
43
44
TERMV_DEFAULT_MPV_FLAGS Default arguments which are passed to mpv. (default: --no-resume-playback)
45
+
TERMV_API_URL URL to the channel list. (default: https://iptv-org.github.io/iptv/channels.json)
46
+
Any other URL must be in the same format as the default one.
0 commit comments