Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible Enhancement: Rip Data CD and DVDs to ISO format #144

Open
shw-dev opened this issue Jun 27, 2022 · 4 comments
Open

Possible Enhancement: Rip Data CD and DVDs to ISO format #144

shw-dev opened this issue Jun 27, 2022 · 4 comments

Comments

@shw-dev
Copy link

shw-dev commented Jun 27, 2022

I was able to modify the autodiscripper script to rip a DVD to an ISO when the script determines it is a data DVD. I tried implementing a similar functionality for data CDs, but the installed binaries don't seem to support CD ripping. Would it be possible to include this functionality? I can make a pull request of what I added.

Command to Rip DVD to ISO:
dd if=/dev/sr0 of=/output/<name>.iso

@shw-dev shw-dev changed the title Enhancement; Rip Data CD and DVDs to ISO format Possible Enhancement: Rip Data CD and DVDs to ISO format Jun 27, 2022
@jlesage
Copy link
Owner

jlesage commented Jun 27, 2022

The main goal of this container is to rip video discs with MakeMKV. Maybe another tool would be better suited to achieve ISO image of discs?

Also, I think the command dd if=/dev/sr0 of=/output/<name>.iso would not work for protected DVDs. Did you try ?

@shw-dev
Copy link
Author

shw-dev commented Jun 27, 2022

I've tried some docker projects, but this is the only one that can properly read the drive in my system for some reason. I can try others as well.

I have tried copy-protected discs and those don't work at the moment, this was more a proof of concept to see if your docker image could rip a data disc to an ISO.

I think there are some binaries that allow protected discs to be copied, I'll have to research that.

Thanks!

@jlesage
Copy link
Owner

jlesage commented Jun 28, 2022

Yes, you definitely need a software to be able to read encrypted data from DVDs.

@shw-dev
Copy link
Author

shw-dev commented Jun 28, 2022

It looks like cdrdao might be one that works. I'll see if it has any success.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants