I start my show on top of the hour with this:
```
showtime = request.queue()
thread.when({3w18h or 7w11h}, {showtime.push.uri(show)})
```
where "show" is the source to play on time. maybe this helps.
only my transitions dont work, but thats another issue. would be awesome to get
this going though:
```
def to_show(a, b)
add(normalize=false, [
fade.out(a),
sequence([blank(duration=2.), (b.source)]),
])
end
```
#1990
regular program (playlist) should fade out; show should start; but it does not
fade out.
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/658#issuecomment-946452006
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users