id summary reporter owner description type status priority milestone component version severity resolution keywords cc mlocked 7550 Icon download should allow forced custom search scottadmi@… Isaac Richards "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 "" 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." enhancement closed minor 0.24 MythTV - Mythtv-setup 0.22 low wontfix 0