Re: Changes in channel lineups

Continuing the discussion from Changes in channel lineups:

@mjitkop
Are you sure?

I only see these Frndly TV (no EPG) channels
Cowboy Way (frndly-53)
Dove Channel (frndly-38)
Dove Channel - Kids (frndly-49)
Dove Family Movies (frndly-50)
Heartland TV - Dove Channel (frndly-41)

And https://i.mjh.nz/frndly_tv/app.json only goes to frndly-57

Interesting.

From my 127.0.0.1:8089/devices:

{"ID":"frndly-67","GuideNumber":"7053","GuideName":"lz Father's Day Entertainment","HD":1,"Station":"frndly-67","Logo":"https://d229kpbsb5jevy.cloudfront.net/frndlytv/400/400/content/common/logos/channel/logos/father-s-day-entertainment.png"}

1 Like

Look at the logo https://d229kpbsb5jevy.cloudfront.net/frndlytv/400/400/content/common/logos/channel/logos/father-s-day-entertainment.png

Here's mine from devices

  {
    "Provider": "m3u",
    "DeviceID": "M3U-frndlyTVNoEpg",
    "FriendlyName": "frndly-TVNoEpg",
    "ModelNumber": "HDHRCOMPAT-1",
    "Lineup": "XMLTV-frndlyTVNoEpg",
    "Channels": [
      {
        "ID": "frndly-53",
        "GuideNumber": "9050",
        "GuideName": "Cowboy Way",
        "HD": 1,
        "Station": "frndly-53",
        "Logo": "https://d229kpbsb5jevy.cloudfront.net/frndlytv/400/400/content/common/logos/channel/logos/omzaxy.png"
      },
      {
        "ID": "frndly-38",
        "GuideNumber": "9040",
        "GuideName": "Dove Channel",
        "HD": 1,
        "Station": "frndly-38",
        "Logo": "https://d229kpbsb5jevy.cloudfront.net/frndlytv/400/400/content/common/logos/channel/logos/kgiodq.png"
      },
      {
        "ID": "frndly-49",
        "GuideNumber": "9043",
        "GuideName": "Dove Channel - Kids",
        "HD": 1,
        "Station": "frndly-49",
        "Logo": "https://d229kpbsb5jevy.cloudfront.net/frndlytv/400/400/content/common/logos/channel/logos/hiumqv.png"
      },
      {
        "ID": "frndly-50",
        "GuideNumber": "9044",
        "GuideName": "Dove Family Movies",
        "HD": 1,
        "Station": "frndly-50",
        "Logo": "https://d229kpbsb5jevy.cloudfront.net/frndlytv/400/400/content/common/logos/channel/logos/tfmapx.png"
      },
      {
        "ID": "frndly-41",
        "GuideNumber": "9059",
        "GuideName": "Heartland TV - Dove Channel",
        "HD": 1,
        "Station": "frndly-41",
        "Logo": "https://d229kpbsb5jevy.cloudfront.net/frndlytv/400/400/content/common/logos/channel/logos/yizbmj.png"
      }
    ]
  }
1 Like

Yes, I did see the On Demand logo.

So what am I doing wrong? :confused:

image

In my playlist:

#EXTINF:-1 channel-id="frndly-67" tvg-id="frndly-67" tvg-logo="https://d229kpbsb5jevy.cloudfront.net/frndlytv/400/400/content/common/logos/channel/logos/father-s-day-entertainment.png",lz Father's Day Entertainment
http://127.0.0.1:8183/play/67.m3u8

I'm using the docker. Where am I getting this from? :astonished:

I don't know
My source is http://192.168.1.3:8183/playlist.m3u?gracenote=exclude
And the playlist is

#EXTM3U x-tvg-url="http://192.168.1.3:8183/epg.xml?gracenote=exclude"
#EXTINF:-1 channel-id="frndly-53" tvg-id="frndly-53" tvg-logo="https://d229kpbsb5jevy.cloudfront.net/frndlytv/400/400/content/common/logos/channel/logos/omzaxy.png",Cowboy Way
http://192.168.1.3:8183/play/cowboy_way.m3u8
#EXTINF:-1 channel-id="frndly-38" tvg-id="frndly-38" tvg-logo="https://d229kpbsb5jevy.cloudfront.net/frndlytv/400/400/content/common/logos/channel/logos/kgiodq.png",Dove Channel
http://192.168.1.3:8183/play/dove_channel.m3u8
#EXTINF:-1 channel-id="frndly-49" tvg-id="frndly-49" tvg-logo="https://d229kpbsb5jevy.cloudfront.net/frndlytv/400/400/content/common/logos/channel/logos/hiumqv.png",Dove Channel - Kids
http://192.168.1.3:8183/play/dove_kids.m3u8
#EXTINF:-1 channel-id="frndly-50" tvg-id="frndly-50" tvg-logo="https://d229kpbsb5jevy.cloudfront.net/frndlytv/400/400/content/common/logos/channel/logos/tfmapx.png",Dove Family Movies
http://192.168.1.3:8183/play/dove_movies.m3u8
#EXTINF:-1 channel-id="frndly-41" tvg-id="frndly-41" tvg-logo="https://d229kpbsb5jevy.cloudfront.net/frndlytv/400/400/content/common/logos/channel/logos/yizbmj.png",Heartland TV - Dove Channel
http://192.168.1.3:8183/play/heartland.m3u8

Sorry, I misspoke. I am NOT using the docker.

I will change my source and use the docker instead to see if that fixes it.

Thanks for letting me know. :slight_smile:

How are you getting Frndly into your Channels DVR, without using Docker? I found a way to strip out the .m3u files directly from Frndly, however, they change all the time, maybe each show, and those go dead so are useless.

See the "No Docker" section on Frndly TV for Channels (matthuisman.nz)

I'm running the docker now and my list of channels is fixed, it matches yours. :slight_smile:

1 Like