Pluto for Channels

It appears the problem was on my end, and it was only temporary. I just checked again, along with the bookmarklet, and now the group-title tags are displaying properly. Thank you!

Mike
Can you, please, give detailed info, how to make @joagomez work on Synology. I am using @maddox docker but don't find @joagomez (want to replace @maddox with @joagomez)

Thank you

1 Like

Are people having issues with the guide data for the Britbox Mysteries channel using the docker container?

I'm using nocords.xyz for the guide data and the programs and timings for the Britbox Mysteries channel have not been correct for a couple of weeks. Thank you.

Is this still updated and valid? It was last updated Nov 2022 says releases.

How does this compare to the nocords non docker URL method for getting playlist and Guide data?
Same channels or any difference? Same length in guide data?

The Pluto for Channels is still being updated.
The bigest difference with the docker is that playlists are generated locally.
I've been running it for a good long time and it works great.

1 Like

For the maddox container, the playlist and EPG are cached in the container. The container pulls about 24 hrs of EPG about every 3 hrs. Not sure about the joagomez container or the nocords feed since I don't use them. Although the nocords feed should be the same as the maddox docker, since that is what powers it.
If you installed portainer it's easy to setup using the docker compose Pluto-for-Channels (jonmaddox) found here A docker-compose for every Channels-related extension -- suitable for Portainer-Stacks!

You have it backwards. The jonmaddox container is the source for the nocords website feed.
First post here Non-Docker source for PlutoTV and Stirr m3u playlists and EPG
You can either run the jonmaddox container locally, or get the same data from the nocords website feed.

1 Like

Ohhh. My bad...

I see on that page for the non-docker nocords site, they mention his version generates new device ids and sid url for each page load. To prevent conflicts etc.

If i use the docker locally, it implies that is not done. Is that not need for the Docker since the playlist it generates is already unique? If i have multiple CDVR servers that use its playlist, will it cause conflicts?

nocords has to generate unique id's for each user, otherwise everybody using it would be using the same feed url's.

jonmaddox docker is local with its own unique id's, so not everybody is using the same ones.

See his GitHub page for how to have it generate multiple feeds GitHub - maddox/pluto-for-channels: 📺 M3U generator optimized for Channels' custom channels.

Got it running.

It show 3 less Channels though. 420 Channels vs 423 from nocords....
Think from browsing around, at least 1 of them is Wheel of Fortune channels, they not in the docker m3u. Not a big deal.

mentioned above:

and here:

EDIT: For reference, the repo is here: GitHub - jgomez177/pluto-for-channels

and I think the docker url got updated to ghcr.io/jgomez177/pluto-for-channels

I used the one in this threads OP maddox/pluto-for-channels

That is why i asked if it was still be updated. The OP does not list that other one, so i assume it was different and not official.

1 Like

FWIW one differentiator of this docker had been the inclusion of channels “Wheel of Fortune” and “Jeopardy” but three weeks ago those were removed from Pluto entirely:

1 Like

I think if you compare the channels from each, the difference will be some news channels.
Pluto also has a bunch of duplicated channels.
Using the jonmaddox docker, out of 421 channels, these 10 are duplicates, so it's really only 411 channels that I get.

  1. Anime All Day
  2. Big Brother
  3. CBS News Chicago
  4. CBS News Los Angeles
  5. CBS News New York
  6. CBS News Sacramento
  7. Classic Movie Westerns
  8. Pluto TV Cars
  9. Pluto TV Westerns
  10. Star Trek: The Motion Pictures
1 Like

With the jgomzez docker I get 417 channels.

417 unique channels, or are some duplicates?

Some duplicates.

Thanks all. Especially @maddox and @tmm1 and @chDVRuser (again), and @Fofer for helping here and for keeping up on supporting things like this.
It is truly appreciated.
Hopefully, these things stay working and stable for the foreseeable future.
It been a bit stressful when i got family members who blame me when their tv show/channel no work :face_with_spiral_eyes:

1 Like

Thank you for your work in creating this. I am wondering if there is any way to create an environment variable to show the Pluto UK and Canada channels. I noticed that Matt Huisman was able to do it on the Samsung docker he just released.

It already does if you add the PLUTO_CODE environment variable

Multiple can be hosted using comma separation

ALLOWED_COUNTRY_CODES:
us_east - United States East Coast,
us_west - United States West Coast,
local - Local IP address Geolocation,
ca - Canada,
uk - United Kingdom

Example:

docker run -d --network=host --restart unless-stopped -e PLUTO_PORT=7888 -e PLUTO_CODE=local,us_west,us_east,ca,uk --name pluto-for-channels ghcr.io/jgomez177/pluto-for-channels

3 Likes