Skip to content

Crunchewy/plugin.video.mlbserver

 
 

Repository files navigation

GitHub release License Contributors

Notes

This software is in a PRE-ALPHA state. Tony Wagner created this version of mlbserver and I greatly prefered it to the original one, mostly because the user interface is much more usable on a TV browser, which is how I use it. Tony intended it as an eventual replacement for his mlbserver but seems to have dropped the idea. I didn't want it to die, so here you go. The rest of this readme is the same, except that the download links are updated to point to this version so they work again. The docker-compose.yml was also updated to point to this version and so works. I hope you enjoy this being back from the dead and please give all the thanks to Tony, not me!

Current Features

  • Watch in a web browser and optionally Kodi
  • Watch free games with a free account
  • Watch all non-blackout games with a valid subscription
  • Generate M3U/XML to watch streams in separate DVR software

Disclaimer

Blackout restrictions apply.

Installation

Choose any one of these three methods to install and run:

  1. Kodi version 21 (Omega) or newer

  2. Docker

    • Download the docker-compose.yml template, update the time zone in the file to your own, and create and start the container from a command prompt or terminal like '''docker compose up --detach'''
    • Alternately, you can run the command '''docker run -d --name plugin.video.mlbserver --env TZ="America/New_York" -p 5714:5714 --volume ./data:/plugin.video.mlbserver/data crunchewy/plugin.video.mlbserver''' (substituting your own time zone, of course)
  3. Python (3.11.7 or newer) with the "requests" module installed

Usage

Once installed, open any web browser on your network and navigate to http://IP-ADDRESS:5714 (using the IP address of the device running Kodi or the Python script).

If you installed within Kodi, you can access it within the Addons section of Kodi too.

About

watch mlb.tv from Kodi

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 80.0%
  • HTML 15.4%
  • CSS 4.3%
  • Dockerfile 0.3%