![]() |
Schedules Direct for Tvheadend addon - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167) +---- Forum: Tvheadend (https://forum.kodi.tv/forumdisplay.php?fid=168) +---- Thread: Schedules Direct for Tvheadend addon (/showthread.php?tid=317893) |
RE: Schedules Direct for Tvheadend addon - edit4ever - 2019-04-16 It's possible that tvheadend is not matching the name of the service to what is listed in the xmltv.xml file. Here is the json info for channel 62: Code: "stationID": "18774", If you log into the webui for tveadend - see what name is listed under the CONFIGURATION > CHANNEL/EPG tab for channel 62. You can also see what the epg source is and manually connect it to the correct guide data. RE: Schedules Direct for Tvheadend addon - cerk - 2019-04-17 (2019-04-16, 14:52)cerk Wrote:I confirmed today that there is an issue with deleting the correct lineup. For example, I added Burnsville and Greenville along with my Asheville lineup. Then I deleted Burnsville (that worked) and then deleted Greenville but it deleted the Asheville entry instead. Don't worry about it though - I'll look at the code when I have the time.(2019-04-16, 02:10)edit4ever Wrote: OK - I think I solved adding the location info for the lineups. Give this new release a try and make sure you get the correct channels: RE: Schedules Direct for Tvheadend addon - cerk - 2019-04-17 (2019-04-16, 17:38)edit4ever Wrote: It's possible that tvheadend is not matching the name of the service to what is listed in the xmltv.xml file. Here is the json info for channel 62:The channel number in tvheadend is 62 but in the xml file it is 062. Maybe that is the reason why I'm having this issue. In the meantime, I will manually fix that channel. Thanks again! RE: Schedules Direct for Tvheadend addon - edit4ever - 2019-04-17 I can see where the issue is in the deleted section...I'll should be able to fix that. RE: Schedules Direct for Tvheadend addon - edit4ever - 2019-04-17 Got it - forgot to update the remove lineups section with the new name - location structure. Here you go: https://github.com/edit4ever/script.module.sd4tvh/releases/tag/v0.3.1 Thanks! RE: Schedules Direct for Tvheadend addon - cerk - 2019-04-18 (2019-04-17, 16:14)edit4ever Wrote: Got it - forgot to update the remove lineups section with the new name - location structure. Here you go:It works! Thank you! RE: Schedules Direct for Tvheadend addon - cerk - 2019-04-18 (2019-04-17, 15:17)cerk Wrote:So I tried manually correcting channel 62, but there is no channel 62 in the Configuration --> Channel / EPG --> EPG Grabber Channels tab. So when I try to manually assign an EPG source in the Configuration --> Channel / EPG --> Channels tab, channel 62 is not an option.(2019-04-16, 17:38)edit4ever Wrote: It's possible that tvheadend is not matching the name of the service to what is listed in the xmltv.xml file. Here is the json info for channel 62:The channel number in tvheadend is 62 but in the xml file it is 062. Maybe that is the reason why I'm having this issue. In the meantime, I will manually fix that channel. Thanks again! I looked at the actual xmltv file that is generated and the first channel it shows is a channel above 100. There is no mention of channel 62. So somehow that channel is being filtered out during the xmltv file creation. My gut instinct is that it has something to do with the fact that the channel only has 2 digits in it while the rest of the channels have 3. I'll keep looking. RE: Schedules Direct for Tvheadend addon - edit4ever - 2019-04-18 I assume you are using an HDhomerun as you are loading a cable lineup? If so - can you take a look in the userdata folder and check the filter.cfg file and see if channel 62 is listed there and if so in which section ![]() This could be an issue with the hdhomerun channel lineup that is being sent to sd4tvh or an issue with the way sd4tvh is filtering that lineup. RE: Schedules Direct for Tvheadend addon - edit4ever - 2019-04-18 Also - go ahead and check the output of your hdhomerun by accessing http://YOUR.HDHOMERUN.IP/lineup.json See if the channel is listed there as well. RE: Schedules Direct for Tvheadend addon - Duff Man - 2019-04-26 thank you edit4ever RE: Schedules Direct for Tvheadend addon - wilsonjohnpat - 2020-05-25 I replaced my Libreelec box yesterday that runs tvheadend. I am now running Libreelec 9.2.1. When I trigger the schedules direct grabber, I am getting 2020-05-25 13:43:22.484 xmltv: /storage/.kodi/addons/script.module.sd4tvh/bin/tv_grab_sd4tvh: htsmsg_xml_deserialize error Unexpected end of file during attribute name parsing 2020-05-25 13:43:22.484 xmltv: /storage/.kodi/addons/script.module.sd4tvh/bin/tv_grab_sd4tvh: grab returned no data I tried updating to 0.3.1. RE: Schedules Direct for Tvheadend addon - edit4ever - 2020-06-09 Some fixes were just merged - perhaps these will sort out your issue. Please try the updated release: https://github.com/edit4ever/script.module.sd4tvh/releases/tag/v0.3.2 RE: Schedules Direct for Tvheadend addon - wilsonjohnpat - 2021-05-28 Any expectation of this being updated to Python 3 so it can work with Kodi 19.x? LibreElec currently has its update to Kodi 19 in Beta. |