mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
Fine tuning
This commit is contained in:
@@ -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")
|
||||
|
||||
# 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)
|
||||
|
||||
# Handle metadata events
|
||||
|
||||
Reference in New Issue
Block a user