NEED HELP: How to ensure playback of a complete playlist at specific time? #1766
Unanswered
matteo-daddi
asked this question in
Q&A
Replies: 1 comment
-
I would do something like this:
where we use |
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
-
[also sent to the savonet-users mailing list]
Hi everyone,
I need to playback a complete playlist (from start to end, not just a single or some media!) every day at the same time.
That playlist should "break" normal radio stream because it has higher priority.
I don't know the media's durations so I even don't know the complete playlist duration.
My "start time condition" is something like
20h00m00s
.What I would like to do is something like this (NOT WORKING as desired):
Here what's not working:
Don't know if it will work but things like
playlist.merge
are not an option because after this part of the script I need to maintain track boundaries to do other processing.I've searched the mailing list archives and read the doc but I haven't found how to achieve this goal. Maybe it could be useful also to others (or maybe I'm missing something! :-D )
For the sake of completeness, I'm using liquidsoap 1.4.3+git@... I know that is not yet released but I think the question is version independent.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions