2009-02-23, 02:37 AM
pcostanza Wrote:So, how would an high level, no programming experienced idiot like me take the mdb file I just got in WinTV and make my own qam.ini file? Better yet, if my 2250 works fine in XP and scans just great in GBPVR, how can I use the BDA migration tool to take into GBPVR in Vista and/or W7?
First, I used WinTV6, not sure if they changed the schema for WinTV7, second, I use XP, not sure if this will work in Vista the same way.
- If you don't have MS Access, download MDBPlus (this tool will allow you to execute SQL against a .mdb and export the results as a text file)
- In MSAccess (or MDBPlus), execute the query in the prior post. This will create a result set of valid frequencies.
- Export the list to a text file. In my case, this created a file with 18 frequencies in it.
Code:
97250
553250
559250
571250
589250
625250
631250
661250
667250
697250
703250
709250
715250
721250
733250
739250
745250
751250
- Edit the text file created and add the following to the top:
Code:
[CABTYPE]
1=All Countries
2=All Frequencies
[DVB]
0=xx
[/INDENT]
- For each entry in the list, prefix frequency with entry number and =. and end it with ,0,0 as follows:
Code:
1=97250,0,0
2=553250,0,0
3=559250,0,0
4=571250,0,0
...
18=751250,0,0
[/INDENT]
- Copy (or rename) the file as qam.ini in your BDA directory. In my case, it was gbpvr/BDA/ATSC/qam.ini.
- Run the GBPVR config program and perform a channel scan. You may want to delete (or rename the exisiting .cache file first).
ex:
[SIZE=2]T:667250,0,0~P:2~V:2368~A:2369~PMT:54~PCR:2368~N:>667250.2 Unknown4* (000(AC3))[/SIZE]
[SIZE=2]I edited the cache file and removed all the dead entries (ones's without the *), then manaully mapped each channel to a physical entry in the EPG.
At some point, I may write a program to do all the above steps, but at this point I don't have time....[/SIZE]