({true},request.queue(...))
someone have an idea ?
I'm in the dark...
This happends because the switch waits for the end of current track to
switch to another source. However, live source do not have tracks..
Therefore, you need to add track_sensitive=false to your switch.
Please note, however, that you may not need a track_sensitive=false
for the whole switch. In this case, you may create a source for rfi
seperatly like this:
rfi = switch(tracks_sensitive=false, ({ 21h-21h10 }, rfi))
and plug this into your main switch:
default=fallback([ request.queue(id="request"),switch([({ 6h-18h },
morning),({ 18h-21h }, night),({ true }, rfi),({ 21h10-6h },
night)])])
Romain"
It looks like you're new here. If you want to get involved, click one of these buttons!