BETA: Custom Channels via M3U Playlists

Ah great. Thank you. I found the Astra 28.2 list here which has the main English channels:
https://www.satip.info/Playlists/ASTRA_28_2E.m3u

However it's a couple years out of date. Will there be an option to manually map channels? Satellite systems are constantly changing their line-ups with channels added and removed frequently.

Thank you again for all your great work.

I can an error: Process exited with Code 126.

The amount of pure awesomeness found in this thread is worth 100x the price of admission. I just want to send a bunch of thanks to everyone who has contributed their expertise thus far, including but not limited to @crackers8199, @tmm1, @Maddox, @beyo77, and others.

7 Likes

So it seems I can’t use extrem editor to pull in the EPG data??

Anyone know why? It pulls in the right channels however.

Thank you. I followed the directions and now have Pluto TV channels and guide data working.

1 Like

To the users trying this with SAT>IP, how long does it take to tune a channel for you?

For me it takes about 9-10 seconds to tune a channel using a Digitbit R1. However through telly it takes about 5-6 seconds.

Are you using http or rtsp in your m3u?

I’m using HTTP

Best to email support with a copy of the m3u and after submitting diagnostics

1 Like

Any reason why extreme editor doesn’t work?

A question again.

I run DVR on a Windows 10 machine. I installed decker for windows to do the Pluto implementation. When I try to run the docker command, I get a can't find manifest error. Is there something I need to do? Does it work on WIn 10? Can anyone help?

Thanks

Is there a way to use this method to duplicate or mirror a channel in the guide? Example, I have imported news channels from Pluto and other sources. It would be cool to duplicate or mirror some news sources all the way at the bottom of the guide to say the 200's.

I think you need to switch docker into Linux Containers mode: https://stackoverflow.com/a/57548944/332798

1 Like

Yes. See the examples by @crackers8199 and others.

You would create an M3U with custom numbers and use the stream url for the original channel

1 Like

Thanks. I'll look for the simple methods if I can find them. @crackers8199 method will be out of my wheelhouse. I'm still on the simple Pluto guide as I couldn't figure out the Docker for the Pr2100.

Thank you sir. That took care of it and interestingly enough, my connection lost errors also went away....

you can create your own M3U and just re-number the channels yourself if docker is out of your wheelhouse...my container just does all the work for you but you can certainly create the file yourself if you're more comfortable doing it that way.

example: here's the M3U portion my container spits out for remapping TV Land from 6021 to 304 (which is the directv number):

#EXTINF:0 channel-id=“6021” channel-number="304" tvg-chno=“304” tvg-id="304" tvc-guide-stationid="74134" tvg-name="TVLANDP" tvg-logo="https://tmsimg.fancybits.co/assets/s73541_ll_h3_aa.png" group-title="",TVLANDP
http://192.168.88.165:8090/devices/TVE-ATTOTT/channels/6021/stream.mpg

192.168.88.165 is my channels server. 8090 is the port number secondary channels instance i've set up for the backend, if you're only running one instance this would be 8089 for you.

the URL format would be the same for every channel, just change the device to whatever device you're using and the channel number to whatever channel you're mapping.

change the channel-id parameter to match the DVR channel number that you just put into the URL.

change the channel-number, tvg-chno and tvg-id parameters to whatever channel number you want that station to use.

change the logo to match the correct logo for the station you're loading (i.e. the DVR station logo).

as you can see there's a lot to do, which is why i wrote the code to do it for me...but you can certainly do it on your own. it'll just take some time to map a large number of channels that way.

2 Likes

Wow. Thanks for taking the time to post this! Let me see if I can figure this out.

is there a way to stop the dvr from grouping channels together when the guide matches (i.e. allow a true mirror if we wanted to show both mirrors in the guide)?

1 Like

Mind sharing your playlist to get the icons working?