Control MPRIS-compatible media players over the network using a web interface.
Visit layout_demo.html to see a static demo of the interface layout.
playerctl, available in most package managers, must be installed and available in the PATH.
pip install build
python -m build
pip install dist/mpris_lan-*.whl
pip install -r requirements.txt
python src/app.py
The web interface is available at the computer’s local IP address (and localhost), port 58468.