Documentation for controlling and preserving Bose SoundTouch devices
This document provides a comparative analysis of the current Go implementation and the scheilch/opencloudtouch project, identifying functional gaps and potential improvements.
| Feature | Bose-SoundTouch (Go) | OpenCloudTouch (Python) |
|---|---|---|
| Setup Experience | CLI-driven or manual API calls for migration (SSH, XML). | Web-based Setup Wizard guides through SSH, backup, and redirection. |
| Radio Support | Static integration of RadioBrowser and TuneIn. | Dynamic RadioBrowserAdapter with automatic API Failover. |
| Commercial Services | Deep integration (Spotify priming, Pandora, Deezer, etc.). | Basic support, focus is on local content and radio. |
| Hardware Control | Extensive (Bass, Treble, Soundbar levels, Clock display). | Basic playback and zone controls. |
| Cloud Emulation | High-fidelity parity (mirroring, discrepancy logging). | Functional emulation for local preset/recent persistence. |
| Notifications | Built-in TTS and custom URL audio alerts. | Not a primary focus. |
soundtouch-service to handle:
/remote_services via USB).embed package).EXTERNAL-SERVICES-ABSTRACTION.md).While our Go project provides the most complete technical coverage of SoundTouch hardware and commercial services, OpenCloudTouch sets a higher standard for user onboarding and service resilience for community-driven content. Integrating a setup wizard and a more robust radio backend would make our project significantly more accessible and reliable.