From d4df854820f3e5016ca51d3c58b0a8f152343b94 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Sat, 22 Mar 2025 05:23:49 -0700 Subject: [PATCH] feat: add link to xml, epg in new filelist table --- tvapp2/index.js | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/tvapp2/index.js b/tvapp2/index.js index aae3e6b4..aecd8791 100755 --- a/tvapp2/index.js +++ b/tvapp2/index.js @@ -1076,6 +1076,9 @@ const server = http.createServer((req, res) => { File Name + + Link + Description @@ -1092,6 +1095,7 @@ const server = http.createServer((req, res) => { + Playlist data file which contains a list of all channels, their associated group, and logo URL. @@ -1104,6 +1108,7 @@ const server = http.createServer((req, res) => { + XML / EPG guide data which contains a list of all programs which are scheduled to play on a specific channel. @@ -1118,7 +1123,7 @@ const server = http.createServer((req, res) => {