jonte
03-11-2003, 01:19 PM
Hi!
Anyone have some idee on this one. It is a great huzzle to have to switch this on and off in order to use the xcdroast.
the designer of the app:
"My biggest problem is that I have no clue
how to interface correctly with the finder. Stopping the autodiskmount daemon is some bad hack. I would love when someone knows a much nicer way to grab resources in osX.!"
as a comment to ...
"For xcdroast to be able to access a CD (mainly interesting for ripping audio) the CD MAY NOT BE MOUNTED in the Finder. It is therefore necessary to kill the autodiskmount process before inserting an audio-CD (ps -ax | grep autodiskmount | grep -v grep | cut -c2-5 | xargs sudo kill); don't forget to restart autodiskmount, once you're done ripping (sudo /sbin/autodiskmount -av)."
/Best regards
Anyone have some idee on this one. It is a great huzzle to have to switch this on and off in order to use the xcdroast.
the designer of the app:
"My biggest problem is that I have no clue
how to interface correctly with the finder. Stopping the autodiskmount daemon is some bad hack. I would love when someone knows a much nicer way to grab resources in osX.!"
as a comment to ...
"For xcdroast to be able to access a CD (mainly interesting for ripping audio) the CD MAY NOT BE MOUNTED in the Finder. It is therefore necessary to kill the autodiskmount process before inserting an audio-CD (ps -ax | grep autodiskmount | grep -v grep | cut -c2-5 | xargs sudo kill); don't forget to restart autodiskmount, once you're done ripping (sudo /sbin/autodiskmount -av)."
/Best regards