[mythtv-users] Eject DVD drive after ripping dvd

Marco Nelissen marcone at xs4all.nl
Tue Jul 25 15:41:41 UTC 2006


>I am wondering if there is a setting that I have overlooked that ejects 
>the dvd drive after ripping a movie.
>
>Is there one that I overlooked?
>
>Right now I created  a script with the following in it:
>
>#!/bin/bash
>eject
>
>
>to try to eject the cdrom....

There is no such setting. In addition, there's a bug in 0.19 mtd
that keeps the device-driver opened after it's done ripping, which
prevents ejecting the disc (this is fixed in 0.20, as far as I can
tell from svn).
You might just want to patch your local sources to close the device
driver and open the tray when it's done ripping. That's what I did.



More information about the mythtv-users mailing list