[mythtv] MythChannels droped.

Ben Bucksch linux.news at bucksch.org
Mon Aug 18 23:24:25 EDT 2003


Ben Bucksch wrote:

> Your patch:
> -                  " pids "
> +                  " vpids, apids "
> What I asked for instead:
> -                  " pids "
> +                  " pids_vid, pids_aud, pids_ac3, pids_teletext, 
> pids_subtitle, pids_other "

(I should add for understanding: From Ramon's patch:

 CREATE TABLE IF NOT EXISTS channel_dvb
 (
     chanid INT UNSIGNED NOT NULL PRIMARY KEY,
     listingid VARCHAR(20) NULL,
-    pids VARCHAR(50),
+    vpids VARCHAR(50),
+    apids VARCHAR(50),
+    adpids VARCHAR(50),
+    tpids VARCHAR(50),
+    ppids VARCHAR(50),
     freq INT UNSIGNED,

i.e. there were a field added for AC3 etc., which were never used. And 
no field for other PID types.)



More information about the mythtv-dev mailing list