philippe44 / SpotConnect

Turn any UPnP or AirPlay player into a Spotify Connect device
MIT License
78 stars 3 forks source link

[Question] Why do you exclude some airplay software #51

Closed TychoHae closed 1 week ago

TychoHae commented 1 week ago

Thanks for making this nice and useful piece of software.

When experimenting how to make a workaround to spotify connect temporarily not working with spotty in LMS I noticed this line

glExcludedModels[STR_LEN] = "aircast,airupnp,shairtunes2,airesp32,";

I managed to get it working with the shairtunes2 plugin and LMS by removing it from the blacklist.

Since all 4 of the blacklisted programs are your own programs I wonder why you blacklisted them.

Sincerely Tycho

philippe44 commented 1 week ago

Everything that is AirPlay can be used directly by Spotify client.

TychoHae commented 1 week ago

Ok , I can indeed use the airplay audio directly by the spotify clients from apple devices or from linux with pipewire and it's raop module, but the advantage of using connect is to play make the stream independent of the hardware you are running the client on

philippe44 commented 1 week ago

To be more precise

TychoHae commented 1 week ago

Thank you, makes sense , the convoluted spotraop+ shairtunes2 was intended only as stopgap/workarround when the spotify connect option in Spotty does not work