simple daytime schedule #3897
satellouk
started this conversation in
User Support
Replies: 1 comment 5 replies
-
Hi! Everything is intact. Please see page 100 https://www.liquidsoap.info/book/book.pdf
This should work. P.S. I doubt that this is an issue. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, just a simple question. Trying to create a simple schedule for a different playlist at fixed time of the day, some day of the week. I found this reference but dated 2020 so not sure if this is still working as docs reference link is dead
#1121
does the {1w and 1h-7h} still work?
here is part of my code
radio = switch([({ 6h-10h }, morning),
({ 10h-17h }, afternoon),
({ 3w and 17h-19h }, pl1),
({ 4w and 17h-19h }, pl2),
({ 5w and 17h-19h }, pl3),
({ 6w and 17h-19h }, pl4),
({ 19h-23h }, evening),
({ 23h-3h }, night),
({ 3h-6h }, dawn)])
Beta Was this translation helpful? Give feedback.
All reactions