kiwitea / phoniebox_installation

documenting building my phoniebox
0 stars 0 forks source link

phoniebox_installation

documenting building my phoniebox

Installing raspberry pi os

Spotify

workaround for spotidy

relax autohotstop

autohotstop service was to agressive and impatient, when scanning for SSIDs, we mostly received 'device busy'. After 5 retries it started the hotspot which disabled the already running wifi connection. I increased the retry it waits until wifi device is available from 5 to 10.

restart mopidy once internet is available

  1. checkout the 3 files in this repository and create a systemd service.
  2. service definition goes in /etc/systemd/system/mopidy-retry-login.service
    sudo chmod a+x /usr/bin/wait-for-internet.sh
    sudo chmod a+x /usr/bin/mopidy-restart-to-login.sh
    sudo systemctl enable mopidy-retry-login

Improvements

faster startup