Kodi Community Forum
Release HGTV Canada Video Addon - Canada Only - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: Release HGTV Canada Video Addon - Canada Only (/showthread.php?tid=232755)

Pages: 1 2 3 4 5 6 7 8 9


RE: HGTV Canada Video Addon - Canada Only - SpottedDog - 2018-03-19

(2018-03-14, 18:16)mutagen Wrote:
(2018-02-22, 07:46)learningit Wrote: As luck would have it, I am spending a week skiing outside of and eating in Montreal. I should be able to fix these Canadian add-ons soon, assuming i recover from some serious eating and drinking sessions at Joe Beef.
[b]learningit[/b] Hi where you able to see if a fix is possible? thanks for your help  
 I guess he didn't recover


RE: HGTV Canada Video Addon - Canada Only - bazinga - 2018-03-26

Well, since there were no updates to the plugin, there is no fix. I do hope @learningit finds time to take a look at the issue and tell us if a fix is possible.


RE: HGTV Canada Video Addon - Canada Only - learningit - 2018-03-27

Not sure if this is workable at the moment. The manifest that's used isn't currently supported, took me a while to figure that out.


RE: HGTV Canada Video Addon - Canada Only - bazinga - 2018-03-27

(2018-03-27, 02:04)learningit Wrote: Not sure if this is workable at the moment. The manifest that's used isn't currently supported, took me a while to figure that out.
 Thanks, @learningit for getting back and looking into the issue. I'm not sure I fully understand the statement though - "not workable" meaning it's unlikely this can be fixed?


HGTV Canada Add-On - MBofMB - 2018-07-04

This is a puzzler.  I'm in Canada with a IP address for Canada but the programs listed in the HGTV Canada Add-On will not open! Also tried with other country IP address to no avail. The other HGTV (USA) works for the majority of their listings.

Is there some options/settings that are needed?  Anybody have the same problem?

Thank for your time and efforts.


RE: HGTV Canada Add-On - Klojum - 2018-07-04

Perhaps the add-on is currently under construction: https://forum.kodi.tv/showthread.php?tid=232755


RE: HGTV Canada Video Addon - Canada Only - ronie - 2018-07-04

threads merged


RE: HGTV Canada Video Addon - Canada Only - hgtv - 2018-08-12

debugging latest 3.0.2 version, i find that the getAddonVideo() can be more direct now, and works  if you comment out all except two lines:
python:
  def getAddonVideo(self,url):
    liz = xbmcgui.ListItem(path = url)
    xbmcplugin.setResolvedUrl(int(sys.argv[1]), True, liz)



RE: HGTV Canada Video Addon - Canada Only - Idalvar - 2018-08-15

Thank you so much @hgtv!!!

Just downloaded the zip file for the latest version and modified the getAddonVideo function as per your post above.

Works great now!


RE: HGTV Canada Video Addon - Canada Only - SpottedDog - 2018-08-15

(2018-08-12, 06:59)hgtv Wrote: debugging latest 3.0.2 version, i find that the getAddonVideo() can be more direct now, and works  if you comment out all except two lines:
  def getAddonVideo(self,url):
      liz = xbmcgui.ListItem(path = url)
     xbmcplugin.setResolvedUrl(int(sys.argv[1]), True, liz)
Where do I find the file to modify and what is it's file name. I checked the xml file for HGTV and it doesn't seem to be that one.Thanks


RE: HGTV Canada Video Addon - Canada Only - hgtv - 2018-08-16

actually, now reading back to 2017-08-20, post #59 by a @exab may to have discovered the exact same thing.... not sure why kodi did not play what their url returned back then.  But it seems today kodi can play that url. 
The file I edited was ./plugin.video.hgtv.canada/resources/lib/scraper.py , but hopefully the original author can confirm this is the ideal solution and redo a new release...


RE: HGTV Canada Video Addon - Canada Only - SpottedDog - 2018-08-16

Works for Win 7 and Linux Mint 19. Thanks
Now if only HGTV would update the shows


RE: HGTV Canada Video Addon - Canada Only - ciar67 - 2018-08-19

im in Canada and it says im not. ive even stuck on vpn to Canada and it still says im not and it wont play. im starting to doubt where I live!


RE: HGTV Canada Video Addon - Canada Only - hgtv - 2018-08-20

@ciar67 , have you modified scraper.py as described in post #100?
https://forum.kodi.tv/showthread.php?tid=232755&pid=2759136#pid2759136


RE: HGTV Canada Video Addon - Canada Only - glens5 - 2018-08-21

Working fine here now with the edits.