From 3d823f78a637a52bf3e0ef31e49c624e6f9cb637 Mon Sep 17 00:00:00 2001 From: Till Immer Date: Tue, 7 Jul 2026 15:03:08 +0000 Subject: [PATCH] =?UTF-8?q?audio/test=5Fspotify.py=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- audio/test_spotify.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 audio/test_spotify.py diff --git a/audio/test_spotify.py b/audio/test_spotify.py new file mode 100644 index 0000000..5867e93 --- /dev/null +++ b/audio/test_spotify.py @@ -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 \ No newline at end of file