mpris-lan

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.

Features

Installation & Usage

playerctl, available in most package managers, must be installed and available in the PATH.

Using setuptools

pip install build
python -m build
pip install dist/mpris_lan-*.whl

Manual

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.

Todo