Mopidy frontend extension to control the volume through a rotary encoder
Install by running:
pip install Mopidy-RotaryEncoder
Or, if available, install the Debian/Ubuntu package from apt.mopidy.com.
Before starting Mopidy, you must add configuration for Mopidy-RotaryEncoder to your Mopidy configuration file:
[rotaryencoder] enabled = true datapin = 17 #RaspberryPi GPIO BCM-Pin clkpin = 18 #RaspberryPi GPIO BCM-Pin swpin = 27 #RaspberryPi GPIO BCM-Pin
- Original author: Matthias Kreuzriegler <https://github.com/KreMat
- Current maintainer: Matthias Kreuzriegler <https://github.com/KreMat
- Contributors <https://github.com/KreMat/mopidy-rotaryencoder/graphs/contributors>
v0.1.1 Update Readme v0.1.0 First Release ----------------------------------------
- Initial release.