Fine tuning

This commit is contained in:
2024-04-23 18:23:12 +02:00
parent 69d3c8849c
commit ff69091495
+1 -1
View File
@@ -89,7 +89,7 @@ let json.parse credentials = file.contents("/home/pi/Conjurer/icecast_credentia
emergency = single("/home/pi/RetroPie/mp3/Youtube/Dr. Peacock - Trip to Ireland [GvrvQTUbUcA].mp3") emergency = single("/home/pi/RetroPie/mp3/Youtube/Dr. Peacock - Trip to Ireland [GvrvQTUbUcA].mp3")
# Create a fallback stream with the main stream and emergency track # Create a fallback stream with the main stream and emergency track
radio = fallback(id="switcher", track_sensitive=true, [requests_queue, s, emergency]) radio = fallback(id="switcher", track_sensitive=false, [requests_queue, s, emergency])
thread.run(every=60., queue_processing) thread.run(every=60., queue_processing)
# Handle metadata events # Handle metadata events