[mythtv-users] HDHomeRun cable TV channel setup problem/frustration

Brian Walter blwalter at gmail.com
Thu Sep 27 14:49:32 UTC 2007


f-win at gmx.net wrote:
> Hello,
>
> I am stuck installing my HDHomeRun with mythtv. The HDHomeRun is connected to Cox Cable to record the unencrypted HD channels.
>
> I followed the only instructions and did a channel scan with the following results
>
> mysql> select chanid,channum,freqid,callsign,name from channel where sourceid = 3;
> +--------+---------+--------+--------------+--------------+
> | chanid | channum | freqid | callsign     | name         |
> +--------+---------+--------+--------------+--------------+
> |  13080 | 1008.0  | 115    | 13080        |              |
> |   3832 | 83#2    | 83     | UNKNOWN83#2  | UNKNOWN83#2  |
> |   3831 | 83#1    | 83     | UNKNOWN83#1  | UNKNOWN83#1  |
> |   3871 | 87#1    | 87     | UNKNOWN87#1  | UNKNOWN87#1  |
> |   3872 | 87#2    | 87     | UNKNOWN87#2  | UNKNOWN87#2  |
> |   3873 | 87#3    | 87     | UNKNOWN87#3  | UNKNOWN87#3  |
> |   3874 | 87#4    | 87     | UNKNOWN87#4  | UNKNOWN87#4  |
> |   3875 | 87#5    | 87     | UNKNOWN87#5  | UNKNOWN87#5  |
> |   3876 | 87#6    | 87     | UNKNOWN87#6  | UNKNOWN87#6  |
> |   3877 | 87#7    | 87     | UNKNOWN87#7  | UNKNOWN87#7  |
> |   3878 | 87#8    | 87     | UNKNOWN87#8  | UNKNOWN87#8  |
> |   3879 | 87#9    | 87     | UNKNOWN87#9  | UNKNOWN87#9  |
> |   3880 | 87#10   | 87     | UNKNOWN87#10 | UNKNOWN87#10 |
> |   3881 | 87#11   | 87     | UNKNOWN87#11 | UNKNOWN87#11 |
> |   3882 | 87#12   | 87     | UNKNOWN87#12 | UNKNOWN87#12 |
> |   3883 | 87#13   | 87     | UNKNOWN87#13 | UNKNOWN87#13 |
> |   3884 | 87#14   | 87     | UNKNOWN87#14 | UNKNOWN87#14 |
> |   3885 | 88#5    | 88     | UNKNOWN88#5  |              |
> |   3891 | 88#11   | 88     | UNKNOWN88#11 |              |
> |   3892 | 88#12   | 88     | UNKNOWN88#12 |              |
> |   4134 | 113#4   | 113    | UNKNOWN113#4 |              |
> +--------+---------+--------+--------------+--------------+
> 21 rows in set (0.00 sec)
>
> If I scan with "hdhomerun_config 1011C08C scan 0 tuner0.txt" I find a lot more channels including the following programms on channel 83
>
> SCANNING: 579000000 (us-cable:83, us-irc:83)
> LOCK: qam256 (ss=90 snq=95 seq=100)
> PROGRAM: 2: 0.0
> PROGRAM: 3: 0.0
> PROGRAM: 9: 0.0
>
> This matches the channels from the silicondust homepage "http://www.silicondust.com/hdhomerun/lineupui?Cmd=LocationProgramsWeb&Country=US&Postcode=xxx"
>
> qam256	83	2	NBC1080P	1920x1080i 16:9
> qam256	83	3	CBS1080P	1920x1080i 16:9
> qam256	83	9	PPVP	528x480i 4:3
>
> If you look at the mysql table above the channel numbers mythtv found are totally different.
>
> Does anybody know what is going on here?
>
>
> The online installation instructions say:
>
> "Create a channel lineup and enable/disable channels based on channels listed in the Channel Editor in mythtv-setup.
>
> Note that MythTV uses the ATSC channel numbering as specified in the transport stream, not the remapped cable channel numbering so you will need to select OTA/Antenna as the source in Zap2it. "
>
> Easier said than done :-). The local broadcast listing in schedules direct have the following channels and the channel numbers don't seem to have anything to do with the channel numbers above. 
>
> Intuitively one would think that I have to use the Cox Digital Cable channel lineup but how do I match up the channels from the regular cable channel numbers to the mythtv "83#2" format?
>
> Can anybody please help me. Is there a howto somewhere?
>
> Thanks a lot!
>   
<snip>

Myth scans the channels in numeric order.  It will start with '0', 
regardless of the program id on the channel.

In your example - it found information for the first program on channel 
83 - mapped it to NBC...for what ever reason, it did not get info on the 
second two, so it added them as 83#1 and 83#2.

If there was no information on channel 83, but, three programs, it would 
add them as 83#0, 83#1 and 83#2

For the unnamed ones, you need to go through a process of identifying 
them, and changing the channum, callsign, description, xmltivid and freq .

HTH
Brian


More information about the mythtv-users mailing list