[mythtv-commits] Ticket #1499: Myth fails to detect DVD insertion

MythTV mythtv at cvs.mythtv.org
Sun Mar 12 17:22:32 UTC 2006


#1499: Myth fails to detect DVD insertion
----------------------+-----------------------------------------------------
 Reporter:  raptorjr  |       Owner:  ijr    
     Type:  defect    |      Status:  new    
 Priority:  minor     |   Milestone:  unknown
Component:  mythtv    |     Version:  head   
 Severity:  low       |  
----------------------+-----------------------------------------------------
 When inserting a DVD, Myth is looking for a VIDEO_TS folder to launch the
 right handler. But this comparision is not case insensitive. If the DVD
 contains a video_ts folder Myth fails to detect that it is a DVD that was
 inserted.

 I tried to change the #define PATHTO_DVD_DETECT "/VIDEO_TS" in
 mythcdrom.cpp to "/video_ts". And now my DVDs get detected. Someone a
 little more in to programming could probably make the changes so that Myth
 makes a case insensitive comparison instead. So both VIDEO_TS and video_ts
 DVDs get detected.

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/1499>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list