I downloaded and untarred the file and all the names were correct and
not the names you got.
OK - it looks like OSX does something bad to tar.gz file naming as this
is the second time a "2" has been added. Would zip be a better format
(the forums s/w limits the type of files that can be attached).
The script file should be called cdda2wavosx.sh and it replaces the
current script with the same name in the CDplayer/Bin directory. The
log shows SC couldn't find an excutable script call cdda2wavosx.sh.
Also the script looks for an executable /usr/local/bin/cdda2wav.
The whole file looks like
Code:
--------------------
#!/bin/sh
app=cdda2wav
if [ -x /usr/bin/$app ] ; then
echo "Found cdda2wav in /usr/local/bin " 1>&2
app=/usr/bin/$app
fi
# Next line is only a guess - needs to be edited but redirection of stdout
(1) is essential
echo "cdda2wav script running " 1>&2
echo "command: $* \n\n"1>&2
disk=`mount | grep cddafs | cut -d" " -f1`
if [ -n "$disk" ] ; then
echo diskutil unmount $disk 1>&2
else
echo "No mounted cddafs found\n" 1>&2
fi
"$app" $*
--------------------
--
bpa
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=47288
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins