Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 1.61 KB

README.rst

File metadata and controls

61 lines (39 loc) · 1.61 KB

Mopidy-PiDi

Latest PyPI version Travis CI build status Test coverage

Mopidy extension for displaying song info and album art using pidi display plugins.

Installation

Install by running:

pip install Mopidy-PiDi

Or, if available, install the Debian/Ubuntu package from apt.mopidy.com.

You must then install a display plugin, for example:

pip install pidi-display-st7789

Configuration

Before starting Mopidy, you must add configuration for Mopidy-PiDi to your Mopidy configuration file:

[pidi]
enabled = true
display = st7789

This example uses st7789 provided by pidi-display-st7789

Project resources

Credits