On Mon, Dec 5, 2011 at 8:50 PM, Bill Putney <[email protected]> wrote: > I think I want to program the "Now and Next" in RDAirPlay to send some > information to a file to keep a log. I'm thinking it should look something > like; > > RN <echo `date +%F%t%T%t` %t \t %a \t %l \t %b \t %h %r >> > /var/snd/songlog.txt>!
Back in 2005 I was doing it this way: http://www.radiofree.ca/rivendelldev/msg01619.html drew > > A couple of problems occur to me. 1) The RMD line editor in "Now and Next" > doesn't seem to like accepting back quotes. b) If I can get past the first > problem isn't RML going to get confused by my >> file append? > > Am I making this too hard? Should I just put "echo `date +%F%t%T%t` %t \t %a > \t %l \t %b \t %h %r >> /var/snd/songlog.txt" in a file named > /var/snd/songlog.sh and make it executable and use the RML; RN > </var/snd/songlog.sh>! > > Bill Putney - KPTZ Port Townsend, WA > > > _______________________________________________ > Rivendell-dev mailing list > [email protected] > http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev > -- http://freemusicpush.blogspot.com/ _______________________________________________ Rivendell-dev mailing list [email protected] http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
