When running whipper cd rip, if there already exists a completed rip directory that aborts the rip with output directory <directory> is a finished rip, that only occurs afterwhipper continues on to do the cdrdao scan, which can sometimes be quite lengthy.
Instead, the completed rip detection check should be done before it uses cdrdao to do the full index table scan, as it already has detected the release info so has all the info it needs to do that check.
When running
whipper cd rip
, if there already exists a completed rip directory that aborts the rip withoutput directory <directory> is a finished rip
, that only occurs afterwhipper
continues on to do the cdrdao scan, which can sometimes be quite lengthy.Instead, the completed rip detection check should be done before it uses
cdrdao
to do the full index table scan, as it already has detected the release info so has all the info it needs to do that check.