mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-09-07 15:07:17 +00:00
Clicking it played the AfterTouch notification ding. That was the newest Recents entry for the source, and resuming the newest entry is what the provider path does. The source is not like the other two. AfterTouch plays its own one-shot audio through it: TTS and the ding both go out over /custom/v1/playback/. So its Recents mix notifications with stations, and the newest entry is as likely to be a ding as anything worth replaying. On the test speaker the only LOCAL_INTERNET_RADIO recent WAS the ding. The announcement proxy path is distinguishable from Play URL's BuildOrionLocation, so filtering was possible, but the same path also carries URLs played through the CLI, and any future feature that injects audio would have to remember to stay out of it. Opening Play URL unconditionally, which is the page that emits content for this source, does not depend on being able to classify what happens to be in Recents. RADIO_BROWSER and TUNEIN keep resuming: nothing writes one-shot audio to them, and on the test speaker their recents held real stations. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>