Can  you double check the custom-convert.conf file - I can't be sure but
it looks like a a dash (aka "-") has been inserted) between "little" and
"dev=".  
> 
> output-endianess=little *-* dev=IODVDServices
> 

Perhaps left over from removing "--quiet".  This may be causing the
device problem - in which case the script is not necessary.   To
check.

1. Remove "-"
2. rename cdda2wavreal back to cdda2wav
3. rename CDplayer/Bin/cdda2wav to cdd2wavscript  (anything will do
just not cdda2wav)  
4. REstart SC and test

If dash was not present or If above doesn't work then rename everything
back again to get the script working and modify script to get more
info.

I suggest the following to (i) verify the command and (ii) 


Code:
--------------------
    
  #!/bin/sh
  app=cdda2wavreal
  
  if [ -x /usr/local/bin/$app ] ; then
  app=/usr/local/bin/$app
  fi
  echo "cdda2wav script running " 1>&2
  echo "command: $* "1>&2
  
  # Next line is only a guess - needs to be edited but redirection of stdout 
(1) is essential
  diskutil unmount /dev/disk1 1>&2
  diskutil info /dev/disk1  1>&2
  "$app" $*
  
--------------------


-- 
bpa
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=42106

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

Reply via email to