Mopid extension for adding tracks via a QR code using the Raspberry Pi Camera
Install by running:
python3 -m pip install Mopidy-QR
See https://mopidy.com/ext/qr/ for alternative installation methods.
Before starting Mopidy, you must add configuration for Mopidy-QR to your Mopidy configuration file:
[qr] enabled = true queue = false
And run the following to add the proper user permissions in case of webcam issue.
`
sudo usermod -a -G video mopidy
`
- Original author: Willem Kappers
- Current maintainer: Willem Kappers
- Contributors