Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 1.12 KB

README.md

File metadata and controls

20 lines (11 loc) · 1.12 KB

Pluto for Channels

This simple Docker image will generate an M3U playlist and EPG optimized for use in Channels and expose them over HTTP.

Channels supports custom channels by utilizing streaming sources via M3U playlists.

Channels allows for additional extended metadata tags in M3U playlists that allow you to give it extra information and art to make the experience better. This project adds those extra tags to make things look great in Channels.

How does it work?

Running the container is easy. Fire up the container as usual. You can set which port it runs on.

docker run -d --name pluto-for-channels -p 8080:80 -e START_CHANNEL_NUMBER=500 jonmaddox/pluto-for-channels

You can optionally set the start channel number via the START_CHANNEL_NUMBER env var.

You can retrieve the playlist and EPG via:

http://127.0.0.1:8080/playlist.m3u
http://127.0.0.1:8080/epg.xml