-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathTODO
More file actions
7 lines (5 loc) · 672 Bytes
/
TODO
File metadata and controls
7 lines (5 loc) · 672 Bytes
1
2
3
4
5
6
7
TODO List:
- Determine how to get access to audio device when kodi running. No audio playing at the moment.
-- Need to add asound.conf file to /storage/config/ folder so that correct device is selected.
- mdns-responder currently conflicts with avahi-daemon on port 5353. This prevents discovery working so spotify apps (e.g. on iOS, android, desktop) can't see there is a Spotify Connect device on the network. If avahi is stopped and librespot is restarted, discovery occurs and subsequently credentials are sourced from the cache.
-- Current the workaround is to disable discovery and require a username and password. Only devices with the same username can connect.