With the following code, I can now get the abc's to scan in but not 10,11 or one hd. Somethings a bit screwy.
Code:
<?xml version="1.0" encoding="UTF-8"?>
<!-- useable flags are
1: Network Scan
2: use BAT
4: use ONIT
8: skip NITs of known networks
and combinations of this.
-->
<!-- transponder parameters:
bandwidth: 0 = 8 MHz, 1 = 7 MHz, 2 = 6 MHz, 3 = Auto (unsupported, default)
constellation: 0 = QPSK, 1 = 16-QAM (default), 2 = 64-QAM, 3 = Auto
code_rate_{lp,hp}: 0 = 1/2, 1 = 2/3, 2 = 3/4, 3 = 5/6, 4 = 7/8, 5 = Auto (default), 6 = None
guard_interval: 0 = 1/32, 1 = 1/16, 2 = 1/8, 3 = 1/4, 4 = Auto (default)
transmission_mode: 0 = 2K, 1 = 8K, 2 = Auto (default)
hierarchy_information: 0 = None, 1 = 1, 2 = 2, 3 = 4, 4 = Auto (default)
inversion: 0 = Off, 1 = On, 2 = Auto (default)
-->
<!--
Please report missing frequencies and pointers to regional
standards to http://www.dream-multimedia-tv.de/board/
-->
<locations>
<terrestrial name="Australia: DVB-T Frequencies" flags="5">
<transponder centre_frequency="177500000" bandwidth="1" constellation="3"/>
<transponder centre_frequency="184500000" bandwidth="1" constellation="3"/>
<transponder centre_frequency="191500000" bandwidth="1" constellation="3"/>
<transponder centre_frequency="198500000" bandwidth="1" constellation="3"/>
<transponder centre_frequency="205500000" bandwidth="1" constellation="3"/>
<transponder centre_frequency="212500000" bandwidth="1" constellation="3"/>
<transponder centre_frequency="219500000" bandwidth="1" constellation="3"/>
<transponder centre_frequency="226500000" bandwidth="1" constellation="3"/>
<transponder centre_frequency="529500000" bandwidth="1" constellation="3"/>
<transponder centre_frequency="536500000" bandwidth="1" constellation="3"/>
<transponder centre_frequency="543500000" bandwidth="1" constellation="3"/>
<transponder centre_frequency="550500000" bandwidth="1" constellation="3"/>
<transponder centre_frequency="557500000" bandwidth="1" constellation="3"/>
<transponder centre_frequency="564500000" bandwidth="1" constellation="3"/>
<transponder centre_frequency="571500000" bandwidth="1" constellation="3"/>
<transponder centre_frequency="578500000" bandwidth="1" constellation="3"/>
<transponder centre_frequency="585500000" bandwidth="1" constellation="3"/>
<transponder centre_frequency="592500000" bandwidth="1" constellation="3"/>
<transponder centre_frequency="599500000" bandwidth="1" constellation="3"/>
<transponder centre_frequency="606500000" bandwidth="1" constellation="3"/>
<transponder centre_frequency="613500000" bandwidth="1" constellation="3"/>
<transponder centre_frequency="620500000" bandwidth="1" constellation="3"/>
<transponder centre_frequency="627500000" bandwidth="1" constellation="3"/>
<transponder centre_frequency="634500000" bandwidth="1" constellation="3"/>
<transponder centre_frequency="641500000" bandwidth="1" constellation="3"/>
<transponder centre_frequency="648500000" bandwidth="1" constellation="3"/>
<transponder centre_frequency="655500000" bandwidth="1" constellation="3"/>
<transponder centre_frequency="662500000" bandwidth="1" constellation="3"/>
<transponder centre_frequency="669500000" bandwidth="1" constellation="3"/>
<transponder centre_frequency="676500000" bandwidth="1" constellation="3"/>
<transponder centre_frequency="683500000" bandwidth="1" constellation="3"/>
<transponder centre_frequency="690500000" bandwidth="1" constellation="3"/>
<transponder centre_frequency="697500000" bandwidth="1" constellation="3"/>
<transponder centre_frequency="704500000" bandwidth="1" constellation="3"/>
<transponder centre_frequency="711500000" bandwidth="1" constellation="3"/>
<transponder centre_frequency="718500000" bandwidth="1" constellation="3"/>
<transponder centre_frequency="725500000" bandwidth="1" constellation="3"/>
<transponder centre_frequency="732500000" bandwidth="1" constellation="3"/>
<transponder centre_frequency="739500000" bandwidth="1" constellation="3"/>
<transponder centre_frequency="746500000" bandwidth="1" constellation="3"/>
<transponder centre_frequency="753500000" bandwidth="1" constellation="3"/>
<transponder centre_frequency="760500000" bandwidth="1" constellation="3"/>
<transponder centre_frequency="767500000" bandwidth="1" constellation="3"/>
<transponder centre_frequency="774500000" bandwidth="1" constellation="3"/>
<transponder centre_frequency="781500000" bandwidth="1" constellation="3"/>
<transponder centre_frequency="788500000" bandwidth="1" constellation="3"/>
<transponder centre_frequency="795500000" bandwidth="1" constellation="3"/>
<transponder centre_frequency="802500000" bandwidth="1" constellation="3"/>
<transponder centre_frequency="809500000" bandwidth="1" constellation="3"/>
<transponder centre_frequency="816500000" bandwidth="1" constellation="3"/>
</terrestrial>
</locations>
Bookmarks