The OSX script that runs cdda2wav should do an unmount before each
cdda2wav command - the following are the key lines ($app is cdda2wav)

Code:
--------------------
    
  disk=`mount | grep cddafs | cut -d" " -f1`
  if [ -n "$disk" ] ; then 
  diskutil unmount $disk 1>&2
  else
  echo "No mounted cddafs found\n" 1>&2
  fi
  "$app" $*
  
--------------------


I think you should test this standalone on your system.

1. Make sure a disk is in drive 
2. Open a Terminal window
3. change directory (i.e. cd) to the plugins CDplayer/Bin directory
4. Execute the following command  (note the leading dot slash)
./CDDA2WAVOSX.SH \"/USR/BIN/CDDA2WAV\" DEVICE=IODVDSERVICES
-VERBOSE-LEVEL=TOC -N -G -J
5. Report back on the output


-- 
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

Reply via email to