-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathchannels.conf.example
More file actions
24 lines (24 loc) · 1.22 KB
/
channels.conf.example
File metadata and controls
24 lines (24 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# channels.conf — one channel per line
#
# Format (pipe-delimited):
# slug|Display Name|chno|logo_url|Group Name|source_page_url|mode|referer
#
# Fields:
# slug — unique channel ID (used in tvg-id)
# name — display name shown in the media player
# chno — channel number for ordering in the Channels tab
# logo — URL to a channel logo image (PNG recommended)
# group — group name for organizing channels
# source_url — the web page that contains or links to the m3u8 stream
# mode — extraction method: "iframe" (default) or "direct"
# iframe = page has <iframe> → embed page has m3u8
# direct = page itself contains the m3u8 URL
# referer — (optional) override Referer sent when fetching the embed
#
# Lines starting with # are comments. Blank lines are ignored.
#
# Example channels (replace with your own):
#
# sporttv1|Sport TV 1|1|https://example.com/logo1.png|Sports|https://example.com/channels/sporttv1.php|iframe|
# news24|News 24|2|https://example.com/logo2.png|News|https://example.com/live/news.php|iframe|
# radio1|Radio Stream|3|https://example.com/radio.png|Radio|https://example.com/radio/stream.html|direct|