The attached patch against current cvs adds "Cable (QAM-64)" as a selectable type for the ATSC scan wizard and renames the previous "Cable" option to "Cable (QAM-256)".
-- Jarod Wilson [EMAIL PROTECTED]
Index: libs/libmythtv/siscan.cpp
===================================================================
RCS file: /var/lib/mythcvs/mythtv/libs/libmythtv/siscan.cpp,v
retrieving revision 1.8
diff -r1.8 siscan.cpp
293c293,299
< NamePrefix = "QAM Channel";
---
> NamePrefix = "QAM-256 Channel";
> break;
> case 2:
> curList = chanlists[2].list;
> transportsCount = transportsToScan = chanlists[2].count;
> Modulation = "qam_64";
> NamePrefix = "QAM-64 Channel";
Index: libs/libmythtv/scanwizard.h
===================================================================
RCS file: /var/lib/mythcvs/mythtv/libs/libmythtv/scanwizard.h,v
retrieving revision 1.3
diff -r1.3 scanwizard.h
117c117
< enum Type {Terrestrial,Cable} ;
---
> enum Type {Terrestrial,Cable-QAM-256,Cable-QAM-64} ;
120,121c120,122
< addSelection(tr("Terrestrial"),QString::number(Terrestrial),true);
< addSelection(tr("Cable"),QString::number(Cable));
---
> addSelection(tr("Terrestrial (8VSB)"),QString::number(Terrestrial),true);
> addSelection(tr("Cable (QAM-256)"),QString::number(Cable-QAM-256));
> addSelection(tr("Cable (QAM-64)"),QString::number(Cable-QAM-64));
124c125
< setHelpText(QObject::tr("ATSC transport, cable or terrestrial"));
---
> setHelpText(QObject::tr("ATSC transport, Terrestrial (8VSB), Cable (QAM-256) or Cable (QAM-64)."));
pgpW8N8bteWFt.pgp
Description: PGP signature
_______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
