Frndly TV for Channels

Neither do I

To find possible stationId's by name or call sign

Then setup the potential stationId's in a custom M3U source, adding as many lines as there are stationId's to check

At that point I run a curl/jq script to list what's on each channel from the custom M3U source and compare them.

1 Like

done yesterday. heartland no longer uses gracenote

1 Like

Thanks Matt, noticed this morning when the M3U's refreshed,

BabyFirst TV should be 50338. That guide data aligns with the guide data present on the frndly site. Callsign of BABY1
119335 does not.

3 Likes

have updated babyfirst to 50338. itll be on the next generated json

3 Likes

For about a week, I'm not able to tune any Frndly sources that I try.

I get the following:
Could not fetch playlist: 127.0.0.1:8183 (Timeout) messages, timeout awaiting response headers.

I've removed the docker completely and started fresh with the latest. Channels sees them when I add the source, but I'm not able to watch them.

Any ideas?

127.0.0.1:8183 playlists are there, and I see all available channels and listings within Channels DVR, but no video starts on any channel. I even get a black screen like it's just about to connect, but nothing.

You would need to check the logs on the docker container

Starting yesterday, I'm no longer able to tune to DECADES on Frndly TV. I can tune to every other Frndly TV channel I've tried. Anyone else having this issue or is there something I can do to get it working again?

This is what I see on Watch Family-Friendly TV Live and On Demand | FRNDLY TV

1 Like

It's now one of the channels that has no EPG. It was renamed.

1 Like

Hi there,
The channel is working. However, the main source in channels is trying to fetch am m3u8 that doesn't exist.
You have to enable both the main and secondary sources in channels.
Hopefully, things will get straightened out.

It's probably one of these stationId's
122694 (callSign CATCHCD)
91415 (callSign CATCHYC)

If someone can check the program listings and let @matthuisman know what the correct stationId is, he can fix the guide.

Do you mean compare the listings of Catchy Comedy on Frndly TV with that of Decades in the Channels guide? From what I can tell the schedule looks the same in both, but I'm not sure how to identify the stationID on Frndly TV.

I noticed that my HDHR Quatro already shows "Catchy" where it used to show "Decades", so is that where I could find the StationID? (I'm away from home and can't check it right now)

If that's the case, then the network name just changed from Decades to Catchy Comedy and the stationId is still the same as it was for Decades (122694).

In that case @matthuisman just needs to map frndly-51 Catchy Comedy to stationId 122694
"51": {
"gracenote": 122694,
"slug": "catchy_comedy"
}

That's probably correct, because the HDHR Quatro is mapping Catchy to Decades and appears to match what's showing on Frndly TV.
Is there a best way to request this kind of update from Matt?

He will see that I mentioned him in a couple posts and update his app.json file for FrndlyTV

1 Like

done. should be live within next hour

Thanks for your prompt action, @matthuisman :slightly_smiling_face:

I'm using the python method not docker for frndly and Catchy Comedy is still not working. Is there anything I need to do to get frndly-for-channels updated?