Hey all,<br><br>I have a pair of HVR-1600's working fine. There is no amount of automatic channel scanning either in mythtv or out that produces workable data so I've done a ton of manual work getting all the channel info.<br>
<br>w_scan produced a channel.conf file with 413 entries so I used a list of QAM stations for my cable company from the internet to trim it down to 44. I used a script to save an mpeg from each to further eliminate 1 channel so I have 43 that tune. I compared the list to zap2it listings to get the actually listing channel. Then I used the standard cable frequency tables to calculate the frequencies and lastly used a vlookup in a spreadsheet table to match the calculated frequencies and channels to those in the w_scan file to complete :Modulation:VID:AID:PID. Outputing this channels.conf file into .mplayer folder I am able to correctly tune mplayer to every channel I expect. <br>
<br>Now mythtv channel scanner gives me the option to import this hard work but then goes ahead and scans anyway for the channels and gets them all completely wrong. So I'm trying to figure out the database scheme to manually insert the channels. I already have two sources (Analog, and Digital Listing). I added another one (DVB Listings) which is the same as the Digital Listings with the plan to import my channels.conf and delete out the channels not in the clear. What tables and fields do I need to put my info in to get the frequencies, :Modulation:VID:AID:PID, and link them to a listing channel? For anyone that wants it, here's my channels.conf (second column)<br>
<br>Call-Sign Channel.conf Line<br>VODDM 1:591000000:QAM_256:4689:4690:50<br>CSPAN 2:591000000:QAM_256:4065:4066:11<br>KTVK 3:669000000:QAM_256:1540:1541:10<br>WGNAMER 4:711000000:QAM_256:3969:3970:5<br>KPHO 5:669000000:QAM_256:1520:1521:7<br>
KASW 6:561000000:QAM_256:3969:3970:5<br>COX7 7:585000000:QAM_256:5121:5122:77<br>KAET 8:669000000:QAM_256:940:941:5<br>KUTP 9:669000000:QAM_256:1510:1511:1<br>KSAZ 10:669000000:QAM_256:1580:1581:9<br>GOAC011 11:669000000:QAM_256:65:68:4<br>
KPNX 12:669000000:QAM_256:1590:1591:8<br>KAZT 13:561000000:QAM_256:4001:4002:7<br>AZNC 14:699000000:QAM_256:3969:3971:5<br>KNXV 15:669000000:QAM_256:1600:1601:6<br>TBSP 16:699000000:QAM_256:4049:4050:10<br>
KPPX 17:561000000:QAM_256:3985:3986:6<br>KTVW 19:561000000:QAM_256:4017:4018:8<br>KTAZ 20:711000000:QAM_256:3953:3954:4<br>KPAZ 21:561000000:QAM_256:3953:3954:4<br>KAETDT2 80:513000000:QAM_256:65:68:3<br>KPNXDT2 83:513000000:QAM_256:67:70:4<br>
KPHODT2 85:519000000:QAM_256:65:68:4<br>KAETDT3 88:513000000:QAM_256:81:84:5<br>KAZTDT2 93:537000000:QAM_256:65:68:4<br>KNXVDT2 95:519000000:QAM_256:81:84:5<br>HSN 96:477000000:QAM_256:4273:4274:24<br>TVGNP 97:711000000:QAM_256:3937:3938:3<br>
QVC 98:585000000:QAM_256:4081:4082:12<br>EDAC099 99:669000000:QAM_256:49:52:3<br>COXMCTV 115:675000000:QAM_256:3921:3922:2<br>GOAC123 123:591000000:QAM_256:3969:3970:5<br>KTVKDT 703:525000000:QAM_256:49:52:1<br>
KPNXDT 705:519000000:QAM_256:51:54:2<br>KASWDT 706:507000000:QAM_256:51:53:2<br>KAETDT 708:513000000:QAM_256:51:53:1<br>KUTPDT 709:525000000:QAM_256:51:53:3<br>KSAZDT 710:507000000:QAM_256:49:52:1<br>KPNXDT 712:513000000:QAM_256:49:52:2<br>
KAZTDT 713:537000000:QAM_256:49:52:1<br>KNXVDT 715:519000000:QAM_256:49:52:1<br>KPPXDT 717:531000000:QAM_256:49:52:1<br>KTVWDT 719:531000000:QAM_256:51:53:2<br><br>Thanks for any help!<br>