Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Users

Re: Is it possible to manually add channels to a hdhomerun lineup?

 

 

MythTV users RSS feed   Index | Next | Previous | View Threaded


william_munson at bellsouth

Mar 24, 2007, 1:33 PM

Post #1 of 3 (748 views)
Permalink
Re: Is it possible to manually add channels to a hdhomerun lineup?

jason maxwell wrote:
> you can add numbers manually thru mythtv-setup. go to the channel
> setup page and click on "add channel", then just fill out the info for
> that channel, and that's it. this is how i added all of my digital
> channels.
> -J
>
>
I tried that, no luck. Also tried manually setting the values in the
mysql database. The database would not accept the channel number
reported under the windows tools. The sub channel is 32776:0.0 and myth
will only allow me to enter a max value of 32767 which is a limitation
of the definition of that table. I would need to bump the schema version
and rewrite some of the code to make it work. I have reported the bug in
trac so hopefully something will get done.

In the mean time, I am going to try to see if there are any linux tools
that will let me scan channels. Perhaps they will give me a different
answer.

Bill

_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


wpoland at gmail

Mar 24, 2007, 12:56 PM

Post #2 of 3 (701 views)
Permalink
Re: Is it possible to manually add channels to a hdhomerun lineup? [In reply to]

On 3/24/07, William Munson <william_munson [at] bellsouth> wrote:
> jason maxwell wrote:
> > you can add numbers manually thru mythtv-setup. go to the channel
> > setup page and click on "add channel", then just fill out the info for
> > that channel, and that's it. this is how i added all of my digital
> > channels.
> > -J
> >
> >
> I tried that, no luck. Also tried manually setting the values in the
> mysql database. The database would not accept the channel number
> reported under the windows tools. The sub channel is 32776:0.0 and myth
> will only allow me to enter a max value of 32767 which is a limitation
> of the definition of that table. I would need to bump the schema version
> and rewrite some of the code to make it work. I have reported the bug in
> trac so hopefully something will get done.
>
> In the mean time, I am going to try to see if there are any linux tools
> that will let me scan channels. Perhaps they will give me a different
> answer.
>
> Bill
>

Doesn't the hdhomerun config program have a channel scanner?
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


decepticon at gmail

Mar 25, 2007, 9:56 AM

Post #3 of 3 (691 views)
Permalink
Re: Is it possible to manually add channels to a hdhomerun lineup? [In reply to]

Are you sure that's a channel number, and not a frequency number?
Here's a snippet of my channel scan using the hdhomerun tool:

SCANNING: 561000000 (us-cable:80, us-irc:80)
LOCK: qam256 (ss=73 snq=80 seq=100)
PROGRAM: 1: 1.1 D1_1 WR
PROGRAM: 2: 0.0 (encrypted)
PROGRAM: 3: 1.3 D1_3 WJ

So this shows 2 unencrypted subchannels under the one frequency. I get
80.1, and 80.3, which comcast has forwarding to 1.1 and 1.3
respectfully. To program these channels into myth, the sql would look
like so:

+--------+---------+-----------+----------+---------+---------+-----------+
| chanid | channum | freqid | callsign | xmltvid | mplexid | serviceid |
+--------+---------+-----------+----------+---------+---------+-----------+
| 1012 | 704 | 561000000 | WRCDT | 19578 | 2 | 1 |
| 1013 | 707 | 561000000 | WJLADT | 19579 | 2 | 3 |

The chanid field i beleive was autoassigned by myth. channum is what
the channel is listed as in zap2it lineups. freqid is the frequency
found from the hdhr scan above, the callsign also from zap2it. xmltvid
was autodiscovered I think when I ran mythfilldatabase. The mplexid is
what myth assigns to that frequency in the dtv_multiplex table.
serviceid is the program number from the hdhr scan above.

I hope this helps. I got a lot of the tips on how to go about doing
this, from reading this page:
http://www.mythtv.org/wiki/index.php/Adding_QAM_Channels_For_HDTV_Tuner_Cards
-J


On 3/24/07, William Munson <william_munson [at] bellsouth> wrote:
> jason maxwell wrote:
> > you can add numbers manually thru mythtv-setup. go to the channel
> > setup page and click on "add channel", then just fill out the info for
> > that channel, and that's it. this is how i added all of my digital
> > channels.
> > -J
> >
> >
> I tried that, no luck. Also tried manually setting the values in the
> mysql database. The database would not accept the channel number
> reported under the windows tools. The sub channel is 32776:0.0 and myth
> will only allow me to enter a max value of 32767 which is a limitation
> of the definition of that table. I would need to bump the schema version
> and rewrite some of the code to make it work. I have reported the bug in
> trac so hopefully something will get done.
>
> In the mean time, I am going to try to see if there are any linux tools
> that will let me scan channels. Perhaps they will give me a different
> answer.
>
> Bill
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users [at] mythtv
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

MythTV users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.