To get /usr/local/bin into the path I think if you add the following line to your .bash_login in your home folder. However some user may not have this file.
export PATH="/usr/local/bin:$PATH" Personally I think it may be imposing an unnecessary change onto a user especially if it can all be done within mplayer.sh. I've been trying to get "which" to work in the mplayer.sh - I think it will provide the generic solution as an error message is still desirable even if a user changes the path (e.g. in case of typos). -- bpa ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=22476 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
