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