A minimalist DVD/Bru-ray ripper. Still very much a WIP.
Heavily inspired by ARM, but with the goal to run entirely in user space (and also within docker but this is currently untested).
Requirements:
If you get errors related to not being able to find disc drive, you may need run sudo modprobe sg
(this works for me).
Usage:
``` cargo install torn
torn rip ```
By default will output into current working directory but can be configured by placing a config.toml
file.
See config/default.toml for usage.