pimoroni / get

Install and helper scripts for Raspbian on the Raspberry Pi
Other
9 stars 7 forks source link

Make spotipy working again #207

Closed tuxpeople closed 4 years ago

tuxpeople commented 4 years ago

This PR is a result of my issue #206 and this Twitter conversation.

The following has been changed:

Caution:

Gadgetoid commented 4 years ago

Thanks for tackling this- you don't know how helpful you've been!

I successfully ran this installer for default audio output and everything seems to work fine- the only thing that needs changing in that regard, as far as I can tell, is replacing "autoaudiosink" with "alsasink" because I didn't have audio out of the 3.5mm jack at first. This doesn't apply to configuring stuff like Pirate Radio though, I don't think.

I will have to dig up a Pirate Radio and verify with that. Your GPIO configuration looks correct to me- but Mopidy-Raspberry-GPIO has only been battle tested with the new Pirate Audio boards- heads or tails your soldering or my code 😆

tuxpeople commented 4 years ago

I'm happy to hear it's useful. I only tested it with my pirate radio (which does not have a 3.5mm jack). I'll test if I can hear something on my pirate radio speaker with alsasink.

tuxpeople commented 4 years ago

I've audio with alsasink as well.

Gadgetoid commented 4 years ago

Either way, looks like this is far less broken than the previous version so I'll merge what we have so far and see how it goes. Thank you again!