[mythtv-users] Great source for channel icons (was --> "http://www.lyngsat-logo.com")

Stephen Boddy stephen.boddy at btinternet.com
Wed Dec 21 20:18:58 EST 2005


On Wednesday 21 December 2005 17:16, Matt wrote:
> Channel "AMC" is currently set to "/home/mythtv/.mythtv/channels/amc.jpg"
> Traceback (most recent call last):
>   File "mythalsig.py", line 200, in ?
>     assign_icons(channel_list, icon_dict)
>   File "mythalsig.py", line 127, in assign_icons
>     if master_list[lyngsat_country_code].has_key(channel_set[0]):
> KeyError: 'us-in'

Ah, I see. Yes, that needs a one line fix, prob:
if master_list.has_key(lyngsat_country_code) and  
master_list[lyngsat_country_code].has_key(channel_set[0]):
-- 
Steve Boddy


More information about the mythtv-users mailing list