LinHES Forums
http://forums.linhes.org/

Finally - DVD ripping has returned. EJECT issue fix
http://forums.linhes.org/viewtopic.php?f=21&t=23924
Page 1 of 1

Author:  nbdwt73 [ Sun Jan 05, 2014 9:38 am ]
Post subject:  Finally - DVD ripping has returned. EJECT issue fix

Actually, I think this feature returned on an earlier recent release but I missed it until now. We lost this feature back in .23 (I think) and I missed it. I began using it again in linHES 8.

There is an issue for some with ejecting a DVD after viewing or burning. Below is an easy fix.

  • create a script (I named mine "eject.sh") and put it in a folder (I used /usr/local/bin) - fix permissions
    Code:
      #!/bin/sh
      /usr/bin/eject

  • Alter /usr/share/mythtv/themes/defaultmenu/optical_menu.xml
    Code:
        <button>
            <type>EJECT</type>
            <text>Eject media</text>
            <description>Eject Disc from drive</description>
            <action>EXEC sudo /usr/local/bin/eject.sh</action>
        </button>

This fix will be overwritten with updates so you should save this somewhere...

Author:  jams [ Sun Jan 05, 2014 11:48 am ]
Post subject:  Re: Finally - DVD ripping has returned. EJECT issue fix

To prevent it from being overwritten the file can also be copied to /home/mythtv/.mythtv

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/