====== Phoniebox ====== * https://phoniebox.de/ * https://github.com/MiczFlor/RPi-Jukebox-RFID * https://github.com/MiczFlor/RPi-Jukebox-RFID/wiki/INSTALL#one-line-install-command * https://github.com/MiczFlor/RPi-Jukebox-RFID/wiki/INSTALL * https://github.com/MiczFlor/RPi-Jukebox-RFID/wiki/MANUAL#webapp * https://www.raspberrypi.com/software/ * RFID: * RC522 * Hardware Buttons: * https://github.com/MiczFlor/RPi-Jukebox-RFID/wiki/Using-GPIO-hardware-buttons * https://github.com/MiczFlor/RPi-Jukebox-RFID/wiki/Hardware-Pinout-Overview#flexible-pinout * OnOffShim: * https://www.adafruit.com/product/3581 * curl https://get.pimoroni.com/onoffshim | bash * IP: 10.1.1.101 * ssh -l pi 10.1.1.101 * Password: raspberry * Hardwarebuttons: * ~/RPi-Jukebox-RFID/settings/gpio_settings.ini * RotaryVolumeCtrl: Pin 6 & 5 * pin 23/22 next/prev track * pin 27 pause * pin 4 oder 17?? shutdown * Standalone WIFI * SSID : phoniebox * WiFi Country Code : DE * Password : PlayItLoud * Static IP : 10.0.0.5 ====== Spotrify fix ?? ====== * https://github.com/MiczFlor/RPi-Jukebox-RFID/issues/1815 * 2. Add mopidy GPG key * If you don't add the mopidy GPG key, the Phoniebox installation will throw some errors (which actually may get unnoticed) and you'll probably end up with a broken installation. * ''sudo mkdir -p /etc/apt/keyrings'' * ''sudo wget -q -O /etc/apt/keyrings/mopidy-archive-keyring.gpg https://apt.mopidy.com/mopidy.gpg'' * ''sudo wget -q -O /etc/apt/sources.list.d/mopidy.list https://apt.mopidy.com/bullseye.list'' * ''sudo apt update''