Originally Posted By: wfaulk
It should be pretty easy to check to see if the network is up by searching the output of 'ifconfig eth0' for 'UP'.

Of course that does require also hunting down and installing ifconfig. And the script should be slightly more clever to wait a few seconds for the network if it is not up, whilst not holding up the player software during the process.

Cheers