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): radio = [...] pls = playlist([...]) fallback(transition_length=0.,track_sensitive=false,[at({20h00m00s},pls), radio]) Here what's not working: -The start time is not respected (there is a delay of around 20 seconds so the playlist starts more or less at 20h00m20s); -The playlist is not played back entirely. 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 mantain track boundaries to do other processing. I've searched the mailng 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 completness, I'm using liquidsoap 1.4.3+git@9086335c. I know that is not yet realeased but I think the question is version independent. Thanks in advance!
_______________________________________________ Savonet-users mailing list Savonet-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/savonet-users