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>! 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
