From e97f66320f3889796cac35db949015509c243d67 Mon Sep 17 00:00:00 2001 From: Brendan Howell Date: Sat, 2 Oct 2021 21:24:24 +0200 Subject: [PATCH] update audio dept. to use TotemPlParser for internet radio streams --- screenless/bureau/audio/audio.py | 1 + 1 file changed, 1 insertion(+) diff --git a/screenless/bureau/audio/audio.py b/screenless/bureau/audio/audio.py index c04d650..574f542 100644 --- a/screenless/bureau/audio/audio.py +++ b/screenless/bureau/audio/audio.py @@ -47,6 +47,7 @@ class Audio(Bureau): parser.parse(pl_url, True) for url in urls: + print("stream uri", url) self.player.queue(url) self.current_uri = url