ESPN+ & FOX Sports with Custom Channels via EPlusTV

NFL free account works if you link Peacock/Prime/TVE accounts

3 Likes

Assuming peacock works lol. I still haven't been unable to link peacock.

I added a bunch of networks, but I dont see NFL or MLB, did I do something wrong?

docker run --restart unless-stopped --name EPlusTV -p 8000:8000 -v config_dir:/app/config -e PUID=$(id -u $USER) -e PGID=$(id -g $USER) -e LINEAR_CHANNELS=TRUE -e PARAMOUNTPLUS=TRUE -e CBSSPORTSHQ*=TRUE -e GOLAZO*=TRUE -e CBSSPORTS=TRUE -e NFL_TVE=TRUE -e NFL_PRIME=TRUE -e NFL_PEACOCK=TRUE -e NFLNETWORK*=TRUE -e NFLCHANNEL*=TRUE -e NESN***=TRUE -e MTNWEST=TRUE -e MLBTV_ONLY_FREE=TRUE -e ESPN=TRUE -e ESPN2=TRUE -e ESPNU=TRUE -e SEC=TRUE -e ACCN=TRUE -e ESPNEWS=TRUE -e ESPN3=TRUE -e SECPLUS=TRUE -e ACCX=TRUE -e FOXSPORTS=TRUE -e ESPNPLUS=FALSE m0ngr31/eplustv:latest

I am also not sure I got NESN as I dont see tokens.

You need to remove all the *. Those just are informing you about caveats to each of those (at the bottom of the readme)

You also need to add NFLPLUS (even if you don't have plus, just a free NFL account will work with your other settings) and MLBTV

1 Like

Getting this

Also whats the best way to reauth a new token for paramount? I gave it the wrong login. And will peacock/prime/paramount games, what channel will they play on?

I found that NESN might need an incognito window to authenticate. If you need to re-auth with Paramount, delete the paramount-tokens.json file in your config directory.

Peacock/Paramount/Prime games will be in the same block of channels that the rest of the events are in

If anyone has access to MSG/YES with TVE and don't mind sharing credentials, can you DM me? Trying to test Gotham Sports

It wouldn't let me delete the token, even if I paused the docker. Do I need to run something to give access

Look at the 2nd example here:

Otherwise you'll have to use sudo to remove any of the files there

Couple quick questions....

  1. I can't get any B1G+ content to load. 99% sure my user/pass is correct.

2024-10-19 20:22:42 Could not extend token for B1G+
2024-10-19 20:22:43 Could not get playback access token
2024-10-19 20:22:43 Could not start playback
2024-10-19 20:22:43 Failed to parse the stream

  1. As for the NFL stuff, I have a NFL account set up but don't do the NFLPlus. I do have Prime and I do have Peacock. Which Env variables do i need to use and should they be set to True/False.

TIA for any help!

If B1G+ isn't working, you might need to re-authenticate. Remove the config/b1g_tokens.json file and restart your container.

For NFL:

-e NFLPLUS=true -e NFL_PEACOCK=true -e NFL_PRIME=true and maybe -e NFL_TVE=true if you want to get stuff from your TVE channels as well

3 Likes

Will give it a shot. Thanks!

TiviMax's UI still needs a lot of work, but in the meantime I'm enjoying playing around with this combination. For example, right now ESPN+ has supplemental F1 streams that are cool to play alongside the actual US Grand Prix on ABC. I added "Drive Tracker" to multiview. Next race I'll add in the "On Board Camera" too.




Thanks to @m0ngr31 and EPlusTV for providing the bridge to get all of these streams into Channels DVR!

4 Likes

That's awesome!

3 Likes

Yeah definitely not the best UI for TiviMax, but nice to have the entirety slate of morning NFL games on at the same time this morning than the YT selection of 4 games that never seem to be the four I want

2 Likes

Sneak peek for what's coming (hopefully tomorrow):

No more env variables for the providers!

10 Likes

Neat. That'll make it easy to login to providers and stuff. Love it

1 Like

Okay, v4.0.0 is out :tada:

It's a huge release so there is a possibility of bugs, but I tried really hard to test porting all of the providers over but it's hard to know every use case.

It should be "totally seamless" (it'll see what you have enabled currently and move all of the config over to the new db).

Please let me know any bugs or feedback you have once you test it!

2 Likes

This is great! Just FYI for those that aren't sure how to get to the portal, just goto server_ip:8000 (localhost:8000 or 192.168.1.100:8000) and it'll open the portal. I was able to enable a couple of services that I missed with all the add ons lately, and they populated right in. Super easy.

1 Like