I have a system where I periodically check a google calendar and then generate
a "schedule" PNG file programmatically, which is then played over the fallback
video source in liquidsoap.
Now, when the said schedule PNG file changes, I want it to reflect in
liquidsoap.
This is the code I currently have:
```
video_base = video.add_image(
width=300,height=400,
x=900,y=80,
file="schedule.png",
video_no_queue)
```
Is there a way I could make liquidsoap "reload" the "schedule.png" file when it
is updated on disk? I would also be fine with a through-telnet solution (like
`video_base.reload` call from telnet).
Thanks for your time.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/687
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users