Difference between revisions of "Eject Button"

From MythTV Official Wiki
Jump to: navigation, search
Line 1: Line 1:
 
[[Category:HOWTO]]
 
[[Category:HOWTO]]
=Adding an Eject button to MythTV=
+
==Adding an Eject button to MythTV==
 
If you find that your DVD is being swallowed up my you Myth box and the eject button fails to return it after its been ripped, then try adding an 'Eject' button to your menu.
 
If you find that your DVD is being swallowed up my you Myth box and the eject button fails to return it after its been ripped, then try adding an 'Eject' button to your menu.
  

Revision as of 12:04, 21 July 2006

Adding an Eject button to MythTV

If you find that your DVD is being swallowed up my you Myth box and the eject button fails to return it after its been ripped, then try adding an 'Eject' button to your menu.

This is quite easy to do. Simply add the following to /usr/share/mythtv/dvdmenu.xml:

<button>
     <type>DVD_EJECT</type>
     <text>Eject DVD</text>
     <action>EXEC eject</action>
</button>

Now you should be able to retrieve your DVD without resorting to the keyboard.