Mopidy extension for displaying song info and album art using pidi display plugins.
Using our pidi-display-st7789 plugin Mopidy PiDi will run the display on our Pirate Audio boards, giving you album art and transport info.
Combine this with Mopidy Raspberry GPIO to handle button inputs and you've got a mini music player.
Install by running:
pip3 install Mopidy-PiDi
Or, if available, install the Debian/Ubuntu package from apt.mopidy.com.
You must then install a display plugin, for example:
pip3 install pidi-display-st7789
Find more plugins here: https://github.com/pimoroni/pidi-plugins
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
- Original author: Phil Howard
- Current maintainer: Phil Howard
- Contributors