From: Chris Koeritz Date: Sun, 25 Oct 2015 04:11:06 +0000 (-0400) Subject: commands provided in feisty meow for media management. X-Git-Tag: 2.140.90~579 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=56d9eb8bc78210b4c24f567edcf64e92a1c3bd6c commands provided in feisty meow for media management. --- 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 +