libsoundtouch
libsoundtouch copied to clipboard
Bose Soundtouch Python library
Is it dead?
Is this library dead? No activity since quite some time...
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') #...
Hi Charles, I know this is a very weird way of getting in touch with each other, but it is the only way since Github does not provide any messaging...
hi charles error correction address = socket.inet_ntoa (info.address) AttributeError: 'ServiceInfo' object has no attribute 'address' thank you
``` % .venv/bin/python Python 3.8.5 (default, Sep 5 2020, 10:50:12) [GCC 10.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> from libsoundtouch import discover_devices >>> devices...
Hi, since the last upgrade of firmware on my bose soundbar, the "device.select_source_aux()" function is not working anymore. Have you noticed the same problem ? Thanks for your help
I'm currently build a few automation projects and I really like this library. Does anybody had found a way to make the snapshot and restore function to work, It is...
Hi folks, This pull request adds the ability to query SoundTouch devices for a list of available sources via GET /sources API lookup. Info on that is here: https://developer.bose.com/guides/bose-soundtouch-api/bose-soundtouch-api-reference ->...
Bose discontinued INTERNET_RADIO and moved everything radio-related to a new source called "TUNEIN". The library can't properly control what's to be played without this addition.