Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'A Python script to back up DVDs to MP4 files' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A Python script to back up DVDs to MP4 files
Authored by: enoch111 on May 30, '07 10:39:53AM

Does this run automatically when the DVD is inserted?

Also, would it be possible to have it eject the DVD once the rip is finished? I have no idea about programming anything, so if that's a stupid question as to the capabilities of python, I apologize. :)

jason



[ Reply to This | # ]
A Python script to back up DVDs to MP4 files
Authored by: berndtj on May 30, '07 07:00:22PM

There is a way to eject afterward using diskutil, but I'm not sure what the command is.

I have the script hooked up to sofa control to run, but you could install a folder action to have it run everytime you insert a DVD. If you figure it out, add it as a comment.



[ Reply to This | # ]