[mythtv-users] ANNOUNCE: mythalsig v2.2 (Icon grabber)

Dan Wilga mythtv-users at dwilga-linux1.amherst.edu
Thu May 11 09:08:19 EDT 2006


Suggestion: how about an option to only have it look for icons for 
those channels that are currently without one? I did this by adding a 
WHERE clause to the SQL statement:

         if sourceid:
             query = query + ''' WHERE sourceid = "%s";''' % (sourceid)
         else:
+           query = query + ''' WHERE icon = "";'''

-- 
Dan Wilga                                                        "Ook."


More information about the mythtv-users mailing list