sailfish-spotify / hutspot

Spotify Controller for SailfishOS. Documentation: https://sailfish-spotify.github.io/hutspot.
MIT License
18 stars 11 forks source link

better control of connect devices #13

Closed wdehoog closed 5 years ago

wdehoog commented 6 years ago

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.

wdehoog commented 5 years ago

merged my discovery tree.