[mythtv-users] Duplicate channels?

Xavier Hervy maxpower44 at tiscali.fr
Wed Jun 16 10:19:38 EDT 2004


Vincent K. Britton wrote:

> One of my channels isn’t getting any data.  Meaning that on the guide 
> there is “no data”
> 
>  
> 
> It is channel 15.  When I view the guide with mythweb there are 2 
> channels 15’s?  Both with no data. 
> 
>  
> 
> So I assumed that I need to delete the channel that doesn’t exist.  
> However when I go to Settings/channels (in MythWeb).  It only shows the 
> one (correct) channel 15.  How do I fix this remotely, as I am not by my 
> computer right now and only have http/telnet(ssh) access to it.
> 
>  
> 
> Vince
> 

with telnet, you can acced to mysql inconsole mode.
example : mysql mythconverg

then "select * from channel;" to show the channel table and read the 
chanid that you should delete
the "delete from channel where chanid = 10"

if 10 is the chanid fields of channel you would delete

voila

Xavier





More information about the mythtv-users mailing list