audio/test_spotify.py hinzugefügt

This commit is contained in:
2026-07-07 15:03:08 +00:00
parent 3a2d7d677f
commit 3d823f78a6
+13
View File
@@ -0,0 +1,13 @@
from librespot.zeroconf import ZeroconfServer
server = (
ZeroconfServer.Builder()
.set_device_name("JARVIS Spotify")
.set_device_type("COMPUTER")
.create()
)
print("Spotify Connect läuft")
while True:
pass