-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation for INTERNET_RADIO #14
Comments
Hi @TimoGo Good question, I don't know where the numbers come from. I'll do some search. |
Hi, Thank you very much for this helpful library and the source for radio IDs. I managed to get things going under Windows 10 with Python 3.7.2 and your package using PowerShell. The connection to my soundtouch device seems to be fine. I used several 'device.*' commands successfully. However, when I try 'device.play_media(Source.INTERNET_RADIO,'ID')' my device says 'Select using API'. What does that mean? What do I have to do next? Best, |
One option is to use TuneIn that Bose SoundTouch supports. For this, I defined Then I invoked device.play_media(source=Source.TUNEIN, location="/v1/playback/station/s00000", source_acc=None, media_type=Type.STATIONURL) You can find |
There is already a pull request making changes mentioned above: #33 |
Hi,
thank you for this great library, everything works well, only one hint.
Maybe you could state where to find the right numbers for the radio-stations in:
device.play_media(Source.INTERNET_RADIO, '4712') # Studio Brussel
Ive found the numbers on http://vtuner.com/setupapp/guide/asp/BrowseStations/startpage.asp
But I dont know whether this is the primary source.
Best regards
Timo
PS: Maybe the Soundtouch App gives the answer to this. But I dont use it, because of too much spying.
The text was updated successfully, but these errors were encountered: