summaryrefslogtreecommitdiff
path: root/plugin.video.nfl.gamepass/README.md
diff options
context:
space:
mode:
authorAlex Waite <alex@waite.eu>2017-08-17 14:44:09 +0200
committerenen92 <enen92@users.noreply.github.com>2017-08-17 13:44:09 +0100
commit762bf5e724b660504b431e7579f998715286b53a (patch)
tree12a7ddce8f3881a158105dfc590b1da03c04b15a /plugin.video.nfl.gamepass/README.md
parent2e27b8f706ca0b603b62ec172f7f278aaa21e3b4 (diff)
[plugin.video.nfl.gamepass] 0.11.0 (#1372)
Diffstat (limited to 'plugin.video.nfl.gamepass/README.md')
-rw-r--r--plugin.video.nfl.gamepass/README.md64
1 files changed, 32 insertions, 32 deletions
diff --git a/plugin.video.nfl.gamepass/README.md b/plugin.video.nfl.gamepass/README.md
index 861a333..c77ef93 100644
--- a/plugin.video.nfl.gamepass/README.md
+++ b/plugin.video.nfl.gamepass/README.md
@@ -1,5 +1,15 @@
+# NOTE #
+
+NFL Game Pass has split into two services: Game Pass Europe and Game Pass
+International.
+
+This addon currently only supports Game Pass Europe. However, we are very
+interested in supporting Game Pass International. If you're a Python developer
+with a Game Pass International subscription and are interested in helping out,
+check out issue #313. It'd be great to get those subscriptions working again.
+
# NFL Game Pass Kodi Plugin #
-**version 0.10.2 — Daunte Culpepper Edition**
+**version 0.11.0 — Jay Cutler 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,37 +22,36 @@ request. Patches and (constructive) input are always welcome.
## Any Dependencies? ##
-This addon requires Kodi Krypton or later. The latest version supporting Jarvis
-was 0.9.2.
+This addon requires Kodi Krypton or later.
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/)
* which needs iso8601 (http://mirrors.kodi.tv/addons/jarvis/script.module.iso8601/)
## What is NFL Game Pass? ##
-NFL Game Pass is website that allows those with subscriptions to watch NFL
-games. Archives of old games stretch back to 2009, coaches film (22 man view) is
-available, as is audio from each team's radio network. Overall, it is a sweet
-service offered by the NFL for those of us who must have our American Football
-fix.
+NFL Game Pass is service that allows those with subscriptions to watch NFL
+games. Live games, archives of old games, NFL TV shows, NFL Network, and coaches
+tape (22 man view) are available. Overall, it is a sweet service offered by the
+NFL for those of us who must have our American Football fix.
-## What is Game Pass Domestic? ##
+## What is Game Pass Europe? ##
-NFL Game Pass Domestic is the USA (and parts of Canada and UK) version of Game
-Pass, but the service is blacked out during live games. Previously it lacked
-other features, but with the mid-2015 revamping of their service, it seems the
-two services have mostly converged (though we have yet to find a side-by-side
-comparison).
+Game Pass Europe uses WPP/Bruin as its streaming provider(s), and is currently
+the only service this addon supports.
-As most/all of the current developers are located outside of the Domestic
-regions, testing, bug reports, and patches from Game Pass Domestic subscribers
-is most appreciated.
+## What is Game Pass International? ##
+
+Game Pass International uses NeuLion as its streaming partner.
+
+As all of the current developers are located outside of the "International"
+regions, testing, bug reports, and patches from Game Pass International
+subscribers is most appreciated. Please checkout issue #313 if you're interested
+in helping out.
## Why write a plugin for Kodi? ##
@@ -54,11 +63,12 @@ to watch a game, nothing else.
## What features are currently supported? ##
+With the 2017 split of Game Pass's service, this list is out of date.
+
By now, most core features are supported.
- * Archived games from 2011 to 2014 (both full and condensed)
+ * Archived games from 2016 forward
* Live games
- * Coaches Film (22 man view)
* NFL Network - Live
* A Football Life
* NFL Films Presents
@@ -72,21 +82,11 @@ By now, most core features are supported.
* NFL Total Access
Currently unsupported features:
- * Archived games prior to 2011
- * Alternate team audio
- * Coaches Show
+ * Coaches Film (22 man view)
+ * Game Pass International
## Release names ##
Want a release to be named after your player/coach of choice? Contribute to the
project in some way (code, art, debugging, beer, brazen — yet effective —
flattery, etc), and we'll gladly name a future release after them.
-
-## Roadmap ##
-
-A rough roadmap follows:
-
-* Continue work towards feature completeness
-* Stabilize Game Pass Domestic support
-* Testing
-* Code cleanup