Danco & other OSX users.
> 
> I don't know if you could issue a mount command, look for a line
> containing cddafs, and then pick up the disk number from the start of
> that line.
> 
I've modified Bin/cdda2wavosx.sh and added the above

Code:
--------------------
    
  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" $*
  
  
--------------------


A new cdda2wavosx.sh file is attached for testing.


+-------------------------------------------------------------------+
|Filename: cdda2wavosx.sh.tar.gz                                    |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=5033|
+-------------------------------------------------------------------+

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