TV7-Playlist

Summary

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 application.

There are more features than just changing the URL:

  • Resorting of the channel list
  • Enable or disable a channel
  • Override the channel number -> better EPG Detection support in plex
  • Override the channel name -> better EPG Detection support in plex

This is licensed under GPLv2. See License file.

Docker

Run the application

You may run this application using docker. If you want to persist the database when doing some updates, create a volume and use this as data storage.

docker volume create tv7playlist_data

Next you have to create and run the docker container.

docker run -t --name="tv7playlist" -p 8000:80 -e "UdpxyUrl=http://your.host.ip.of.udpxy:4022/udp" -v tv7playlist_data:/data --restart=unless-stopped phaefelfinger/tv7playlist:latest

Environment variables

Description
No description provided
Readme 1.5 MiB
Languages
JavaScript 89.4%
C# 5.7%
CSS 2.9%
HTML 1.9%