>
> On a dual core on 10% CPU I have about 10 seconds of silence at 00:00
> when the log rotates to the next day. I am sure others have solved this
> a long time ago, so perhaps anybody can tell me how to solve this or
> share his solution?
>
>
> _______________________________________________
> Rivendell-dev mailing list
> [email protected]
> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>
We solved this by calling this bash script at midnight
#!/bin/bash
DATE=`date +%m%d`
rmlsend "LL 1 Production-${DATE}"\!
rmlsend "PL 1 0"\!
It will finish then song that is playing,so the list has some time to load
Gerrit
_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev