[mythtv-commits] Ticket #4350: Mythweb makes Backend go 100% CPU

MythTV mythtv at cvs.mythtv.org
Sun Dec 30 15:59:34 UTC 2007


#4350: Mythweb makes Backend go 100% CPU
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |        Owner:  janne   
     Type:  defect     |       Status:  accepted
 Priority:  minor      |    Milestone:  0.21    
Component:  mythtv     |      Version:  head    
 Severity:  medium     |   Resolution:          
  Mlocked:  0          |  
-----------------------+----------------------------------------------------

Comment(by quigleymd at hotmail.com):

 If you need to use mythweb's recorded programs page, just comment out the
 line of code that calls the preview generation function. I'm using svn
 15239, and the relevant code is in
 mythweb/modules/tv/includes/objects/Program.php on line 487.

 Just change[[BR]]
 $this->generate_preview_pixmap($width, $height, $secs_in);[[BR]]
 to be[[BR]]
 // $this->generate_preview_pixmap($width, $height, $secs_in);

 This should get you by til the patch is committed :)

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


More information about the mythtv-commits mailing list