Spotify's web-api only lists known devices. Using zeroconf and http we could discover all local Spotify players and in theory make them register themselves (addUser) by capturing an autherization blob from an official Spotify application. Librespot and Spotcontrol do stuff like that.
Spotify's web-api only lists known devices. Using zeroconf and http we could discover all local Spotify players and in theory make them register themselves (
addUser
) by capturing an autherization blob from an official Spotify application. Librespot and Spotcontrol do stuff like that.See https://github.com/wdehoog/hutspot/tree/discovery for a some on this.