Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
[RELEASE] NHL Gamecenter Plugin
#52
(2014-10-24, 23:47)kaczor47 Wrote:
(2014-10-24, 20:24)eracknaphobia Wrote:
(2014-10-24, 20:12)kaczor47 Wrote: The 'Latest Games' feeds do indeed give the 5000kbps option (which works). "Archived Games" still list 4500kbps and don't seem to work. Selecting Best seems to give a 30fps feed....

5000kbps does look nice, though!

I see what you mean. I was able to view 60fps (4500kbps) archive streams as far back as 2013-2014 season. Anything before that is 30fps. I'm not sure 60fps was available back then.

Do you mean that you can view 60fps games from this season? I can't - I see the option for 4500kbps, but nothing happens when I select it. (this is only in the Archive section)

Yeah I just tried February 2014 Wild vs Canucks and the 4500kbps stream worked. I can't say it works for all, there may be some bugs that need addressed.

EDIT# Sorry just realized you said this season. But still some archive videos do play at 60fps

I found the code to replace if you want 5k archive videos for this season. Go to the games_archive.py file, line 157 and replace this:
Code:
if int(year) >= 2012:
        quality = '_4500'
with this
Code:
if int(year) >= 2014:
    quality = '_5000'
else:              
    if int(year) >= 2012:
        quality = '_4500'

BTW, this will be added to future updates.
Reply


Messages In This Thread
[RELEASE] NHL Gamecenter Plugin - by ellisd - 2014-10-22, 22:06
RE: [RELEASE] NHL Gamecenter Plugin - by _Ac_ - 2014-10-23, 21:29
RE: [RELEASE] NHL Gamecenter Plugin - by eracknaphobia - 2014-10-25, 00:30
[RELEASE] NHL Gamecenter Plugin - by HocEman - 2014-10-28, 14:10
[RELEASE] NHL Gamecenter Plugin - by HocEman - 2014-11-02, 02:26
RE: [RELEASE] NHL Gamecenter Plugin - by bino - 2014-11-02, 18:30
RE: [RELEASE] NHL Gamecenter Plugin - by bino - 2014-11-03, 02:13
RE: [RELEASE] NHL Gamecenter Plugin - by ~tbg - 2014-11-04, 03:02
RE: [RELEASE] NHL Gamecenter Plugin - by ~tbg - 2014-11-04, 03:30
RE: [RELEASE] NHL Gamecenter Plugin - by i007 - 2014-11-09, 05:13
RE: [RELEASE] NHL Gamecenter Plugin - by i007 - 2014-11-09, 19:31
RE: [RELEASE] NHL Gamecenter Plugin - by dash - 2014-11-16, 09:19
RE: [RELEASE] NHL Gamecenter Plugin - by ~tbg - 2014-12-24, 02:58
RE: [RELEASE] NHL Gamecenter Plugin - by AdiW - 2015-10-08, 18:55
RE: [RELEASE] NHL Gamecenter Plugin - by Ceiu - 2015-10-09, 02:34
RE: [RELEASE] NHL Gamecenter Plugin - by AdiW - 2015-10-09, 18:09
RE: [RELEASE] NHL Gamecenter Plugin - by Ceiu - 2015-10-11, 01:32
RE: [RELEASE] NHL Gamecenter Plugin - by Ceiu - 2015-10-11, 02:01
RE: [RELEASE] NHL Gamecenter Plugin - by ~tbg - 2015-11-26, 03:13
Logout Mark Read Team Forum Stats Members Help
[RELEASE] NHL Gamecenter Plugin7