Nate
Nate
to be more specific, the container always starts with: `sh -c cd '/usr/bin/' && /usr/bin/shairport-sync --name="Snapcast" --output=stdout --metadata-pipename /tmp/shairmeta.19 --port=5000` I can't seem to track down where this is originating...
resolved this by editing supervisord.conf to include devicename for the airplay source command: `command=snapserver -s "spotify:///usr/local/bin/librespot?name=Spotify&devicename=%(ENV_SPOTIFY_NAME)s&bitrate=%(ENV_SPOTIFY_BITRATE)s" -s "airplay:///usr/bin/shairport-sync?name=Airplay&devicename=%(ENV_SPOTIFY_NAME)s" `