QUOTE(Klyith @ Jul 6 2006, 12:41)

QUOTE(little a @ Jul 6 2006, 08:06)

i've got the same q but i'd like to use optical drives in various cps connected over a network.
That's more difficult.
...
Finally, I don't see any real motivation for "networked ripping" seeing as you have to be physically at the computer to change cds.
Most (all?) ripping programs use SCSI/ATAPI calls (even over USB/Firewire) to perform the data extraction. So, the ripping programs would either need to support a client/server type arrangement, where there would be puppet/slave I/O modules on the networked computers performing the scsi/atapi commands being controlled by a ripping-puppet-master on a central computer. There are no standard drives that do this under Windows, as far as I know. Maybe iSCSI could be adapted to do it?
However, most compressed formats require a significant amount of CPU, so I suppose the ripping-puppet-master could also have puppet/slave modules running on the networked computers as well. At that point, however, it would make more sense to simply run one instance of an independent ripping program on each machine.
There's sort of a halfway solution: Silex technology produces one or more USB-device-sharing (well, more device-borrowing since it's one user at a time) boxes that allow you to share printers, hard disks and even optical drives over fast ethernet. It uses a local virtual device client to mount/unmount the network USB devices, with the USB deice server running on a small embedded linux client. There may or may not even be some free tools to do things like this.
This is sort of nice if you have a wireless laptop and don't want to drag around a bunch of USB-tethered devices with you: just access them, slowly so slowly, via 802.11g.
...
In terms of multi-drive ripping programs, I know that Riptastic! ($20 shareware, trial available:
http://www.riptastic.com/ ) has a batch mode that will automatically eject a disc (if the option is set) and look for any not-yet-ripped discs in other drives or newly inserted discs in any drives to rip. So it works pretty well with multi-drive computers, even though it's only ripping from one drive at a time.
A side effect (or perhaps it's part of the design) is that it works *really* well with the Nakamichi 5-disc SCSI changers that fit in a standard single 5.25" drive bay, since unlike the ATAPI version of the changer, each one of the SCSI changers shows up as five separate drives (via five different LUNs on the SCSI ID). So load a machine up with a stack of standard or compatible changer drives and you are still manually inserting discs, but you have to stop and do it less often. You have to disable auto-eject in this case, however.
Several of us have built 4-7 drive stacks of the nakamichis for unattended ripping.
Also, a robot-aware version of his software is bundled (or sometimes available as a $100-$200 option) for certain robot-driven disc duplicator products, which start at ~$800 and typically cost ~$1200-$4000 for the higher capacity units.
Riptastic! is also the only HTOA aware ripper that I know will extract "track 00" automatically when ripping to tracks. I'm less familiar with its error-detection/correction. Plus, chuck is a pretty cool guy and good about tech support.
Note: I'm not *trying* to sell his product, just mentioning good experiences as they may be applicable here. If that's a TOC violation, let me know.
For pure convenience, I'm setting up two rip-stations now with a few robots, some command-line clients that do specific CD-control/status and robot-control/status jobs, some AutoIT scripting, and a couple of ripping programs (Riptastic! and EAC). In terms of network control, the only network-specific things there will be a) running Remote Desktop so I can look at what's happening without having to sit in front of it and b) writing archives to a NAS.
-brendan