[mythtv-users] Baseball Season

Gregorio Gervasio, Jr. gtgj at pacbell.net
Mon Apr 5 03:48:38 EDT 2004


>>>>> beckham  writes:

mysql> UPDATE program SET title="MLB Baseball (TEX)" WHERE title="MLB Baseball" and subtitle LIKE "%Texas%";

        That's a good work around.  To preserve the start time, you
can add "starttime=starttime":

UPDATE program SET title="MLB Baseball (TEX)", starttime=starttime WHERE title="MLB Baseball" and subtitle LIKE "%Texas%";

Also, you'll want to do this after every run of mythfilldatabase.
-- 
Gregorio Gervasio, Jr.


More information about the mythtv-users mailing list