This repo contains the Showplayer and Showmaker programs which drive the 727 at MSI.
These programs currently run on Python 3.8 through 3.12
- Install a compatible python version
- Clone this repo to the hard drive
python -m venv venv-
- Linux:
source ./venv/bin/activate - Windows: TBD
- Linux:
python -m pip install -r requirements.txt
To run Showplayer (with venv active): python showplayer_cuelist.py
To run Showmaker (with venv active): python showmaker_cuelist.py
- Install Git (https://git-scm.com/downloads)
- Install Python (Tested up to version 3.11) (https://www.python.org/downloads/)
- From a command line, run
git clone https://github.com/jglassmsi/showplayer - From a command line, run
python -m venv venv - Activate the new virtual environment:
- Windows: ./venv/scripts/activate.bat or ./venv/scripts/activate.ps1
- Nix: source ./venv/bin/activate
- Run
python -m pip install -r requirements.txt - Install drivers for your USB/Serial dongle
- Run showplayer or showmaker as above.