Skip to content

Commit

Permalink
add Channels instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
maddox committed Dec 8, 2020
1 parent 6f0cf10 commit e366a0b
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This simple Docker image will generate an M3U playlist and EPG optimized for use

[Channels](https://getchannels.com) allows for [additional extended metadata tags](https://getchannels.com/docs/channels-dvr-server/how-to/custom-channels/#channels-extensions) 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?
## Set Up

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

Expand All @@ -15,3 +15,17 @@ Running the container is easy. Fire up the container as usual. You can set which
You can retrieve the playlist and EPG via the status page.

http://127.0.0.1:8080

## Add Source to Channels

Once you have your Pluto M3U and EPG XML available, you can use it to [custom channels](https://getchannels.com/docs/channels-dvr-server/how-to/custom-channels/) channels in the [Channels](https://getchannels.com) app.

Add a new source in Channels DVR Server and choose `M3U Playlist`. Fill out the form using your new playlist URL.

!(add source)[.github/1.png]

Next, add a lineup for your new source and choose custom URL.

!(add source)[.github/2.png]

Finally, enter your EPG xml url and set it to refresh every 6 hours.

0 comments on commit e366a0b

Please sign in to comment.