librespot 0.7+ unterstützt --password nicht mehr (nur noch OAuth/Zeroconf). Der --password-Arg ließ librespot sofort abstürzen → leere Pipeline. - username/password aus config.yaml und run.sh entfernt - librespot nutzt jetzt ausschließlich Zeroconf/mDNS zur Erkennung - Gerät erscheint automatisch in der Spotify-App im lokalen Netz Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
48 lines
1018 B
YAML
48 lines
1018 B
YAML
---
|
|
name: "Busch-Radio Spotify Bridge"
|
|
version: "1.0.2"
|
|
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.
|
|
url: "https://gitea.bitfire.work/retr0/Busch-Radio-Spotify"
|
|
arch:
|
|
- aarch64
|
|
- amd64
|
|
- armhf
|
|
- armv7
|
|
init: false
|
|
homeassistant: "2023.1.0"
|
|
|
|
# ---- Konfigurationsoptionen ----
|
|
options:
|
|
device_name: "Busch-Radio"
|
|
bitrate: 320
|
|
stream_port: 8000
|
|
stream_mount: "/stream.mp3"
|
|
icecast_password: "busch-radio-geheim"
|
|
|
|
schema:
|
|
device_name: str
|
|
bitrate: "list(96|160|320)"
|
|
stream_port: port
|
|
stream_mount: str
|
|
icecast_password: str
|
|
|
|
# ---- Netzwerk ----
|
|
ports:
|
|
"8000/tcp": 8000
|
|
|
|
ports_description:
|
|
"8000/tcp": "Icecast HTTP-Stream (für das Radio)"
|
|
|
|
# ---- UI ----
|
|
panel_icon: mdi:radio
|
|
panel_title: "Busch-Radio"
|
|
|
|
# ---- Sonstiges ----
|
|
map:
|
|
- config:rw
|
|
- share:rw
|