[mythtv] Bug report: Channel ordering not read from database

Mike Thomson linux at m-thomson.net
Tue Apr 1 22:19:49 EST 2003


Hi Andy

I too was puzzled by this behaviour. I'm in tv_grab_uk land, and I have the
following defined:

(from mysqldump)
--
-- Dumping data for table 'channel'
--
/*!40000 ALTER TABLE channel DISABLE KEYS */;
LOCK TABLES channel WRITE;
INSERT INTO channel VALUES (3,'43',2,'ITV','ITV1 (ITV1
London)','/home/michthom/.mythtv/channels/logo-49.gif',0,NULL,'carlton.com',
32768,32768,32768),(4,'50',2,'C4','Channel
4','/home/michthom/.mythtv/channels/logo-53.gif',0,NULL,'channel4.com',32768
,32768,32768),(1,'40',2,'BBC1','BBC1 (South
East)','/home/michthom/.mythtv/channels/logo-16.gif',0,NULL,'south-east.bbc1
.bbc.co.uk',32768,32768,32768),(2,'46',2,'BBC2','BBC2 (South
East)','/home/michthom/.mythtv/channels/logo-30.gif',0,NULL,'south-east.bbc2
.bbc.co.uk',32768,32768,32768);
UNLOCK TABLES;
/*!40000 ALTER TABLE channel ENABLE KEYS */;

Thus I expect to see:

BBC 1
BBC 2
ITV
C4

But what I get in the EPG is:

BBC 1
ITV
BBC 2
C4

Did this help?
Mike



> Date: Sat, 29 Mar 2003 01:45:49 -0500
> From: Andy Davidoff <dert at pobox.com>
> To: Development of mythtv <mythtv-dev at snowman.net>
> Subject: Re: [mythtv] Bug report: Channel ordering not read from database
>
> Can you verify that this is not working and provide more detail? ...
> 
> #if Christoph Rasim /* Mar 20, 22:01 */
>> trying to find out why changing channels does not use the order I
>> configured in the setup, ...
> #endif /* christoph at rasim.net */



More information about the mythtv-dev mailing list