alexa-pi / AlexaPiDEPRECATED

DEPRECATED - Use https://github.com/alexa-pi/AlexaPi instead ...Turn a Raspberry Pi into an Alexa Client
https://github.com/alexa-pi/AlexaPi
MIT License
587 stars 442 forks source link

Is TuneIn Radio Working? #120

Closed GadgetReactor closed 7 years ago

GadgetReactor commented 8 years ago

Hi I just loaded 1.1 and was trying to play a TuneIn Radio channel. Did they change the format? I am getting a NoneType error. Thank you.

sammachin commented 8 years ago

Whats the name of the station, from what I've found their format varies so I've had to put workarounds in for many of them. you could try play bbc radio one on tune in as a test command

WillBishop commented 8 years ago

When I do that, it says BBC Radio on Tune in, then does nothing...

GadgetReactor commented 8 years ago

Thanks. Looks like the tunein playlist is a mess. I was able to get BBC Radio One to play. @123icebuggy I had to make one change though. - to stop the audioplaying check.

while(GPIO.input(button)==0): # we keep recording while the button is pressed if audioplaying: p.stop() # moved this down

WillBishop commented 8 years ago

What about Triple J?

Thanks anyway, I was able to get it to work, but your way seems faster