Here is what I am trying. Loading the main log only, the log loads and starts. Loading the main and aux1 or main and aux1 and aux2, the logs load but nothing starts. Is my rdairplay fu weak or is my shell fu weak or am I beaing dense?
sh -c "sleep 5 && rdairplay --log1=main_`date +%Y_%m_%d`:0+ &" Loads and starts. sh -c "sleep 5 && rdairplay --log1=main_`date +%Y_%m_%d` --log2=aux1_`date +%Y_%m_%d`:0+ &" Loads but does not start. sh -c "sleep 5 && rdairplay --log1=main_`date +%Y_%m_%d` --log2=aux1_`date +%Y_%m_%d` --log3=aux2_`date +%Y_%m_%d`:0+ &" Loads but does not start. all the best, drew -- http://nakedghosts.blogspot.com/
_______________________________________________ Rivendell-dev mailing list [email protected] http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
