Release v1.0.2: Passwort-Auth entfernt, Zeroconf-only
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>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: "Busch-Radio Spotify Bridge"
|
||||
version: "1.0.1"
|
||||
version: "1.0.2"
|
||||
slug: busch_radio_spotify
|
||||
description: >
|
||||
Streamt Spotify-Musik als Internet-Radio-Stream für das Busch-Jäger Unterputz-Internetradio.
|
||||
@@ -22,8 +22,6 @@ options:
|
||||
stream_port: 8000
|
||||
stream_mount: "/stream.mp3"
|
||||
icecast_password: "busch-radio-geheim"
|
||||
username: ""
|
||||
password: ""
|
||||
|
||||
schema:
|
||||
device_name: str
|
||||
@@ -31,8 +29,6 @@ schema:
|
||||
stream_port: port
|
||||
stream_mount: str
|
||||
icecast_password: str
|
||||
username: str?
|
||||
password: password?
|
||||
|
||||
# ---- Netzwerk ----
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user