I followed those instructions, and cdda2wav wasn't found, as it is in
/usr/local/bin. The plugin used to work, eo I looked at the shell
script, and there seems to be a typo.

Ah. Got it, I think. cdda2wavosx.sh reads 

if [ -x /usr/locl/bin/$app ] ; then
echo "Found cdda2wav in /usr/local/bin " 1>&2
app=/usr/local/bin/$app
fi

The first line says

/usr/locl/bin

where it should say

/usr/local/bin


-- 
danco
------------------------------------------------------------------------
danco's Profile: http://forums.slimdevices.com/member.php?userid=210
View this thread: http://forums.slimdevices.com/showthread.php?t=47288

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to