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!
- 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
Blackout restrictions apply.
Choose any one of these three methods to install and run:
-
Kodi version 21 (Omega) or newer
- Download and install Kodi (see this guide for installing on a Fire Stick)
- Download the latest release ZIP file and copy to your Kodi device (or just use code 302431 in the Downloader app on your Fire Stick)
- Launch Kodi and install the ZIP in the Addons section (Kodi will prompt you to allow installing addons from unknown sources)
- Note: Windows users must also install the Microsoft Visual C++ Redistributable version 14.40.33810.0 or later to satisfy InputStream Adaptive
-
- 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)
-
Python (3.11.7 or newer) with the "requests" module installed
- Download and install Python 3 if you don't have it already
- Install the Python "requests" module like
pip3 install requests - [Download and unzip the latest release ZIP file
- Run the service script like
python3 plugin.video.mlbserver/service.py
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.