Add templates/channel_template.txt
Some checks failed
📺 Generate M3U Playlist / build (push) Has been cancelled
Some checks failed
📺 Generate M3U Playlist / build (push) Has been cancelled
This commit is contained in:
parent
eaada78c18
commit
ba38b275ee
1 changed files with 20 additions and 0 deletions
20
templates/channel_template.txt
Normal file
20
templates/channel_template.txt
Normal file
|
@ -0,0 +1,20 @@
|
|||
Group = [Category Name - e.g., Sports, News, Movies, Kids]
|
||||
Stream name = [Channel Display Name - e.g., ESPN HD, CNN International]
|
||||
Logo = [Logo URL - e.g., https://example.com/logo.png]
|
||||
EPG id = [EPG Guide ID - e.g., espn.us, cnn.us]
|
||||
Stream URL = [Stream URL - e.g., http://your-stream-url-here]
|
||||
|
||||
[Leave a blank line between each channel]
|
||||
|
||||
Example:
|
||||
Group = Sports
|
||||
Stream name = ESPN HD
|
||||
Logo = https://logos.example.com/espn.png
|
||||
EPG id = espn.us
|
||||
Stream URL = http://stream.example.com/espn
|
||||
|
||||
Group = News
|
||||
Stream name = CNN International
|
||||
Logo = https://logos.example.com/cnn.png
|
||||
EPG id = cnn.international
|
||||
Stream URL = http://stream.example.com/cnn
|
Loading…
Add table
Add a link
Reference in a new issue