[mythtv-commits] Ticket #3143: imdp.pl plot summary fix

MythTV mythtv at cvs.mythtv.org
Mon Feb 26 21:40:43 UTC 2007


#3143: imdp.pl plot summary fix
-----------------------------+----------------------------------------------
 Reporter:  ianan at cfiii.com  |       Owner:  awithers
     Type:  patch            |      Status:  new     
 Priority:  minor            |   Milestone:  unknown 
Component:  mythvideo        |     Version:  0.20    
 Severity:  medium           |  
-----------------------------+----------------------------------------------
 143        my $plot = parseBetween($response, ">Plot Outline:</h5> ",
 "</div>");
 144        if (!$plot) {
 145           $plot = parseBetween($response, ">Plot Summary:</b> ",
 "<br>");

 change to

 143        my $plot = parseBetween($response, ">Plot Outline:</h5> ",
 "</div>");
 144        if (!$plot) {
 145           $plot = parseBetween($response, ">Plot Summary:</h5> ",
 "</div>");

 This fixes the few movies that still have Plot Summary. (e.g. 0120657)

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3143>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list