A bash script for automatically creating ISOs from any kind of data disc (like DVDs, BluRays or file discs). It has been written with the focus on parallelization, so that you can rip from multiple drives at once.
Disks will automatically be ejected once they're finished and newly inserted disks will automatically be ripped with the predefined, global parameters in the settings.cfg file.
This script has only been tested on Ubuntu 20.04.01. Whilst it might work with other systems, I can't guarantee for it.
This script depends on some external packages.
You can ensure they're installed and on the latest version by running this command:
sudo apt update && sudo apt install fprintd setcd sed util-linux coreutils udisks2
Download the scripts and setting file to a directory of your choice and make the scripts executable (chmod +x isorip.sh wrapper.sh
).
Don't forget to adjust the settings.cfg file to your liking.
Then, just run the wrapper and you're good to go: bash wrapper.sh
Happy ripping!
If you just want to rip a single disc, you can call the autorip.sh-script directly by passing the drive's location as an argument: bash isorip.sh /dev/sr0
.
This will rip the disc the same way as with the wrapper, but just once, without all the sweet automation.
- Automated install