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

Mailing List Archive: MythTV: Users

How to update channels for HDHR scanned from scte65scan?

 

 

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


mythtv at derdev

Sep 4, 2010, 10:15 AM

Post #1 of 5 (330 views)
Permalink
How to update channels for HDHR scanned from scte65scan?

I'm pretty sure some of my Comcast channels are changing frequencies -
Comcast must be tuning up for the new broadcast seasons.

What's the correct procedure to rescan and re-apply the channel
information via scte65scan so that the new freq's can be added?

I don't mind doing manual updates in mysql since there are only a few to
update, however I'm nervous about mucking with the tables without an
example. THANKS!
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


bhaskins at chartermi

Sep 4, 2010, 2:08 PM

Post #2 of 5 (306 views)
Permalink
Re: How to update channels for HDHR scanned from scte65scan? [In reply to]

Dave Richardson wrote:
> I'm pretty sure some of my Comcast channels are changing frequencies -
> Comcast must be tuning up for the new broadcast seasons.
>
> What's the correct procedure to rescan and re-apply the channel
> information via scte65scan so that the new freq's can be added?
>
How did you get scte65scan?
I've tried to "make" this for HDHR and UB 10.4 and 9.10 and
still get lots of errors even after applying the fixes.
So I guess that I'm even one step behind you.
> I don't mind doing manual updates in mysql since there are only a few to
> update, however I'm nervous about mucking with the tables without an
> example. THANKS!
> _______________________________________________
> 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 at derdev

Sep 4, 2010, 3:08 PM

Post #3 of 5 (303 views)
Permalink
Re: How to update channels for HDHR scanned from scte65scan? [In reply to]

On Sat, 04 Sep 2010 17:08:14 -0400, bhaskins <bhaskins [at] chartermi>
wrote:
> Dave Richardson wrote:
>> I'm pretty sure some of my Comcast channels are changing frequencies -
>> Comcast must be tuning up for the new broadcast seasons.
>>
>> What's the correct procedure to rescan and re-apply the channel
>> information via scte65scan so that the new freq's can be added?
>>
> How did you get scte65scan?
> I've tried to "make" this for HDHR and UB 10.4 and 9.10 and
> still get lots of errors even after applying the fixes.
> So I guess that I'm even one step behind you.
>> I don't mind doing manual updates in mysql since there are only a few
to
>> update, however I'm nervous about mucking with the tables without an
>> example. THANKS!
>> _______________________________________________
>> mythtv-users mailing list
>> mythtv-users [at] mythtv
>> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>>
>>
>

compiling scte65scan on mythbuntu 9.10
http://www.mythtv.org/wiki/Scte65scan#Compiling_scte65scan
http://www.mythtv.org/wiki/User:Thedaver#scte65scan_and_libhdhomerun

I haven't compiled it more times than what I required so that I'd have
enuf expertise to update the main wiki page





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


bhaskins at chartermi

Sep 4, 2010, 6:20 PM

Post #4 of 5 (309 views)
Permalink
Re: How to update channels for HDHR scanned from scte65scan? [In reply to]

Dave Richardson wrote:
> On Sat, 04 Sep 2010 17:08:14 -0400, bhaskins <bhaskins [at] chartermi>
> wrote:
>
>> Dave Richardson wrote:
>>
>>> I'm pretty sure some of my Comcast channels are changing frequencies -
>>> Comcast must be tuning up for the new broadcast seasons.
>>>
>>> What's the correct procedure to rescan and re-apply the channel
>>> information via scte65scan so that the new freq's can be added?
>>>
>>>
>> How did you get scte65scan?
>> I've tried to "make" this for HDHR and UB 10.4 and 9.10 and
>> still get lots of errors even after applying the fixes.
>> So I guess that I'm even one step behind you.
>>
>>> I don't mind doing manual updates in mysql since there are only a few
>>>
> to
>
>>> update, however I'm nervous about mucking with the tables without an
>>> example. THANKS!
>>> _______________________________________________
>>> mythtv-users mailing list
>>> mythtv-users [at] mythtv
>>> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>>>
>>>
>>>
>
> compiling scte65scan on mythbuntu 9.10
> http://www.mythtv.org/wiki/Scte65scan#Compiling_scte65scan
> http://www.mythtv.org/wiki/User:Thedaver#scte65scan_and_libhdhomerun
>
> I haven't compiled it more times than what I required so that I'd have
> enuf expertise to update the main wiki page
>

Then modify the Makefile.hdhr file to fix a few things. First, add the
following line near the top:

LIBOBJS += $(HDHR_DIR)/hdhomerun_sock_posix.o $(HDHR_DIR)/hdhomerun_os_posix.o

I think that it is this line that is killing me:
///
LIBOBJS += $(HDHR_DIR)/hdhomerun_sock_posix.o $(HDHR_DIR)/hdhomerun_os_posix.o //////
---------------------- don't seem to have this anywhere and
the ( libhdhomerun ) make seems to make it and then clean it.
Also what does it want in the $(HDHR_DIR)?

I will say that although I've written thousands of lines of C code, my skills are getting rusty.



>
>
>
>
> _______________________________________________
> 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 at derdev

Sep 5, 2010, 10:12 AM

Post #5 of 5 (291 views)
Permalink
Re: How to update channels for HDHR scanned from scte65scan? [SOLVED] [In reply to]

On Sat, 04 Sep 2010 12:15:33 -0500, Dave Richardson <mythtv [at] derdev>
wrote:
> I'm pretty sure some of my Comcast channels are changing frequencies -
> Comcast must be tuning up for the new broadcast seasons.
>
> What's the correct procedure to rescan and re-apply the channel
> information via scte65scan so that the new freq's can be added?
>
> I don't mind doing manual updates in mysql since there are only a few to
> update, however I'm nervous about mucking with the tables without an
> example. THANKS!

OK, so I took a backup and started working through the issues. Turns out,
I only had two channels that needed to be fixed and the fixes weren't too
difficult.

Since I've asked this question twice on this list, I wanted to (verbosely)
document what I did to fix my cases.

http://mymyttv.webs.com/apps/blog/show/4714303-mythtv-scte65scan-updating-existing-channel-frequencies

Someone with a better understanding of what this meant might be able to
condense this to a WIKI page on Mythtv. Or, someone could contact me
offline with comments on how to better update this and I'll try the Wiki
page myself.

Constructive comments appreciated!!!! thanks.




_______________________________________________
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.