<DIV>Hi,</DIV> <DIV> </DIV> <DIV>I didn't come up with this but here it is:(It was provided by SF Basilix). I hope it will help you, it did help me out:</DIV> <DIV> </DIV> <DIV>For anyone else who was trying to get this to work,<BR>there is a fix. Mythtv's mkiconmap.pl script actually<BR>calls XMLTV's tv_grab_na_icons. It was actually this<BR>script that was using the old web-page's format, not<BR>mkiconmap.pl. The developers for XMLTV have quickly<BR>fixed this code to reflect the changes on zap2it's<BR>website. (Thanks!) So to fix this, you have to<BR>download the new code found here: <BR><A href="http://snapshot.xmltv.org/" target=_blank><FONT color=#003399>http://snapshot.xmltv.org</FONT></A><BR><BR>For those who have installed mythtv from packages,<BR>you'll need to do a few things first. Before you can<BR>do anything with this, perl will need some modules to<BR>get this compiled correctly (XML::Writer and<BR>XML::Twig, if you
don't already have them installed). <BR>For those who would like to use Perl's CPAN, run this:<BR><BR># perl -MCPAN -eshell<BR><BR>(go through the questions if it's the first time you<BR>are running this. If you're not sure what answers to<BR>provide, go with the defaults)<BR><BR>Once you get through all the questions, you should see<BR>a cpan> prompt. Next,<BR><BR>cpan> install XML::Writer<BR>cpan> install XML::Twig<BR>cpan> quit<BR><BR>Now go ahead and untar/uncompress the file downloaded<BR>above and run:<BR><BR>perl Makefile.PL<BR>make<BR>make test<BR>make install<BR><BR>Now you can run the mkiconmap.pl script and then<BR>import it into the database. (sample below)<BR><BR>$ mkiconmap.pl --grab --share=/tmp --out=iconmap.xml<BR>$ mythfilldatabase --import-icon-map iconmap.xml<BR>-update-icon-map<BR><BR>Works like a charm.<BR><BR><BR><BR><BR><B><I>cweisiger@i-55.com</I></B> wrote:</DIV> <BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px;
MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">Anyone else getting a Invalid Zip Code error when trying to download the <BR>channel lineup icons? No matter what zip code i use it tells me invalid zip <BR>code.<BR>_______________________________________________<BR>mythtv-users mailing list<BR>mythtv-users@mythtv.org<BR>http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users<BR></BLOCKQUOTE><BR>