MythTV – One problem solved
This one didn’t take too long to figure out. A little time with Google and I found the solution. There’s a little perl script that came with MythTV that will create an XML file that mythfilldatabase can use to put the icon information into the DB. It ended up just being two commands, though there are a few holes (mostly local stations). Anyway, here’s what I had to do (because I installed from an RPM my contrib is at the path below):
$ perl /usr/share/doc/mythtv-0.18.1/contrib/mkiconmap.pl Answer the questions $ mythfilldatabase --import-icon-map iconmap.xml --update-icon-map
And just wait for it to run!
Comments
Comment from Mike Golvach
Time May 17, 2008 at 10:09 pm
Hey,
Great tip! It’s a perfect solution and so easy, I can’t believe I didn’t figure it out, myself
Thanks, again,
Mike
Write a comment
You need to login to post comments!


Comment from Oświetlenie Lampy
Time September 20, 2007 at 6:15 pm
Well, I was looking with a Google for the same thing and I have found your page. Many thanks for the solution!