From ba38b275ee342e885a028a01452b4b89c5180282 Mon Sep 17 00:00:00 2001 From: stoney420 Date: Fri, 27 Jun 2025 17:38:58 +0200 Subject: [PATCH] Add templates/channel_template.txt --- templates/channel_template.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 templates/channel_template.txt diff --git a/templates/channel_template.txt b/templates/channel_template.txt new file mode 100644 index 0000000..4a103f1 --- /dev/null +++ b/templates/channel_template.txt @@ -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 \ No newline at end of file