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: bhammond on Jun 05, '07 07:40:54AM
just add this to the end of the file:

os.popen("diskutil eject '%s'" % (infile))


[ Reply to This | # ]
A Python script to back up DVDs to MP4 files
Authored by: bhammond on Jun 05, '07 07:44:01AM

oops, that was supposed to be in response to the user that wanted the disk ejected after ripping successfully finished.



[ Reply to This | # ]