[mythtv-commits] Ticket #4718: DVD playback: don't assume that device name starts with /

MythTV mythtv at cvs.mythtv.org
Sun Jun 22 11:28:16 UTC 2008


#4718: DVD playback: don't assume that device name starts with /
-----------------------------+----------------------------------------------
 Reporter:  andrei at tanas.ca  |        Owner:  nigel   
     Type:  patch            |       Status:  assigned
 Priority:  minor            |    Milestone:  unknown 
Component:  mythtv           |      Version:  head    
 Severity:  medium           |   Resolution:          
  Mlocked:  0                |  
-----------------------------+----------------------------------------------

Comment(by skamithi):

 nigel, i added 2 debugs around the remove(0,5) function. the initial "/"
 is removed causing a file path check failure. this file is played from my
 mythvideo gallery. I can also reproduce the problem by typing
 {{{
 mythtv dvd:/home/mythtv/videos/KOIR
 }}}


 {{{
 2008-06-22 07:18:11.762 XMLParse::LoadTheme using
 /usr/share/mythtv/themes/default/video-ui.xml
 2008-06-22 07:18:15.557 TV: Attempting to change from None to
 WatchingPreRecorded
 2008-06-22 07:18:15.557 DELETE ME BEFORE "remove" filename is
 dvd:/home/mythtv/videos/KOIR
 2008-06-22 07:18:15.557 DELETE ME AFTER "remove" filename is
 home/mythtv/videos/KOIR
 libdvdnav: Using dvdnav version 0.1.10-xine from http://xine.sf.net
 libdvdread: Using libdvdcss version 1.2.9 for DVD access
 libdvdread: Could not open /dev/dvd with libdvdcss.
 libdvdread: Can't open /dev/dvd for reading
 libdvdnav: vm: faild to open/read the DVD
 2008-06-22 07:18:15.605 Failed to open DVD device at /dev/dvd
 }}}

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/4718#comment:7>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list