commands provided in feisty meow for media management.
authorChris Koeritz <fred@gruntose.com>
Sun, 25 Oct 2015 04:11:06 +0000 (00:11 -0400)
committerChris Koeritz <fred@gruntose.com>
Sun, 25 Oct 2015 04:11:06 +0000 (00:11 -0400)
examples/example_script_usages_dvd_and_bluray_from_mrowrt.txt [new file with mode: 0755]

diff --git a/examples/example_script_usages_dvd_and_bluray_from_mrowrt.txt b/examples/example_script_usages_dvd_and_bluray_from_mrowrt.txt
new file mode 100755 (executable)
index 0000000..1fe8ab6
--- /dev/null
@@ -0,0 +1,15 @@
+
+# rips the dvd off of the current dvd drive.  this produces the ripped copy
+# in a folder named after the dvd.
+dvd_rip 
+
+# makes an ISO image from a ripped dvd folder.  the ISO can then be burned
+# to a disc using k3b or other tools.
+dvd_image walnuts.iso WALNUTS_MOVIE
+
+# create an ISO image from a set of files.
+blu_image farples.iso directoryToEnshrine
+
+# burn an ISO image onto a bluray drive.
+blu_burn farples.iso /dev/sr1
+