Skip to content

M3U generator optimized for Channels' custom channels.

License

Notifications You must be signed in to change notification settings

mlancer/pluto-for-channels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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 maddox/pluto-for-channels

You can retreive the playlist and epg via:

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

About

M3U generator optimized for Channels' custom channels.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.3%
  • Shell 8.0%
  • HTML 3.9%
  • Dockerfile 2.8%