hankhank10 / vinylemulator

Emulate the tactile experience of a vinyl collection through your Sonos system, but with a back end run by Spotify
https://www.hackster.io/mark-hank/sonos-spotify-vinyl-emulator-3be63d
GNU General Public License v3.0
170 stars 29 forks source link

Updated to use soco-cli and pyscard #32

Open thesquib opened 3 days ago

thesquib commented 3 days ago

Hi there! First of all, thank you very much for this project - I installed and ran this unchanged for about 4 years. At some point this year the Spotify integration broke and it would no longer function. Looking into it further I also not get node-sonos-http-api to work anymore (independently of this project).

I've had success using soco-cli to host the api using sharelinks, and pyscard for the cards (via an acr122 usb card reader). I suspect that the common RPI Hats will also work with pyscard, but I haven't tried this yet.

Is there any interest in updating this to work with the above libraries? I can probably push something through fairly easily. pyscard and it's dependencies (pcsc-lite, etc) are fairly easy to install on a Raspberry Pi to get an ACR122 reader up and running.