Kodi Community Forum
[Discontinued] NHL Gamecenter Addon - 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: [Discontinued] NHL Gamecenter Addon (/showthread.php?tid=118853)



RE: [RELEASE] NHL Gamecenter Addon - brainjfk - 2014-10-13

http://wiki.xbmc.org/?title=Unofficial_add-on_repositories

I found it here. Nevermind my previous post


RE: [RELEASE] NHL Gamecenter Addon - juggie - 2014-10-13

(2014-10-13, 21:11)jayace Wrote: I never said the restrictions weren't known. I simply agreed with the point about not liking it.

Let's not turn this into a 'thing'. Goal is to make the addon work. A delightful side affect last time was no restrictions.

I am guessing the functions mentioned here: http://forum.xbmc.org/showthread.php?tid=118853&pid=1810997#pid1810997 now reflect your geographically detected area when providing you with feeds. Assuming what has been said so far is correct. This is arguably the correct behavior anyway and the goal of the NHL is to continue to enforce this due to the rights that they sell to TV networks for a lot of money. It is unfortunate that it does not allow people to properly 'cut the cord' but that is not a problem with this addon but with NHLGC as a whole and this may not be the best place for that conversation.


RE: [RELEASE] NHL Gamecenter Addon - timewasted - 2014-10-13

I know this is kind of moot (both in general and specifically since the add-on has already been updated), but I wrote a Go library for interacting with the NHL GameCenter API. If anyone is interested, here it is: https://github.com/timewasted/nhlgc


RE: [RELEASE] NHL Gamecenter Addon - juggie - 2014-10-13

(2014-10-13, 21:47)timewasted Wrote: I know this is kind of moot (both in general and specifically since the add-on has already been updated), but I wrote a Go library for interacting with the NHL GameCenter API. If anyone is interested, here it is: https://github.com/timewasted/nhlgc

Given that xbmc does not use go, what did you intend to use to consume this API, or did you just write it for fun?


RE: [RELEASE] NHL Gamecenter Addon - Carb0 - 2014-10-13

(2014-10-13, 21:42)sdsnyr94 Wrote: Carb0 - Here you go : http://pastebin.com/K8dc2KQQ

You don't have the Python Image Library installed. I think it's supposed to come with XBMC. Maybe it's not installed because you're using a Kodi alpha build.


RE: [RELEASE] NHL Gamecenter Addon - timewasted - 2014-10-13

(2014-10-13, 21:54)juggie Wrote:
(2014-10-13, 21:47)timewasted Wrote: I know this is kind of moot (both in general and specifically since the add-on has already been updated), but I wrote a Go library for interacting with the NHL GameCenter API. If anyone is interested, here it is: https://github.com/timewasted/nhlgc

Given that xbmc does not use go, what did you intend to use to consume this API, or did you just write it for fun?

Mostly just for fun and curiosity. Maybe someone will find an actual use for it one day.


RE: [RELEASE] NHL Gamecenter Addon - thermo - 2014-10-13

Working great here. Using Pivos XS with Gamecenter login (not rogers evern though I'm in Canada)

I had to turn off "Use Thumbnails" to get around script error at startup.

Thanks for everyones work!


RE: [RELEASE] NHL Gamecenter Addon - sdsnyr94 - 2014-10-13

(2014-10-13, 22:04)Carb0 Wrote:
(2014-10-13, 21:42)sdsnyr94 Wrote: Carb0 - Here you go : http://pastebin.com/K8dc2KQQ

You don't have the Python Image Library installed. I think it's supposed to come with XBMC. Maybe it's not installed because you're using a Kodi alpha build.

Thanks... my machine at home is on an alpha also but with Openelec... If it still gives the error, any way I can generate them (the Thumbnails) from a Gotham build and copy them over? Or will the Python Image Library not installed prevent them from even displaying?

Thanks for all your work!


RE: [RELEASE] NHL Gamecenter Addon - canucks - 2014-10-13

(2014-10-13, 19:59)rbrohman Wrote:
(2014-10-13, 19:40)SparkGFX Wrote:
(2014-10-13, 19:34)Carb0 Wrote: It's blacked out in the add-on?

Not sure, haven't tried yet. I am at work and was going to put the game on while I was working on the computer through the actual GameCenter LIVE website. But due to my location it says it is blacked out. So didn't know if it was worth it to go out to the car and get my tablet and start updating things. But if there are no blackout restrictions I will go out there and get my tablet Big Grin

If you're blacked out in the website, you'll be blacked out in the addon here as well.

this is an easy fix for carb0:
when you call publishpoint, the 'ft' parameter takes in a numeric value as follows
1 - home
2 - away
3 - home
4- away

if you are black out when requesting 1, try 3. one of them will work and you can bypass geo blocking ^_^


RE: [RELEASE] NHL Gamecenter Addon - Carb0 - 2014-10-13

(2014-10-13, 22:41)sdsnyr94 Wrote:
(2014-10-13, 22:04)Carb0 Wrote:
(2014-10-13, 21:42)sdsnyr94 Wrote: Carb0 - Here you go : http://pastebin.com/K8dc2KQQ

You don't have the Python Image Library installed. I think it's supposed to come with XBMC. Maybe it's not installed because you're using a Kodi alpha build.

Thanks... my machine at home is on an alpha also but with Openelec... If it still gives the error, any way I can generate them (the Thumbnails) from a Gotham build and copy them over? Or will the Python Image Library not installed prevent them from even displaying?

Thanks for all your work!

You can copy the image folder from "/userdata/addon_data/plugin.video.nhl-gamecenter/" between devices. The Python Image Library is only needed to generate the images.

http://wiki.xbmc.org/?title=Userdata


RE: [RELEASE] NHL Gamecenter Addon - IronRobi - 2014-10-13

I can now get logged in and view the games, but when I select either home or away feed it either spins on "working" and then nothing or I get "One or more items failed to play. Check log file for details".

http://pastebin.com/5MvPZaah

Edit 1: Running Frodo 12.2 on a Pivos Xios Linux build

Edit 2: Just tried on the PC running a matching version and exact same error.


RE: [RELEASE] NHL Gamecenter Addon - brainjfk - 2014-10-13

How long does it usually take for today's game to be available for replay? I'm trying to watch Anaheim vs Boston but it just says game has ended.


RE: [RELEASE] NHL Gamecenter Addon - jayace - 2014-10-13

The force refresh worked to get the update, thanks guys. Been a while since I've been back in those menus.
My apple TV is working great with thumbnails.
My windows PC and android N5 give me a script error when I select the ducks sabres game. Thumbnails not enabled.


RE: [RELEASE] NHL Gamecenter Addon - Carb0 - 2014-10-13

(2014-10-13, 22:58)IronRobi Wrote: I can now get logged in and view the games, but when I select either home or away feed it either spins on "working" and then nothing or I get "One or more items failed to play. Check log file for details".

http://pastebin.com/5MvPZaah

Edit 1: Running Frodo 12.2 on a Pivos Xios Linux build

Edit 2: Just tried on the PC running a matching version and exact same error.

You need to update XBMC. The add-on doesn't work on XBMC Frodo.

(2014-10-13, 23:03)brainjfk Wrote: How long does it usually take for today's game to be available for replay? I'm trying to watch Anaheim vs Boston but it just says game has ended.

I don't know how long it takes with this new way to access the streams. Last season it took anywhere from 4 hours to a few days.

(2014-10-13, 23:05)jayace Wrote: The force refresh worked to get the update, thanks guys. Been a while since I've been back in those menus.
My apple TV is working great with thumbnails.
My windows PC and android N5 give me a script error when I select the ducks sabres game. Thumbnails not enabled.

Post a debug log.


RE: [RELEASE] NHL Gamecenter Addon - jayace - 2014-10-13

(2014-10-13, 23:05)jayace Wrote: The force refresh worked to get the update, thanks guys. Been a while since I've been back in those menus.
My apple TV is working great with thumbnails.
My windows PC and android N5 give me a script error when I select the ducks sabres game. Thumbnails not enabled.

Sorry, took me awhile to remember how to do this.

http://pastebin.com/Fnr5AH2J