Changed paths in wrap script
authorAlan J. Pippin <alan@pippins.net>
Thu, 5 Apr 2012 02:59:52 +0000 (20:59 -0600)
committerAlan J. Pippin <ajp@pippins.net>
Thu, 5 Apr 2012 02:59:52 +0000 (20:59 -0600)
rip_dvd.wrap

index cdbd80e5360817fda0896dc751cf9f5e5ca71083..95af1e951230117cc8a45d7d9147e700bc9ba9f0 100755 (executable)
@@ -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"'