Feature: AAC-Support und Bitrate auf Radiomaximum angepasst
Busch-Radio iNet 8216 U unterstützt max. 192 kbps und die Formate MP3, AAC und OGG. Neue Konfigurationsoptionen: - stream_format: mp3 (Standard) oder aac - bitrate: 96/128/160/192 kbps (max. des Radios) Default auf 160 kbps MP3 geändert (war 320 kbps – über Radio-Maximum). Stream-URL im Log zeigt jetzt die echte HA-IP statt Platzhalter. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -5,7 +5,7 @@ slug: busch_radio_spotify
|
||||
description: >
|
||||
Streamt Spotify-Musik als Internet-Radio-Stream für das Busch-Jäger Unterputz-Internetradio.
|
||||
Das Add-on erzeugt ein virtuelles Spotify Connect-Gerät (via librespot) und stellt das Audio
|
||||
als MP3-Stream über Icecast bereit.
|
||||
als MP3- oder AAC-Stream über Icecast bereit.
|
||||
url: "https://gitea.bitfire.work/retr0/Busch-Radio-Spotify"
|
||||
arch:
|
||||
- aarch64
|
||||
@@ -22,14 +22,16 @@ host_network: true
|
||||
# ---- Konfigurationsoptionen ----
|
||||
options:
|
||||
device_name: "Busch-Radio"
|
||||
bitrate: 320
|
||||
bitrate: 160
|
||||
stream_format: "mp3"
|
||||
stream_port: 8000
|
||||
stream_mount: "/stream.mp3"
|
||||
stream_mount: "/stream"
|
||||
icecast_password: "busch-radio-geheim"
|
||||
|
||||
schema:
|
||||
device_name: str
|
||||
bitrate: "list(96|160|320)"
|
||||
bitrate: "list(96|128|160|192)"
|
||||
stream_format: "list(mp3|aac)"
|
||||
stream_port: port
|
||||
stream_mount: str
|
||||
icecast_password: str
|
||||
|
||||
Reference in New Issue
Block a user