[mythtv-users] need help with scte65scan, PSIP, and HD channels

Matt W mwood23 at gmail.com
Thu Feb 4 15:54:43 UTC 2010


On Thu, Feb 4, 2010 at 2:01 AM, Jim Beckett <beckett.jim at gmail.com> wrote:
> Matt,
>
> I know that you stated you used the -p option to get the PSIP info when you
> created the table file, but did you include it in the sql generation
> command?
>
> scte65scan -p -V 3013 -f4 us-Cable-Standard-center-frequencies-QAM256 >
> myth-svct.sql
>
>
> I just ran through it on my system, and the PSIP channels show up in my sql
> file. (VCT_ID 3003):
>
> $ ./scte65scan -p -V 3003 -f4 us-Cable-Standard-center-frequencies-QAM256 >
> myth-svct.sql
>
> $ cat myth-svct.sql
> -- VCT_ID 3003 (0x0bbb) at 123012500hz, version 19
>
> UPDATE channel SET mplexid=15,serviceid=1,channum='2',callsign='KATU
> (abc)' WHERE freqid=2 AND sourceid=1;
>
> UPDATE channel SET mplexid=15,serviceid=3,channum='3',callsign='KRCW   (wb)'
> WHERE freqid=3 AND sourceid=1;
>
> <snip>
>
> UPDATE channel SET
> mplexid=100,serviceid=391,channum='3900',callsign='dta_cdl' WHERE
> freqid=3900 AND sourceid=1;
>
> <snip>
>
> -- PSIP section
>
> UPDATE channel SET callsign='OPB-HD',serviceid=13,mplexid=(SELECT mplexid
> FROM dtv_multiplex WHERE frequency=123012500) WHERE channum='10.1' AND
> sourceid=1;
>
> UPDATE channel SET callsign='OPBPlus',serviceid=14,mplexid=(SELECT mplexid
> FROM dtv_multiplex WHERE frequency=123012500) WHERE channum='10.3' AND
> sourceid=1;
>
> <snip>
> I'm using scte65scan-0.2.1 if the version might be a problem...
>
> -Jim

yep. definitely v. 0.2.1 here.  I did do the -p flag for the sql
generation phase.  But one thing I did to try to speed up the process
was use a handmade itfile with only the frequency 'hits' that I had
obtained.  I'll run it again this time using the who US-cable itfile
but I'm not sure it will make a difference.  will report here.


More information about the mythtv-users mailing list