[mythtv-commits] Ticket #3559: mythfrontend should use the eject command not myth's eject function

MythTV mythtv at cvs.mythtv.org
Mon Jun 4 14:08:50 UTC 2007


#3559: mythfrontend should use the eject command not myth's eject function
-------------------------+--------------------------------------------------
 Reporter:  anonymous    |       Owner:  ijr    
     Type:  enhancement  |      Status:  new    
 Priority:  minor        |   Milestone:  unknown
Component:  mythtv       |     Version:  unknown
 Severity:  medium       |  
-------------------------+--------------------------------------------------
 Mythtv's frontend application uses a build in function eject to eject the
 media drive. Unfortunetly it looks like there are lots of problems with
 getting this to work if the system automounts. There are a few different
 hacks that people have used to get the eject menu item to work. Both
 involve editing the eject action in /usr/share/mythtv/optical_menu.xml.
 Some users change the action to EXEC umount /dev/dvd; eject, but most
 users seem to be changing this to EXEC eject. The system's eject
 application seems to be a lot more reliable than myth's. Using this line I
 was able to get the eject menu to work. This is a big deal for those of
 use with htpc cases that don't have buttons.



 from optical_menu.xml

 <button>
       <type>EJECT</type>
       <text>Eject media</text>
       <text lang="SV">Mata ut</text>
       <text lang="ES">Expulsar medios</text>
       <text lang="RU">Достать диск</text>
       <action>EXEC eject</action>
    </button>

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3559>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list