Replies: 1 comment
-
1, Something like that but I am not sure with syntax check doc.
I am using queues and an external scheduler. Anyway you can achieve what do you want more than one way. look here http://mcfiredrill.github.io/blog/liquidsoap-scheduling) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am looking to program a radio station and I have two use cases that I'm curious if liquidsoap can handle.
I have read the docs and it seems promising but I haven't been able to confirm if I can do this.
In each case I have directories of shows and within each show directory is an ordered list of episode audio files for that particular show.
Use cases
Shows are scheduled on a day and time (ie, Show A plays on Monday at 8pm). Then each time that show's scheduled time occurs, it plays the next episode from a directory of episodes. Each day is the next episode.
A list of all shows is randomized, and then the station goes through that list of randomized shows and plays one episode randomly selected from each show. That way you don't hear two episodes of a show until all shows have played.
Curious to see if this is possible. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions