updated dockerfile, readme and settings
This commit is contained in:
@@ -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.
|
@@ -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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user