chore(cli): list speaker url-upnp in speaker help

The help text still listed only tts/url/beep/notify. Add the UPnP
AVTransport option (no app key, no DNS; http:// only, replaces source).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Tobias Gesellchen
2026-06-27 21:33:45 +02:00
co-authored by Claude Opus 4.8
parent a54204c1d0
commit 258b9e7471
+5
View File
@@ -227,6 +227,11 @@ func showSpeakerHelp(_ *cli.Context) error {
fmt.Println(" Play audio files from HTTP/HTTPS URLs")
fmt.Println(" Example: soundtouch-cli speaker url --url \"https://example.com/audio.mp3\" --app-key YOUR_KEY")
fmt.Println()
fmt.Println("• URL via UPnP/AVTransport (no app key, no DNS):")
fmt.Println(" Play an http:// audio URL directly via the speaker's UPnP renderer.")
fmt.Println(" Replaces the current source; http:// only (https is rejected).")
fmt.Println(" Example: soundtouch-cli speaker url-upnp --url \"http://192.0.2.10/audio.mp3\"")
fmt.Println()
fmt.Println("• Notification Beep:")
fmt.Println(" Play a simple notification sound")
fmt.Println(" Example: soundtouch-cli speaker beep")