Skip to content

Commit

Permalink
Added TVE, Peacock, and Prime support for NFL+ integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Oct 5, 2024
1 parent 872e38e commit 2d7eef0
Show file tree
Hide file tree
Showing 8 changed files with 442 additions and 277 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img src="https://i.imgur.com/FIGZdR3.png">
</p>

Current version: **3.2.5**
Current version: **3.2.6**

# About
This takes ESPN/ESPN+, FOX Sports, Paramount+, MSG+, NFL+, B1G+, NESN, Mountain West, FloSports, or MLB.tv programming and transforms it into a "live TV" experience with virtual linear channels. It will discover what is on, and generate a schedule of channels that will give you M3U and XMLTV files that you can import into something like [Jellyfin](https://jellyfin.org) or [Channels](https://getchannels.com).
Expand Down Expand Up @@ -70,14 +70,19 @@ Use if you would like to login with Paramount+
| GOLAZO* | Set if you would like the Golazo Network channel (only available with `LINEAR_CHANNELS`) | False | False |

#### NFL+
Use if you would like to login with NFL+
Use if you would like to login with NFL+.

Please note that if you only have an NFL account, you can still get events from Amazon Prime, Peacock, or your TV Provider.

*** If you have access to NFL RedZone (NFL+ Premium), it will be scheduled. If `LINEAR_CHANNELS` is set, it will be on its own channel

| Environment Variable | Description | Required? | Default |
|---|---|---|---|
| NFLPLUS | Set if you would like NFL+ events | False | False |
| NFLNETWORK* | Set if you would like the NFL Network channel (only available with `LINEAR_CHANNELS`) | False | False |
| NFL_TVE | Set if you would like NFL games from your TV Provider (not needed with NFL+) | False | False |
| NFL_PRIME | Set if you would like NFL games from Amazon Prime (not needed with NFL+) | False | False |
| NFL_PEACOCK | Set if you would like NFL games from Peacock (not needed with NFL+) | False | False |
| NFLNETWORK* | Set if you would like the NFL Network channel (only available with `LINEAR_CHANNELS`). Must have NFL+ or TV Provider. | False | False |
| NFLCHANNEL* | Set if you would like the NFL Channel (only available with `LINEAR_CHANNELS`) | False | False |

#### NESN
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eplustv",
"version": "3.2.5",
"version": "3.2.6",
"description": "",
"scripts": {
"start": "ts-node index.ts",
Expand Down
Loading

0 comments on commit 2d7eef0

Please sign in to comment.