[mythtv] [Experimental PATCH] BIG DVB PATCH V3.0

Jesper Sörensen jesper at datapartner.se
Tue Dec 14 13:34:28 UTC 2004


Taylor Jacob wrote:

>DVB Patch v3.0 has been placed on my website.
>

Just a few quick notes.

1) If you want to upgrade your database from patch 2.1 to 3 you can use 
the following commands:

RENAME TABLE dvb_transport TO dtv_multiplex;
ALTER TABLE dtv_multiplex CHANGE COLUMN dvb_tid mplexid SMALLINT(6);
ALTER TABLE channel CHANGE COLUMN dvb_tid mplexid SMALLINT(6);

2) Someone just did a change to dbcheck.cpp so the patch probably won't 
work with HEAD from Myth CVS. Please use CVS from Dec 12 and it should work.

3) The web site is at "http://www.digitalregime.com/mythdvb/". Go get it 
while it's hot!!

Many thanks Taylor, and John, for your hard work! It's much appreciated.



More information about the mythtv-dev mailing list