updated dockerfile, readme and settings

This commit is contained in:
2019-01-26 23:15:41 +01:00
parent 4db904643c
commit ff33aac61e
4 changed files with 50 additions and 16 deletions

View File

@@ -1,9 +0,0 @@
# tv7playlist
This little application is used to rewrite the TV7 multicast channel list by fiber7 m3u.
The updated list will proxy the multicast stream through udpxy and builds a stream that plex can handle.
Others have changed the code in telly. As I did not want to change any external source, I just
wrote this little program.
This is licenced under GPLv2. See License file.

View File

@@ -7,9 +7,9 @@
}
},
"AllowedHosts": "*",
"SourceType": "M3U",
"SourceType": "Xspf",
"SqLiteConnectionString": "Data Source=/data/playlist.db",
"TV7Url": "https://api.init7.net/tvchannels.m3u",
"TV7Url": "https://api.init7.net/tvchannels.xspf",
"UdpxyUrl": "http://192.168.15.2:4022/udp",
"DownloadFileName": "PlaylistTV7udpxy.m3u"
}