Mmm.. perhaps not so simple.. I just tried this one line script to kill the existing player threads:
Code:

;@MENUEXEC Restart_Player for y in /proc/[0-9]* ; do if ( grep -l 'player' $y/cmdline &>/dev/null ); then kill ${y:6}; fi; done; player -i &


Problem is, the Empeg's custom init process immediately restarts the player whenever it dies, giving no chance for my script to succeed with "player -i".

Mmm..


Edited by mlord (18/01/2005 22:59)