[mythtv-commits] Ticket #6172: disable getPreviewImage when gui option un-checked

MythTV mythtv at cvs.mythtv.org
Sun Jan 25 07:19:11 UTC 2009


#6172: disable getPreviewImage when gui option un-checked
---------------------------------+------------------------------------------
 Reporter:  jrigg at condesinc.com  |       Owner:  ijr    
     Type:  defect               |      Status:  new    
 Priority:  minor                |   Milestone:  unknown
Component:  MythTV - General     |     Version:  head   
 Severity:  low                  |     Mlocked:  0      
---------------------------------+------------------------------------------
 generating preview images in Recordings List takes way too long and the
 checkbox to disable isn't ever used in the code. Add this code to honor
 the checkbox selection:

 in mythtv/programs/mythfrontend/playbackbox.cpp [19810]

 at line 3503 in QString PlaybackBox::getPreviewImage

 +
 +    if (!gContext->GetNumSetting("GeneratePreviewPixmaps",0))
 +        return filename;
 +

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


More information about the mythtv-commits mailing list