On Wed, Sep 28, 2011 at 10:04 PM, Logan Corliss <[email protected]> wrote: > I have ToneDet setup and is working but I would like some way to make it so > it only recognizes tones from say "5:30am - 10am" Is there a way to make > ToneDet turn it self off before and after these hours.
Well you could do it another way. You could let it work all the time but use cron to "disarm" it after 10am and until 5:30 am. run this at 10am: echo>25hz.rml run this at 5:30 am: echo>25Hz.rml PN\ 1\! well, assuming I get what is being said there. If you want the mentioned safeguarding too, just arm it before breaks that fall between 5:30 and and 10:00 am. > >> As a safeguard against false triggering, the file 25Hz.rml is usually >> empty. >> 'Just before a scheduled break, Rivendell executes a macro cart that >> "arms" >> the system with echo>25Hz.rml PN\ 1\!' The second command in each break >> event (after the one that turns off the network audio) "safes" the tone >> system again with echo>25hz.rml." This is guessing on my part. I have never messed with this myself but I think I get what is being suggested. > > -- > Logan Corliss all the best, drew -- http://freemusicpush.blogspot.com/ _______________________________________________ Rivendell-dev mailing list [email protected] http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
