[mythtv-users] MythWeb Update REcording schedule does not work

Michael T. Dean mtdean at thirdcontact.com
Sun Apr 15 17:41:02 UTC 2007


On 04/15/2007 01:34 PM, Chris Isip wrote:
> Is there an sql query to list these phantom channels? I use zap2it for 
> listings by the way.

Easiest approach is probably:

SELECT COUNT(*) FROM channel;

and compare it to the number of channels you think you have.  You could 
also just do a "SELECT channum, callsign, name FROM channel;" and look 
it over.

The best way to verify what you have (for video sources, input 
connections, and channels) is correct is 
http://www.gossamer-threads.com/lists/mythtv/users/261405#261405 (only 
the "Delete All" part if you're using analog--and don't do a channel 
scan for analog--use "Fetch channels from listings provider" or whatever).

Mike


More information about the mythtv-users mailing list