PBS Feeds

That option from 2021 is no longer available. Do this instead:

1 Like

Thanks so much, that did the trick! :grinning:

1 Like

vlc no work drm

Thank you

1 Like

A little follow-up from another thread:

1 Like

Nonetheless, this seems to be a clever solution packaged (compartmentaized) in an externally developed container for those who can choose to make use of it. A template would be a great help.

I hope this idea continues to grow as a potential solution to sunsetting TVE resources.

Is there a way using the milbeez solution to have the channel numbers be the actual OTA numbers, instead of starting at 9000?

3 Likes

Specify start channel number

1 Like

You can specify it with the channel-number tag in your m3u. Here's mine with the Baton Rouge station as an example.

#EXTM3U
#EXTINF:-1,channel-id="WLPBDT" channel-number="27" tvc-guide-stationid="24958" tvg-logo="https://image.pbs.org/stations/wlpb-color-single-brand-logo-YwxZbmQ.png" group-title="Local",WLPBDT
http://localhost:7777/pbs/watch/WLPB

Also, turns out you can manually specify your station too. Due to my IP address being in another state it was using the wrong station.

How do I get the id numbers for the station and the logo?

They're optional. Just match it to the OTA station like you would any other channel in the web ui. It'll pull them for you. I just changed my logo because it was pulling the generic PBS logo instead of the station logo. To find the image link, go to https://www.pbs.org and choose your station. The logo should appear in the upper right. Right click on the logo and copy the image url (in Safari Copy Image Address). Paste it into your m3u and delete ?resize= and everything that comes after it. Then make sure Prefer channel logos from M3U is selected in your custom channel settings. Not sure if that's on by default or not.

Im doing something wrong. I entered this.
#EXTM3U
#EXTINF:-1 channel-id="WNPT" channel-number=β€œ8”,WNPT
http://localhost:7777/pbs/watch/WNPT
#EXTINF:-1 channel-id="WCTE channel-number=β€œ22”,WCTE
http://localhost:7777/pbs/watch/WCTE
#EXTINF:-1 channel-id="WKYU channel-number=β€œ24”,WKYU
http://localhost:7777/pbs/watch/WKYU

but I get this, only the first station takes the correct channel number

Check your quotes.

You're missing a " between the channel ids and the channel numbers for the second 2.

1 Like

Success!!! Thank you

Stupid question, but where is the m3u file located?

You don't have to have a file. Just choose Text as the Source for your custom channels entry and put the m3u contents directly in the box there.

Personally, I like to use files so I can use a text editor with them and so I can back them up. I just made an m3u folder inside my DVR folder, and put them in there, but you can put them anywhere as long as Channels can access it locally. Then in my custom channels settings I can put the path to the file I created, like /volume1/NAS/DVR/m3u/wlpb.m3u on my Synology NAS for my PBS station. But all of that is completely optional.

2 Likes

So dumb question because I saw what looked like multiple answers, are these streams recordable or not?

With @miibeez’s docker container yes, it’s recordable.

1 Like

The PBS experience is great.
Docker is nice and stable.