[mythtv-users] mythfilldatabase: how to delete Program Guide

Bruce Markey bjm at lvcm.com
Tue Sep 14 19:08:30 EDT 2004


Abhi wrote:
> Hi,
>    I accidentally downloaded all channels (from labs.zap2it.com) from 
> the lineup using mythfilldatabase. So now the guide contains all these 
> (~500) channels.
...
>    Is there a way to prune the guide? Can I delete some tables from the 
> mysql to delete the guide and then re-run mythfilldatabase?

$ mysql -u mythtv -pmythtv mythconverg
mysql> delete from channel;
mysql> delete from program;
mysql> quit
$ mythfilldatabase

--  bjm



More information about the mythtv-users mailing list