<br><br><div class="gmail_quote">On 26 August 2012 22:33, Anthony Giggins <span dir="ltr">&lt;<a href="mailto:seven@seven.dorksville.net" target="_blank">seven@seven.dorksville.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br><br><div class="gmail_quote"><div class="im">On 25 August 2012 13:05, Michael T. Dean <span dir="ltr">&lt;<a href="mailto:mtdean@thirdcontact.com" target="_blank">mtdean@thirdcontact.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div><div>On 08/24/2012 10:50 PM, Anthony Giggins wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I haven&#39;t played DVD&#39;s since 0.23 and I no longer have the Play DVD menu item under Optical Disks which is still mentioned in the wiki (is this still correct?)<br>
<br>
<a href="http://www.mythtv.org/wiki/User_Manual:Daily_Use#Playing_DVDs" target="_blank">http://www.mythtv.org/wiki/<u></u>User_Manual:Daily_Use#Playing_<u></u>DVDs</a><br>
<br>
I have monitor Drives enabled and my drive is working and I can see the DVD mounted under<br>
<br>
/dev/sr0              4.1G  4.1G     0 100% /media/dvd<br>
<br>
aswell as<br>
<br>
UDF-fs: Partition marked readonly; forcing readonly mount<br>
UDF-fs INFO UDF: Mounting volume &#39;TOP_GEAR_POLAR_SPECIAL&#39;, timestamp 2008/01/29 23:50 (1258)<br>
<br>
I am ignoring some devices namely /dev/sdf,/dev/sdg,/dev/sdh (Card Reader devices)<br>
<br>
is this a problem with my theme mythbuntu 25.20 (only updated a few days ago or something else)<br>
</blockquote>
<br></div></div>
Do you have udisks installed and udisksd (and dbus) running properly?  (Just a guess, btw--not sure it&#39;s required, but I have a suspicion it may be related.)<br>
<br>
Mike<br>
<br></blockquote></div><div><br>Nope as far as I can see no udisks or udisksd installed nor can I see a package to install for this on mythdora, as mentioned this was working till I last transplaneted this machine into one with no IDE and therefore my old IDE dvd drive was useless so I finally pony&#39;d up for a blueray burner.<br>

</div></div><br>
</blockquote></div><br>Hmmmmm Looks like the Play DVD menu item is missing from /usr/share/mythtv/themes/defaultmenu/optical_menu.xml<br><br>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; ?&gt;<br>&lt;mythmenu name=&quot;OPTICAL_DISK&quot;&gt;<br>
<br>    &lt;button&gt;<br>        &lt;type&gt;DISC_PLAY&lt;/type&gt;<br>        &lt;text&gt;Play Optical Disc&lt;/text&gt;<br>        &lt;description&gt;Play a film on Blu-ray or DVD&lt;/description&gt;<br>        &lt;action&gt;JUMP Play Disc&lt;/action&gt;<br>
    &lt;/button&gt;<br><br>    &lt;button&gt;<br>        &lt;type&gt;ARCHIVE&lt;/type&gt;<br>        &lt;text&gt;Archive Files&lt;/text&gt;<br>        &lt;description&gt;Write video to a data DVD&lt;/description&gt;<br>        &lt;action&gt;PLUGIN mytharchive&lt;/action&gt;<br>
        &lt;depends&gt;mytharchive&lt;/depends&gt;<br>    &lt;/button&gt;<br><br>    &lt;button&gt;<br>        &lt;type&gt;MUSIC_RIP&lt;/type&gt;<br>        &lt;text&gt;Import CD&lt;/text&gt;<br>        &lt;description&gt;Import music from an audio CD&lt;/description&gt;<br>
        &lt;action&gt;JUMP Rip CD&lt;/action&gt;<br>        &lt;depends&gt;mythmusic&lt;/depends&gt;<br>    &lt;/button&gt;<br><br>    &lt;button&gt;<br>        &lt;type&gt;EJECT&lt;/type&gt;<br>        &lt;text&gt;Eject media&lt;/text&gt;<br>
        &lt;description&gt;Eject Disc from drive&lt;/description&gt;<br>        &lt;action&gt;EJECT&lt;/action&gt;<br>    &lt;/button&gt;<br><br>&lt;/mythmenu&gt;<br><br>However it does exist in /home/mythtv/.mythtv/optical_menu.xml<br>
<br>is there any reason why this wouldn&#39;t be picked up from here?<br>