scripting with exit status
jeff sacksteder <[email protected]> Sun, 14 Jun 2009 12:45:45 -0400
| Newsgroups | gmane.comp.audio.cd-paranoia.general |
|---|---|
| Message-ID | <[email protected]> |
I have a large amount of discs to rip and I need to detect when an unfixable error occurs so I can segregate those discs for special extra attention. Does cdparanoia expose anything that can be used to script this? I see an option to skip a track if it can't be ripped without errors, but not any way to abort the whole disc. The only thing I can think of is to use the above-mentioned flag and compare the number of tracks produced to the number expected. Suggestions?