Project

General

Profile

DaddyLive, PlutoTV, XUMO, M3U/XMLTV, SamsungTV, Plex, TVGuide interfaces (appliance)

Added by G Kazaroth almost 4 years ago

Cabernet for (Cable Network) version 0.9.12 (4/13/2023)
TVGuide, DaddyLive, PlutoTV, XUMO, M3U/XMLTV, SamsungTV, Plex

Provides a configurable interface from providers to TVHeadend.

  • Direct streaming plugins for DaddyLive, PlutoTV, XUMO
  • EPG supplemented using TVGuide.com data
  • M3U Plugin provides channels for: SamsungTVPlus, Plex, PBS, Stirr, and others
  • From: https://i.mjh.nz/
  • Import your own M3U file

https://github.com/cabernetwork/cabernet/releases
Purpose is to get a service that will take the DaddyLive, PlutoTV or XUMO server stream, clean it and feed it into TVHeadend and other DVRs (Also tested on Emby, JellyFin and Plex). Also it runs on Linux, Windows as a service and Docker. Windows has a installer. Once installed, setup is easy with TVHeadend. Also includes a TVGuide.com plugin to obtain TVGuide data.

1) Setup the automatic IPTV network (recommend new URL is http://[host]:6077/PlutoTV/channels.m3u)

Make sure to set the "Maximum # input streams". PlutoTV is set to a max of 4 and tvheadend uses 2 per tuner during initial screening. Doing a force scan will create the mux and service values. Also, turn View level to Advanced and set the Re-fetch period (mins) to a very large number. TVheadend has a tenancy to cause issues when channels change (Changed Services will not be mapped to channels). The Maximum Timeout is used to wait for a reply during a Forced scan. Recommend keep this low, like 15-20 seconds. Some of the channels may fail, but it is faster than having a high setting and waiting for all channels to scan. Just individually rescan those that failed by setting each mux back to PEND from IDLE.
2) Next you can setup the grabber. I use a URL grabber written in Unix bash and is an extremely small file. It can be found in the github repo at
https://github.com/cabernetwork/cabernet/tree/master/lib/tvheadend/service/Unix called tv_grab_url
Place the grabber file in the same location as the other TVHeadend tv_grab* files, change the permissions to executable and restart TVHeadend. This should allow TVHeadend to pickup the new grabber. While in the grabber list, make sure and disable any OTA grabbers. Stations no longer send this information and will only cause TVHeadend to use a tuner for scanning. Displaying the log window by clicking the three ^ in the bottom right is helpful at this time.

Have the grabber run and populate the EPG data into the EPG Grabber Channels tab. The log should show a quantity of channels were detected.
Pop over to the EPG Grabber tab and disable the OTA grabber cron. Also, update/replace the Internal grabber cron schedule using something like below. The example will pull the TV guide at 6:04am and 5:52pm. Add more if you need. It is recommended to use static cron times.

4 6 * * *
52 17 * * *

3) In the Channel view, select Map all channels.

This will tie the services, EPG and channels together, automatically. After this, re-grab the EPG data. This will populate the EPG tab with shows. For TVH version 4.3, the Number column will auto-populate. For TVH 4.2, you will need to manually add channel numbers.
4) Display the TVGUIDE. This appliance has special features which maps the tvheadend genre, giving colors on tvguides. It also has enhanced guide descriptions and optional additional channel notations if you use many streams. Below is the Kodi tvguide using the pvr.hts plugin.

For Kodi, go to the settings for PVR and turn on the General setting "Use channel numbers from backend".


Replies (960)

RE: DaddyLive, PlutoTV, XUMO, M3U/XMLTV, SamsungTV, Plex, TVGuide interfaces (appliance) - Added by anders suarz over 1 year ago

Vic K wrote:

anders suarz wrote:

how many channels are from daddylive? i get 306. i replace channels.db i get same.

You need to restart the app for new db to take affect. You should see 486 with new db

i get 486 , then i did a scan and it back to 306 , i dont have to do scan to keep the 486?

thx

RE: DaddyLive, PlutoTV, XUMO, M3U/XMLTV, SamsungTV, Plex, TVGuide interfaces (appliance) - Added by anders suarz over 1 year ago

anders suarz wrote:

Vic K wrote:

anders suarz wrote:

how many channels are from daddylive? i get 306. i replace channels.db i get same.

You need to restart the app for new db to take affect. You should see 486 with new db

i get 486 , then i did a scan and it back to 306 , i dont have to do scan to keep the 486?

thx

i get those 486, but i need check pluto and other m3u because those are gone after db change. so basically for 486 i need keep like that. just daddy live?

or update all except daddylive?

RE: DaddyLive, PlutoTV, XUMO, M3U/XMLTV, SamsungTV, Plex, TVGuide interfaces (appliance) - Added by Vic K over 1 year ago

anders suarz wrote:

anders suarz wrote:

Vic K wrote:

anders suarz wrote:

how many channels are from daddylive? i get 306. i replace channels.db i get same.

You need to restart the app for new db to take affect. You should see 486 with new db

i get 486 , then i did a scan and it back to 306 , i dont have to do scan to keep the 486?

thx

i get those 486, but i need check pluto and other m3u because those are gone after db change. so basically for 486 i need keep like that. just daddy live?

or update all except daddylive?

For now yes. From what i see in the code base he is working on adding ability to add channels. but for now the db overwrites and only has daddylive 486 with my hack.

RE: DaddyLive, PlutoTV, XUMO, M3U/XMLTV, SamsungTV, Plex, TVGuide interfaces (appliance) - Added by Vic K over 1 year ago

Attached is updated channels.db file which includes addtional 180 channels. this will overwrites all channels from all providers and only provide 486 daddylive channels.

Beware as doing the steps will brake the ability of cabernet software update and channels list update from daddy. thus any future updates will not auto update. EPG update works. only 486 daddylive no xumo/pluto

I have only tested this with 0.9.11.03 running on ubuntu 22.04

1. stop cabernet
2. back up old db or just rename it to channels_org.db located at ~/data/db/
3. download the attachment and place it in ~/data/db/channels.db
4. start cabernet
5. disable schedules scans on startup and daily etc..
6. this verisons ads epg for many more channels and for some reason causes bug/failure of epg update if epg is more then 4 days. set config.ini epg to 4 or less

To revert back stop cabernet and copy old org backup over.

RE: DaddyLive, PlutoTV, XUMO, M3U/XMLTV, SamsungTV, Plex, TVGuide interfaces (appliance) - Added by R W over 1 year ago

anders suarz wrote:

R W wrote:

G Kazaroth wrote:

It is working for me. DaddyLive is having growing issues with others being shutdown. They are getting a load of new users. A couple of days ago, they had to rebuild their US server. Many times, if Cabernet is having issues, it looks like DaddyLive is having a DDOS attack from Cabernet's perspective. It is more than likely just more traffic than they can handle. In general, they have a good service dept and the chat tool on their main page is pretty responsive to complaints, but that being said, it does look like they do have issues quite often right now. I do suspect things will get better. Also, note that the local channels like ABC, CBS, NBC and FOX seem to change locations based on what is available, so the tvguide may not be correct. Hopefully, it is close. I am also aware that they have a ton of channels not listed on their pages. People are just randomly trying different UID or asking the chat for a certain channel number. My understanding is the channels not listed are not maintained and may not exist at all times.

I still cannot get cabernet to show the DaddyLive channels on the m3u file. Everything is enabled for DaddyLive, channels show up in the Channel Editor but whenever I open the m3u file this is all the file has:

#EXTM3U
#EXTINF:-1 channelID='612fea0e970e6f00083be56b' tvg-num='0' tvg-chno='0' tvg-name='TV Land Drama' tvg-id='612fea0e970e6f00083be56b' tvg-logo='https://images.pluto.tv/channels/612fea0e970e6f00083be56b/colorLogoPNG.png' group-title='PlutoTV|Entertainment',TV Land Drama
http://172.18.0.2:5004/PlutoTV/watch/612fea0e970e6f00083be56b

On Stream Providers I have enabled DaddyLive, DaddyLive Instance, M3u, Pluto TV and Pluto TV Instance.

On Channel Editor > DaddyLive I have:
Total Unique Channels = 306
Total Enabled Unique Channels = 306

On Channel Editor > PLuto TV I have (Only TV Land enabled):
Total Unique Channels = 373
Total Enabled Unique Channels = 1

I changed DaddyLive Starting Channel Number to 300 to see if what you wrote on the previous post would help but still cant get DaddyLive to show up on the m3u.

What changed in the last week or 2 that made DaddyLive not show up like it did just 2 weeks ago?

i get exactly your issue, doing Data Mgmt>reset channel data

after that i get daddy channels running fine

i added Vic K file so idk if that make not work on mine no idea im gonna try again replacing then check, im 306 channels on daddy im guessing was more

question whas the difference between xteve and cabernet, sorry ignorance, what i see so far we can record pluto here, thats great, and daddylives plugin, editon stuff.

about m3u generated, only way to load logos its passing through tvheadend? i did on two ways tvheadend gets the logos, m3u dont load it. or add.

its anyway to make work other countries plutos? or its only one by default. i guess in my case usa.

I tried with the new update 0.9.11.04 but I cannot get DaddyLive to show up on the Channel Editor even after resetting EPG and Channel List. Then I tried Vic K db file, reset channel list and DaddyLive does shows up on Channel Editor but when I try to ad the tuner to Plex it shows 0 channels and the m3u file is empty.

RE: DaddyLive, PlutoTV, XUMO, M3U/XMLTV, SamsungTV, Plex, TVGuide interfaces (appliance) - Added by G Kazaroth over 1 year ago

Changes to 04 are more cosmetic, so it is not the version causing the issue. Check the log to see if the channels.db file is corrupted. If so, removing the channels.db and restarting the app might be what is needed to start fresh.

On 03, there was a change to fix a bug with the lineup.json file that plex uses. This bug was caused by very specific settings of the stream type. I will test with internal proxy to see if anything is broken.

Verified that it still works on plex. Created a new tuner and it had over 700 channels, including ones from daddylive, plutotv and xumo.

RE: DaddyLive, PlutoTV, XUMO, M3U/XMLTV, SamsungTV, Plex, TVGuide interfaces (appliance) - Added by R W over 1 year ago

G Kazaroth wrote:

Changes to 04 are more cosmetic, so it is not the version causing the issue. Check the log to see if the channels.db file is corrupted. If so, removing the channels.db and restarting the app might be what is needed to start fresh.

On 03, there was a change to fix a bug with the lineup.json file that plex uses. This bug was caused by very specific settings of the stream type. I will test with internal proxy to see if anything is broken.

Verified that it still works on plex. Created a new tuner and it had over 700 channels, including ones from daddylive, plutotv and xumo.

Not sure what I am doing wrong. I did a fresh install a few times but every time is the same deal. I am able to enable DaddyLive but it just wont show up on Channel Editor. Also If I try to update the DaddyLive channels it stays saying that it was updated "Never Ago". I have the folder and file permissions right. here is my log:

2023-03-30 19:10:09,598-DEBUG:web_handler [10.5.0.2] "GET /logreset HTTP/1.1" 200 -
2023-03-30 19:10:09,611-DEBUG:web_handler [10.5.0.2] "GET /logreset HTTP/1.1" 200 -
2023-03-30 19:10:09,822-DEBUG:web_handler [172.30.0.1] "POST /api/configform HTTP/1.1" 200 -
2023-03-30 19:10:13,195-DEBUG:web_handler [172.30.0.1] "GET /api/configform?area=streams HTTP/1.1" 200 -
2023-03-30 19:10:13,225-DEBUG:web_handler [172.30.0.1] "GET /modules/tabs/tabs.js HTTP/1.1" 200 -
2023-03-30 19:10:13,288-DEBUG:web_handler [172.30.0.1] "GET /modules/pages/configform.js HTTP/1.1" 200 -
2023-03-30 19:10:13,329-DEBUG:web_handler [172.30.0.1] "GET /config.json HTTP/1.1" 200 -
2023-03-30 19:10:15,546-DEBUG:web_admin Receiving POST form /api/configform
2023-03-30 19:10:15,550-DEBUG:user_config Config Update: Changed [daddylive][enabled] to True
2023-03-30 19:10:15,821-DEBUG:web_handler [172.30.0.1] "POST /api/configform HTTP/1.1" 200 -
2023-03-30 19:10:18,549-DEBUG:web_admin Receiving POST form /api/configform
2023-03-30 19:10:18,553-DEBUG:user_config Config Update: Changed [m3u][enabled] to True
2023-03-30 19:10:18,988-DEBUG:web_handler [172.30.0.1] "POST /api/configform HTTP/1.1" 200 -
2023-03-30 19:10:21,611-DEBUG:web_admin Receiving POST form /api/configform
2023-03-30 19:10:21,614-DEBUG:user_config Config Update: Changed [plutotv][enabled] to True
2023-03-30 19:10:21,879-DEBUG:web_handler [172.30.0.1] "POST /api/configform HTTP/1.1" 200 -
2023-03-30 19:10:24,667-DEBUG:web_handler [172.30.0.1] "GET /api/channels HTTP/1.1" 200 -
2023-03-30 19:10:24,718-DEBUG:web_handler [172.30.0.1] "GET /modules/tabs/tabs.js HTTP/1.1" 200 -
2023-03-30 19:10:24,847-DEBUG:web_handler [172.30.0.1] "GET /modules/channels/channels.js HTTP/1.1" 200 -
2023-03-30 19:10:25,313-DEBUG:web_handler [172.30.0.1] "GET /api/channels HTTP/1.1" 200 -
2023-03-30 19:10:25,365-DEBUG:web_handler [172.30.0.1] "GET /modules/tabs/tabs.js HTTP/1.1" 200 -
2023-03-30 19:10:25,382-DEBUG:web_handler [172.30.0.1] "GET /modules/channels/channels.js HTTP/1.1" 200 -
2023-03-30 19:10:26,201-DEBUG:web_handler [172.30.0.1] "GET /api/schedulehtml HTTP/1.1" 200 -
2023-03-30 19:10:26,236-DEBUG:web_handler [172.30.0.1] "GET /modules/scheduler/scheduler.js HTTP/1.1" 200 -
2023-03-30 19:10:32,521-DEBUG:web_handler [172.30.0.1] "GET /api/schedulehtml?task=67B9C05A-CF55-11ED-9E76-0242AC1E0002&run=1 HTTP/1.1" 200 -
2023-03-30 19:10:32,575-DEBUG:web_handler [172.30.0.1] "GET /modules/scheduler/scheduler.js HTTP/1.1" 200 -
2023-03-30 19:10:37,206-DEBUG:web_handler [172.30.0.1] "GET /api/schedulehtml?task=67B9C05A-CF55-11ED-9E76-0242AC1E0002&run=1 HTTP/1.1" 200 -
2023-03-30 19:10:37,246-DEBUG:web_handler [172.30.0.1] "GET /modules/scheduler/scheduler.js HTTP/1.1" 200 -
2023-03-30 19:10:43,479-DEBUG:web_handler [172.30.0.1] "GET /api/channels HTTP/1.1" 200 -
2023-03-30 19:10:43,512-DEBUG:web_handler [172.30.0.1] "GET /modules/tabs/tabs.js HTTP/1.1" 200 -
2023-03-30 19:10:43,530-DEBUG:web_handler [172.30.0.1] "GET /modules/channels/channels.js HTTP/1.1" 200 -
2023-03-30 19:10:45,934-DEBUG:web_handler [172.30.0.1] "GET /api/configform?area=clients HTTP/1.1" 200 -
2023-03-30 19:10:45,963-DEBUG:web_handler [172.30.0.1] "GET /modules/tabs/tabs.js HTTP/1.1" 200 -
2023-03-30 19:10:45,998-DEBUG:web_handler [172.30.0.1] "GET /modules/pages/configform.js HTTP/1.1" 200 -
2023-03-30 19:10:46,031-DEBUG:web_handler [172.30.0.1] "GET /config.json HTTP/1.1" 200 -
2023-03-30 19:10:47,847-DEBUG:web_handler [172.30.0.1] "GET /api/configform?area=epg HTTP/1.1" 200 -
2023-03-30 19:10:47,873-DEBUG:web_handler [172.30.0.1] "GET /modules/tabs/tabs.js HTTP/1.1" 200 -
2023-03-30 19:10:47,895-DEBUG:web_handler [172.30.0.1] "GET /modules/pages/configform.js HTTP/1.1" 200 -
2023-03-30 19:10:47,944-DEBUG:web_handler [172.30.0.1] "GET /config.json HTTP/1.1" 200 -
2023-03-30 19:10:49,154-DEBUG:web_handler [172.30.0.1] "GET /api/configform?area=streams HTTP/1.1" 200 -
2023-03-30 19:10:49,180-DEBUG:web_handler [172.30.0.1] "GET /modules/tabs/tabs.js HTTP/1.1" 200 -
2023-03-30 19:10:49,200-DEBUG:web_handler [172.30.0.1] "GET /modules/pages/configform.js HTTP/1.1" 200 -
2023-03-30 19:10:49,236-DEBUG:web_handler [172.30.0.1] "GET /config.json HTTP/1.1" 200 -
2023-03-30 19:10:51,863-DEBUG:web_handler [172.30.0.1] "GET /api/channels HTTP/1.1" 200 -
2023-03-30 19:10:51,893-DEBUG:web_handler [172.30.0.1] "GET /modules/tabs/tabs.js HTTP/1.1" 200 -
2023-03-30 19:10:51,919-DEBUG:web_handler [172.30.0.1] "GET /modules/channels/channels.js HTTP/1.1" 200 -
2023-03-30 19:10:53,122-DEBUG:web_handler [172.30.0.1] "GET /api/schedulehtml HTTP/1.1" 200 -
2023-03-30 19:10:53,154-DEBUG:web_handler [172.30.0.1] "GET /modules/scheduler/scheduler.js HTTP/1.1" 200 -
2023-03-30 19:11:10,844-DEBUG:web_handler [172.30.0.1] "GET /api/configform?area=logging HTTP/1.1" 200 -
2023-03-30 19:11:10,883-DEBUG:web_handler [172.30.0.1] "GET /modules/tabs/tabs.js HTTP/1.1" 200 -
2023-03-30 19:11:10,929-DEBUG:web_handler [172.30.0.1] "GET /modules/pages/configform.js HTTP/1.1" 200 -
2023-03-30 19:11:10,989-DEBUG:web_handler [172.30.0.1] "GET /config.json HTTP/1.1" 200 -
2023-03-30 19:11:58,935-DEBUG:web_admin Receiving POST form /api/configform
2023-03-30 19:11:58,939-DEBUG:user_config Config Update: Changed [handler_filehandler][level] to ERROR

RE: DaddyLive, PlutoTV, XUMO, M3U/XMLTV, SamsungTV, Plex, TVGuide interfaces (appliance) - Added by Vic K over 1 year ago

something wrong with fresh installs with newest build. both 0.9.11.3 and 0.9.11.4

RE: DaddyLive, PlutoTV, XUMO, M3U/XMLTV, SamsungTV, Plex, TVGuide interfaces (appliance) - Added by R W over 1 year ago

Vic K wrote:

something wrong with fresh installs with newest build. both 3 and 4

What is the latest known build that works with DaddyLive? I attached a screenshot of what Plex shows me when trying to add the tuner.

RE: DaddyLive, PlutoTV, XUMO, M3U/XMLTV, SamsungTV, Plex, TVGuide interfaces (appliance) - Added by G Kazaroth over 1 year ago

Testing new install with basically empty data folder except minimal config.ini. Found a few issues... resolving in a short.

RE: DaddyLive, PlutoTV, XUMO, M3U/XMLTV, SamsungTV, Plex, TVGuide interfaces (appliance) - Added by Vic K over 1 year ago

@G Kazaroth I am have been banging my head trying to figure out where in your code you make the call (im assuming) to https://daddylivehd.sx/24-7-channels.php to get the all available channels info from daddy. I am trying to edit the code to look in local path or differnt/myown remote server only for that section of the code but leave the rest alone. This way i can leave everything alone on scheduler/updater.

thank you in advance,

Vic

RE: DaddyLive, PlutoTV, XUMO, M3U/XMLTV, SamsungTV, Plex, TVGuide interfaces (appliance) - Added by G Kazaroth over 1 year ago

0.9.11.05 fixed new install issues
give this version a try for new installs.

RE: DaddyLive, PlutoTV, XUMO, M3U/XMLTV, SamsungTV, Plex, TVGuide interfaces (appliance) - Added by G Kazaroth over 1 year ago

The code is intentionally obfuscated to keep people we want to keep out from searching and finding urls in the code. I got this idea from the kodi team developers that are doing similar stuff on a fine line.

RE: DaddyLive, PlutoTV, XUMO, M3U/XMLTV, SamsungTV, Plex, TVGuide interfaces (appliance) - Added by R W over 1 year ago

G Kazaroth wrote:

0.9.11.05 fixed new install issues
give this version a try for new installs.

0.9.11.05 still not working for me. I'll enable Daddy Live and Pluto but they don't show up on the Channer Editor

RE: DaddyLive, PlutoTV, XUMO, M3U/XMLTV, SamsungTV, Plex, TVGuide interfaces (appliance) - Added by Vic K over 1 year ago

G Kazaroth wrote:

The code is intentionally obfuscated to keep people we want to keep out from searching and finding urls in the code. I got this idea from the kodi team developers that are doing similar stuff on a fine line.

Thanx for the hint. I did fix it for myself by editing channels.py and resources channels_list.xml
Do you have objection with me sharing it? or would you rather i just provide generic instructions? or neither?

thank you,

Vic

RE: DaddyLive, PlutoTV, XUMO, M3U/XMLTV, SamsungTV, Plex, TVGuide interfaces (appliance) - Added by G Kazaroth over 1 year ago

No problem, in fact if you want to update the plugin in the repo, I can give you access. It is why I am trying to add the plugin manager. Before that, we should talk on discord about security engineering areas. rocky4546#8998

RE: DaddyLive, PlutoTV, XUMO, M3U/XMLTV, SamsungTV, Plex, TVGuide interfaces (appliance) - Added by R W over 1 year ago

After another fresh install now all of a sudden everything is working. No idea what was the issue and no idea why it didnt get fixed after the other fresh installs.

RE: DaddyLive, PlutoTV, XUMO, M3U/XMLTV, SamsungTV, Plex, TVGuide interfaces (appliance) - Added by anders suarz over 1 year ago

It can be nice have links from daddylive

But idk if that can make work worst , its gonna poplulate maybe

The nature of daddylive its changing. I was in other project where you get the links but after they change it ,no longer, probably an easy fix, idk.on script

There its a discord? Thanks if

RE: DaddyLive, PlutoTV, XUMO, M3U/XMLTV, SamsungTV, Plex, TVGuide interfaces (appliance) - Added by anders suarz over 1 year ago

R W wrote:

After another fresh install now all of a sudden everything is working. No idea what was the issue and no idea why it didnt get fixed after the other fresh installs.

Maybe permissions?

I see some files from root on mine
That can give issues

RE: DaddyLive, PlutoTV, XUMO, M3U/XMLTV, SamsungTV, Plex, TVGuide interfaces (appliance) - Added by Vic K over 1 year ago

works with cabernet-0.9.11.05 ubuntu 22.04

Not sure if this will work on windows or not.

This will get your 486 channels and it will not break channel update or software upgrade features or any other features. EPG should be 4 or less as the added channels epg cause a bug and epg fails.
Software updates will more then likely break the added channels and you might have to do these steps again and possibly need a new version of my udpated files.

1. stop cabernet
2. copy list.index to ~/plugins/provider_video_daddylive/resources/list.index
3. overwrite channel_list.json to ~/plugins/provider_video_daddylive/resources/channel_list.json
4. overwrite channels.py ~/plugins/provider_video_daddylive/lib/channels.py
5. adjust your config.ini to have epg of 4 or less
5. start cabernet

RE: DaddyLive, PlutoTV, XUMO, M3U/XMLTV, SamsungTV, Plex, TVGuide interfaces (appliance) - Added by john tocher over 1 year ago

5. adjust your config.ini to have epg of 4 or less

no idea what that means

RE: DaddyLive, PlutoTV, XUMO, M3U/XMLTV, SamsungTV, Plex, TVGuide interfaces (appliance) - Added by Vic K over 1 year ago

john tocher wrote:

5. adjust your config.ini to have epg of 4 or less

no idea what that means

By default epg days in GUI is set to 2. If you do not adjust this then there is nothing for you to do. If you do adjust it then there will be an antry in ~/data/config.ini for epg-days = 6 or whatever value you had set. This value should not be higher then 4 in config.ini or there should be no entry of any kind for epg-days = 1 in config.ini else EPG load on client side fails for unknown reasons to me (im assumings its too large)

Also if you rather not have EPG for newly added channels and keep your EPG for more then 4 days then you can NOT overwrite the channels_list.json file and keep the original. This will add the 486 new channels but without EPG for newly added chanenls and only have EPG from the 306 channels of daddy

RE: DaddyLive, PlutoTV, XUMO, M3U/XMLTV, SamsungTV, Plex, TVGuide interfaces (appliance) - Added by john tocher over 1 year ago

"days" was what was missing there
I don't have a line like that in my config
I get what you are saying now though, thanks

(751-775/960)