Same here: RN does not work. I also run CentOS from the install disk of Paravel. Posted about this (http://lists.rivendellaudio.org/pipermail/rivendell-dev/2011-December/014263.html), no solution :-(
I have to use CRON jobs, which makes the whole setup messy. Cheers, Stephan > Hi All > > I have created a simple script that tell presenters when the next break > is due. When I try to run it using a macro from within Rivendell it does > not run. > > Macro: > > RN /home/rd/scripts/break10.sh! > > It does however run when I simply click on it, so it is executable. > > Can anyone tell why this is happening? > > (I have successfully run the RN macro before but only under version > 1.7.2 has something changed...) > > Rivendell 2.1.5 > Centos (install disc) > > This is the script in case someone finds it useful: > > #!/bin/bash > MINUTE=$(date +"%M") > HOUR=$(date +"%H") > while [ $MINUTE -lt 10 ] > do > rmlsend LC\ green\ "Next Break at"\ $HOUR\ ":10"\! > MINUTE=$(date +"%M") > done > rmlsend LL\ 3\ PLAY_NOW\ 0\! > > > > _______________________________________________ > Rivendell-dev mailing list > [email protected] > http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev > _______________________________________________ Rivendell-dev mailing list [email protected] http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
