This repository contains base classes to be used with raspi-ir-mpdc and raspi-gpio-mpdc packages.
- Mopidy with Mopidy-MPD extension (or some other MPD server)
- python3-systemd (will be installed with above packages)
- python3-mpd / python-mpd2 (will be installed with above packages)
Download raspi-mpdc via Code button or from Releases page (you most likely did already). Unzip the received file:
unzip raspi-mpdc-main.zip -d ~/raspi-mpdc
Copy the Python source files into the unzipped source folders of the package depending on it:
cp ~/raspi-mpdc/*.py ~/raspi-gpio-mpdc
cp ~/raspi-mpdc/*.py ~/raspi-ir-mpdc
Now install the completed packages with their 'install' scripts. (Sorry, not that convenient...)