<br><br><div class="gmail_quote">On 26 August 2012 22:33, Anthony Giggins <span dir="ltr"><<a href="mailto:seven@seven.dorksville.net" target="_blank">seven@seven.dorksville.net</a>></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"><<a href="mailto:mtdean@thirdcontact.com" target="_blank">mtdean@thirdcontact.com</a>></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't played DVD'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 'TOP_GEAR_POLAR_SPECIAL', 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'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'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><?xml version="1.0" encoding="UTF-8" ?><br><mythmenu name="OPTICAL_DISK"><br>
<br> <button><br> <type>DISC_PLAY</type><br> <text>Play Optical Disc</text><br> <description>Play a film on Blu-ray or DVD</description><br> <action>JUMP Play Disc</action><br>
</button><br><br> <button><br> <type>ARCHIVE</type><br> <text>Archive Files</text><br> <description>Write video to a data DVD</description><br> <action>PLUGIN mytharchive</action><br>
<depends>mytharchive</depends><br> </button><br><br> <button><br> <type>MUSIC_RIP</type><br> <text>Import CD</text><br> <description>Import music from an audio CD</description><br>
<action>JUMP Rip CD</action><br> <depends>mythmusic</depends><br> </button><br><br> <button><br> <type>EJECT</type><br> <text>Eject media</text><br>
<description>Eject Disc from drive</description><br> <action>EJECT</action><br> </button><br><br></mythmenu><br><br>However it does exist in /home/mythtv/.mythtv/optical_menu.xml<br>
<br>is there any reason why this wouldn't be picked up from here?<br>