From a3b48d5a629b43baf5a894edbddbcd102c7d077b Mon Sep 17 00:00:00 2001 From: "Alan J. Pippin" Date: Fri, 22 May 2009 14:48:34 -0600 Subject: [PATCH] Added new "-j 2" option to the rip_dvd.wrap script --- rip_dvd.wrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rip_dvd.wrap b/rip_dvd.wrap index b959fe6..09ba254 100755 --- a/rip_dvd.wrap +++ b/rip_dvd.wrap @@ -43,7 +43,7 @@ dvdname=${dvdname%.} # remove trailing '.' character # - collection = Only DVD main feature is ripped # - childrens = Only DVD main feature is ripped # - church = Only DVD main feature is ripped -rip_opts="$*" +rip_opts="$* -j 2" if [ "$dvdtype" == "netflix" ]; then echo "-> Ripping Netflix DVD" dest=/myth/video/DVDs/Netflix -- 2.34.1