LinHES Forums http://forum.linhes.org/ |
|
MythDVD Menu problems http://forum.linhes.org/viewtopic.php?f=11&t=14261 |
Page 1 of 1 |
Author: | Yeraze [ Sun Feb 18, 2007 10:07 am ] |
Post subject: | MythDVD Menu problems |
My R5E50 rig is working spectacularly, but I'm having one small issue with DVD's. Whenever I insert a DVD, even though I have the box configured to show the DVD menu (Rip, Play, etc) it goes to the Image Gallery interface showing the VOB files. This is what I want when I insert USB keys and such, but how can I make the DVD menu appear when a disk is inserted? I'm using an IDE DVD drive, if it makes any difference. |
Author: | nigelpearson [ Mon Feb 19, 2007 3:08 am ] |
Post subject: | |
It goes to the gallery because MythTV thinks the disk is a data disk (full of random files). The mount parameters in /etc/fstab are causing the DVD's UDF filesystem to be mounted as ISO9660, which means MythTV isn't finding the directory to decide the volume is a DVD. I haven't got E50 installed, but the fix should be - as root, change these lines: Code: /dev/cdrom /cdrom iso9660 defaults,ro,user,noexec,noauto 0 0 to:/dev/cdrom1 /cdrom1 iso9660 defaults,ro,user,noexec,noauto 0 0 /dev/dvd /dvd iso9660 defaults,ro,user,noexec,noauto 0 0 Code: /dev/cdrom /cdrom udf,iso9660 defaults,ro,user,noexec,noauto 0 0
|
Author: | Yeraze [ Mon Feb 19, 2007 9:48 am ] |
Post subject: | |
That got it. Thanks ![]() |
Page 1 of 1 | All times are UTC - 6 hours |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |