[mythtv-commits] Ticket #3217: Mythweb writes 0 size png thumbnails files in data/cache directory

MythTV mythtv at cvs.mythtv.org
Fri Apr 6 09:03:36 UTC 2007


#3217: Mythweb writes 0 size png thumbnails files in data/cache directory
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |        Owner:  xris      
     Type:  defect     |       Status:  closed    
 Priority:  minor      |    Milestone:  unknown   
Component:  mythweb    |      Version:  head      
 Severity:  low        |   Resolution:  worksforme
-----------------------+----------------------------------------------------

Comment(by anonymous):

 I have been experiencing the same problem for a while now.  Below is from
 SVN 13187 (I updated both mythtv and mythplugins a few hours ago).

 Changing line 300 of modules/tv/tmpl/default/recorded.php from
 {{{
 ><img src="<?php echo $show->thumb_url(100,0) ?>"></a>
 }}}
 to
 {{{
 ><img src="<?php echo $show->thumb_url(160,120) ?>"></a>
 }}}
 prevents the problem.

 From the above comment by Xris, it would appear something is going wrong
 with the "pick the appropriate height for the aspect ratio" code.  Forcing
 the size makes it all work.

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


More information about the mythtv-commits mailing list