[mythtv-commits] Ticket #7550: Icon download should allow forced custom search

MythTV mythtv at cvs.mythtv.org
Thu Nov 12 04:48:31 UTC 2009


#7550: Icon download should allow forced custom search
-----------------------------------+----------------------------------------
 Reporter:  scottadmi@…            |       Owner:  ijr   
     Type:  enhancement            |      Status:  new   
 Priority:  minor                  |   Milestone:  0.22.1
Component:  MythTV - Mythtv-setup  |     Version:  0.22  
 Severity:  low                    |     Mlocked:  0     
-----------------------------------+----------------------------------------
 Currently, there is no way to force a manual search for a channel icon
 download if one is automatically selected for a channel. This causes
 problems if an incorrect one is automatically assigned to channel and you
 want to enter the screen to select from options by hand. A good resolution
 would be to leave the existing behavior as is for choosing download all
 icons or rescan for missing icons, but if "Download icon for <channel>" is
 selected from the popup, it could force it to go to the manual
 search/selection screen to allow correction of incorrect icons which were
 auto-selected.

 Fix to implement this:

 In programs/mythtv-setup/importicons.cpp - line 368.

 Replace

 {{{
 if (!findmissing((*m_iter).strIconCSV))
 }}}

 With

 {{{
 if (!findmissing((*m_iter).strIconCSV) || !name.isEmpty())
 }}}

 This forces custom searching on single channel icon download.

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


More information about the mythtv-commits mailing list