From 56d9eb8bc78210b4c24f567edcf64e92a1c3bd6c Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sun, 25 Oct 2015 00:11:06 -0400 Subject: [PATCH] commands provided in feisty meow for media management. --- ...e_script_usages_dvd_and_bluray_from_mrowrt.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 examples/example_script_usages_dvd_and_bluray_from_mrowrt.txt 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 index 00000000..1fe8ab60 --- /dev/null +++ b/examples/example_script_usages_dvd_and_bluray_from_mrowrt.txt @@ -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 + -- 2.34.1