> > sh: /opt/share/squeezecenter/Plugins/Alien/Bin/mplayer.sh: /bin/sh > : bad interpreter: No such file or directory >
The mplayer.sh script is looking to use /bin/sh which is usually linked to the shell flavour on your systems but it seresm your systems is not setup. If you shell is bash then edit mplayer.sh and change to /bin/bash. -- bpa ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=56355 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
