From: Alan J. Pippin <alan@pippins.net>
Date: Thu, 5 Apr 2012 02:59:52 +0000 (-0600)
Subject: Changed paths in wrap script
X-Git-Url: http://git.pippins.net/%27%20.%20%24this-%3Ephpgw_js_url%20.%20%27/jscalendar/static/%7Bnolink%7D?a=commitdiff_plain;h=238ad23548a670aa46a586cf76095abf00e00f12;p=rip_dvd%2F.git

Changed paths in wrap script
---

diff --git a/rip_dvd.wrap b/rip_dvd.wrap
index cdbd80e..95af1e9 100755
--- a/rip_dvd.wrap
+++ b/rip_dvd.wrap
@@ -102,19 +102,19 @@ dvdname=${dvdname%.} # remove trailing '.' character
 rip_opts="$* -j 2"
 if [ "$dvdtype" == "netflix" ]; then
   echo "-> Ripping Netflix DVD"
-  dest=/myth/video/DVDs/Netflix
+  dest=/myth/video/Movies/Netflix
   rip_opts="$rip_opts"
 elif [ "$dvdtype" == "collection" ]; then
   echo "-> Ripping Personal Collection DVD"
-  dest=/myth/video/DVDs/Collection
+  dest=/myth/video/Movies/Collection
   rip_opts="$rip_opts"
 elif [ "$dvdtype" == "childrens" ]; then
   echo "-> Ripping Children's DVD"
-  dest=/myth/video/DVDs/Childrens
+  dest=/myth/video/Movies/Childrens
   rip_opts="$rip_opts"
 elif [ "$dvdtype" == "church" ]; then
   echo "-> Ripping Church DVD"
-  dest=/myth/video/DVDs/Church
+  dest=/myth/video/Movies/Church
   rip_opts="$rip_opts"
 else
   echo '-E- Must specify dvdtype as "netflix" or "collection" or "childrens" or "church"'