v0.112.0
Noteworthy
-
Play music from a DLNA / NAS media server (#489). AfterTouch can now browse
the media servers on your network (a NAS, FRITZ!Box, minidlna, Plex, and the
like) and play their tracks on your SoundTouch, the way the old Bose app's
music library did. The player UI gains a new Library tab (marked BETA):
pick a speaker, find your media servers, add one, browse its folders, and play
a track. The same flow is available from the command line
(soundtouch-cli library servers,account add-nas,browse stored-music,
library play). Playback uses the speaker's own music-library source, so the
speaker streams directly from your server with AfterTouch out of the audio
path, and a played track can be saved to a preset like any other source. See
the new "Playing Music from a DLNA / NAS Library" guide for the full walkthrough.
(BETA: only tested on a FRITZ!Box, other media servers might differ in how
they present content, and only formats the speaker itself can decode,
such as MP3 and AAC, will play.) -
More forgiving SSH unlock, and cleaner config after an XML migration
(#471, BETA). Two follow-ups to the BETAsetup enable-sshflow. If the
speaker's SSH service does not come up within the wait window (some adapters
only start it after a restart), the command no longer treats that as a
failure: it leaves the unlock in place so a restart re-triggers it, prints
power-cycle and retry guidance including the exact ssh command, and exits
cleanly. And after an XML-based migration it now re-applies the service URLs
over the local setup channel so the device's running configuration matches
what is persisted, which clears the spurious "settings differ" warning that
otherwise lingered until the next reboot.
What's Changed
- feat(cli/setup): friendlier enable-ssh timeout + re-sync boseurls after XML migration by @gesellix in #483
- ci(deps): bump github/codeql-action from 4.36.1 to 4.36.2 by @dependabot[bot] in #486
- feat: DLNA / NAS music library (browse + play via native STORED_MUSIC) by @gesellix in #489
Full Changelog: v0.111.3...v0.112.0