OK - my mistake on the AlienBBC issue. In March besides the mplayer.sh change there were also changes made to the alienBBC custom-convert.conf including one to use $PATH$ instead of $FILE$ (i.e. use a mms url and not xmradio pseudo url) and what value to assign to $PATH$.
I thought these changes had made into an AlienBBC 2.4a5test but up to latest AlienBBC beta 2.5, but they were only there were only offered in this thread ( http://forums.slimdevices.com/showthread.php?t=61074 ) as part of solving a napster on Softsqueeze issue. Re the /usr/local/bin. I can't see where /usr/local/bin is used except for OSX users. Can you detail your understanding and attach you mplayer.sh is necessary in case the wrong file got installed. What version of SUSE are you using ? What is the value of env variable PATH ? As I understand it - you have mplayer installed in /usr/local/bin. Is that correct ? We're trying to make a new release of AlienBBC and want to knock out as many bugs as possible. Code: -------------------- app=mplayer # For osx look for processor specific mplayer executable in locations used by mplayer installer if [ `uname` = "Darwin" ] ; then if [ `uname -p` = "i386" ] && [ -x "/Applications/MPlayer OSX.app/Contents/Resources/External_Binaries/mplayer.app/Contents/MacOS/mplayer" ]; then app="/Applications/MPlayer OSX.app/Contents/Resources/External_Binaries/mplayer.app/Contents/MacOS/mplayer" elif [ `uname -p` = "powerpc" ] && [ -x "/Applications/MPlayer OSX.app/Contents/Resources/External_Binaries/mplayer_noaltivec.app/Contents/MacOS/mplayer" ]; then app="/Applications/MPlayer OSX.app/Contents/Resources/External_Binaries/mplayer_noaltivec.app/Contents/MacOS/mplayer" elif [ -x /usr/local/bin/mplayer ] ; then app=/usr/local/bin/mplayer fi fi -------------------- -- bpa ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=63259 _______________________________________________ unix mailing list unix@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/unix