summaryrefslogtreecommitdiff
path: root/plugin.video.nfl.gamepass
diff options
context:
space:
mode:
authorAlex Waite <alex@waite.eu>2017-06-23 14:50:57 +0200
committerAlex Waite <alex@waite.eu>2017-06-23 14:50:57 +0200
commitc4395fdec39c119f44a7438222970858c4a19f13 (patch)
tree2af440d61f65dd7e8275638458b285239f8f8d64 /plugin.video.nfl.gamepass
parent369f4f170f70537139553745f10b21e68fd07099 (diff)
[plugin.video.nfl.gamepass] 0.10.2
Diffstat (limited to 'plugin.video.nfl.gamepass')
-rw-r--r--plugin.video.nfl.gamepass/.github/ISSUE_TEMPLATE.md6
-rw-r--r--plugin.video.nfl.gamepass/README.md15
-rw-r--r--plugin.video.nfl.gamepass/addon.xml12
-rw-r--r--plugin.video.nfl.gamepass/changelog.txt7
-rw-r--r--plugin.video.nfl.gamepass/resources/lib/pigskin.py4
-rw-r--r--plugin.video.nfl.gamepass/resources/skins/Default/1080i/script-gamepass.xml2
-rw-r--r--plugin.video.nfl.gamepass/resources/skins/Default/720p/script-gamepass.xml2
7 files changed, 29 insertions, 19 deletions
diff --git a/plugin.video.nfl.gamepass/.github/ISSUE_TEMPLATE.md b/plugin.video.nfl.gamepass/.github/ISSUE_TEMPLATE.md
index ec9d878..f828d4f 100644
--- a/plugin.video.nfl.gamepass/.github/ISSUE_TEMPLATE.md
+++ b/plugin.video.nfl.gamepass/.github/ISSUE_TEMPLATE.md
@@ -1,6 +1,6 @@
<!--- We do not support setups which attempt to circumvent region restrictions
(proxies, etc) as it is against NFL Game Pass's Terms of Service. -->
-<!--- If you are reporting a bug, please enable debugging (in both Kodi and
- the addon's settings) and provide Kodi's log file. For instructions on how
- to do this, read http://kodi.wiki/view/Log_file -->
+<!--- If you are reporting a bug, please enable debugging and provide Kodi's log
+ file. For instructions on how to do this, please read
+ http://kodi.wiki/view/Log_file -->
diff --git a/plugin.video.nfl.gamepass/README.md b/plugin.video.nfl.gamepass/README.md
index d2fb448..861a333 100644
--- a/plugin.video.nfl.gamepass/README.md
+++ b/plugin.video.nfl.gamepass/README.md
@@ -1,5 +1,5 @@
# NFL Game Pass Kodi Plugin #
-**version 0.10.1 — Barry Sanders Edition**
+**version 0.10.2 — Daunte Culpepper Edition**
Before reading any further, please understand that this addon is unofficial and
is not endorsed or supported by the NFL in any way. Not all features are
@@ -12,12 +12,13 @@ request. Patches and (constructive) input are always welcome.
## Any Dependencies? ##
-This addon requires Kodi Jarvis or later. XBMC Helix and Isengard will be
-supported for awhile in the "Isengard" branch.
+This addon requires Kodi Krypton or later. The latest version supporting Jarvis
+was 0.9.2.
-This addon is in the official Kodi repository, and when installed from there,
-all dependencies are installed automatically. However, if you're installing
-directly from the source, make sure the following dependencies are installed:
+This addon is available from the official Kodi repository, and when installed
+from there, all dependencies are installed automatically. However, if you're
+installing directly from the source, make sure the following dependencies are
+installed:
* xmltodict (http://mirrors.kodi.tv/addons/jarvis/script.module.xmltodict/)
* Requests 2.x (http://mirrors.kodi.tv/addons/jarvis/script.module.requests/)
* m3u8 >= 0.2.10 (http://mirrors.kodi.tv/addons/jarvis/script.module.m3u8/)
@@ -85,7 +86,7 @@ flattery, etc), and we'll gladly name a future release after them.
A rough roadmap follows:
-* Kodi v17 (Krypton) Support
* Continue work towards feature completeness
* Stabilize Game Pass Domestic support
+* Testing
* Code cleanup
diff --git a/plugin.video.nfl.gamepass/addon.xml b/plugin.video.nfl.gamepass/addon.xml
index 707bc65..268012b 100644
--- a/plugin.video.nfl.gamepass/addon.xml
+++ b/plugin.video.nfl.gamepass/addon.xml
@@ -5,7 +5,7 @@
marooned on an old version. -->
<addon id="plugin.video.nfl.gamepass"
name="NFL Game Pass"
- version="0.10.1"
+ version="0.10.2"
provider-name="Alexqw,divingmule,BaumSchorle,eriksoderblom">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
@@ -26,10 +26,12 @@
<source>https://github.com/aqw/xbmc-gamepass</source>
<forum></forum>
<disclaimer lang="en">This addon requires you to have a subscription to NFL Game Pass.[CR]Please note that these subscriptions are region restricted by the NFL.[CR]This addon is completely unofficial and is /not/ endorsed by the NFL in any way.</disclaimer>
- <news>2017.01.09 v0.10.1 -- Barry Sanders Edition
- + Update for Krypton
- + New Translations: Russian and Ukrainian
- + Domestic users can now access NFL Network
+ <news>2017.06.23 v0.10.2 -- Daunte Culpepper Edition
+ + Temporarily fix addon crashing (emilsvennesson)
+ + GamePass is moving to a new streaming partner. The old service will work
+ + until July 31st. This fix points to the old service, and buys us time to
+ + update everything for the new service.
+ + Fix fanart not loading (emilsvennesson)
</news>
<assets>
<icon>resources/art/icon.png</icon>
diff --git a/plugin.video.nfl.gamepass/changelog.txt b/plugin.video.nfl.gamepass/changelog.txt
index 7ca0193..5385d57 100644
--- a/plugin.video.nfl.gamepass/changelog.txt
+++ b/plugin.video.nfl.gamepass/changelog.txt
@@ -1,3 +1,10 @@
+2017.06.23 v0.10.2 -- Daunte Culpepper Edition
++ Temporarily fix addon crashing (emilsvennesson)
++ GamePass is moving to a new streaming partner. The old service will work
++ until July 31st. This fix points to the old service, and buys us time to
++ update everything for the new service.
++ Fix fanart not loading (emilsvennesson)
+
2017.01.10 v0.10.1 -- Barry Sanders Edition
+ Bug fix caught by Kodi's Pull Request code checks. :-)
diff --git a/plugin.video.nfl.gamepass/resources/lib/pigskin.py b/plugin.video.nfl.gamepass/resources/lib/pigskin.py
index 0911774..96e24de 100644
--- a/plugin.video.nfl.gamepass/resources/lib/pigskin.py
+++ b/plugin.video.nfl.gamepass/resources/lib/pigskin.py
@@ -21,8 +21,8 @@ class pigskin(object):
def __init__(self, proxy_config, cookie_file, debug=False):
self.debug = debug
self.subscription = ''
- self.base_url = 'https://gamepass.nfl.com/nflgp'
- self.servlets_url = 'http://gamepass.nfl.com/nflgp/servlets'
+ self.base_url = 'https://gp.nfl.com/nflgp'
+ self.servlets_url = 'https://gp.nfl.com/nflgp/servlets'
self.simpleconsole_url = self.servlets_url + '/simpleconsole'
self.boxscore_url = ''
self.image_url = ''
diff --git a/plugin.video.nfl.gamepass/resources/skins/Default/1080i/script-gamepass.xml b/plugin.video.nfl.gamepass/resources/skins/Default/1080i/script-gamepass.xml
index 8394c84..448af52 100644
--- a/plugin.video.nfl.gamepass/resources/skins/Default/1080i/script-gamepass.xml
+++ b/plugin.video.nfl.gamepass/resources/skins/Default/1080i/script-gamepass.xml
@@ -7,7 +7,7 @@
<width>1920</width>
<height>1080</height>
<aspectratio>scale</aspectratio>
- <texture>../../../../fanart.jpg</texture>
+ <texture>../../../art/fanart.jpg</texture>
</control>
<control type="image">
<description>Menubar background</description>
diff --git a/plugin.video.nfl.gamepass/resources/skins/Default/720p/script-gamepass.xml b/plugin.video.nfl.gamepass/resources/skins/Default/720p/script-gamepass.xml
index 04e5609..1c80510 100644
--- a/plugin.video.nfl.gamepass/resources/skins/Default/720p/script-gamepass.xml
+++ b/plugin.video.nfl.gamepass/resources/skins/Default/720p/script-gamepass.xml
@@ -7,7 +7,7 @@
<width>1280</width>
<height>720</height>
<aspectratio>scale</aspectratio>
- <texture>../../../../fanart.jpg</texture>
+ <texture>../../../art/fanart.jpg</texture>
</control>
<control type="image">
<description>Menubar background</description>