View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 18 posts ] 
Go to page Previous  1, 2

Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject:
PostPosted: Sat Sep 10, 2011 9:18 am 
Offline
Joined: Tue Jan 18, 2005 2:07 am
Posts: 1532
Location: California
mythedoff wrote:
Sorry, as I said I was uncertain as to what the final output should be. I was trying to interpret the excel results which I must have done incorrectly. So the script is clearly wrong. Perhaps you could explain, possibly by example, what the correct data should be.

Here is an alternative that could help. After entering the following and hitting the enter key, enter your zipcode.

Code:

$ read zipcode && curl -silent http://www.silicondust.com/hdhomerun/lineup_web/US:$zipcode#sidebyside | grep -A5 qam256 | head -n 14



mythedoff, I really appreciate your supplying the code for both the zap2it and silicon dust scenarios. After looking at this some more I'm realizing I've already been down this path, so I thought I'd share my experience:

1. Silicon Dust. Many (most?) zip codes have multiple line ups associated with them. This is because the cable company typically has more than 1 "head end" covering any given zip code and the head ends don't all assign the same channels to the same frequency. To use the silicon dust data successfully, you need to figure out which of the line ups listed on the Silicon Dust page corresponds to your neighborhood. It's also not a 1-time process -- the line ups list change on a regular basis as SD is continuously harvesting data from users of their HDHOMERUN tuners. In addition, SD does not provide XMLTV ID's.

2. Zap2it -- I may be mistaken but I don't think they have useful frequency data. They do have useful XMLTV ID data.

So to make it all work one would need to do this:

1. Select the correct lineup from SD to get the frequency data.

2. Get the XMLTVID's from Zap2it and merge that with the SD data. Not to hard -- just line it up using the virtual channel number.

Once this is done the following (untested) SQL should do the trick:

Code:
       
update channel t1, dtv_multiplex t2 set t1.channum="<logical_chan_num>", t1.xmltvid="<XMLTVID>", t1.callsign='<callsign>', t1.name='<name>'
        where t1.sourceid=t2.sourceid and t1.mplexid=t2.mplexid and t2.frequency="<frequency>" and t1.serviceid="<service ID>";

_________________
Marc

The views expressed are my own and do not necessarily reflect the views of my employer.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 16, 2011 9:00 pm 
Offline
Joined: Tue Jan 18, 2005 2:07 am
Posts: 1532
Location: California
OK -- I dusted off an old script I wrote sometime back that attempted to automate the clear QAM channel mapping process and made some enhancements to it. I probably spent more time on the script than it would have taken to do everything manually, but what the heck -- scripting is fun!

In some situations it is able to map channels without any human input; in other situations it requires you to to choose which of 2 or 3 different channels might be the right answer; and there are still some situations that require you to figure out the correct channel number on your own, although on my last pass all of these turned out to be frequencies that didn't work anyway. In any event, it does make the job easier.

The script uses the data generated by scte65scanand the Silicon Dust clear QAM tuning data. It looks like scte65scan only supports comcast; the Silicon Dust tables provide data for areas where HDHOMERUN tuners are deployed. If either data source is available in your situation it will help; if both data sources are available, it will help even more.

It would take some work to make this script work outside my environment. If there is interest in using it, I will take the time to make those changes. Let me know...

_________________
Marc

The views expressed are my own and do not necessarily reflect the views of my employer.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 19, 2011 9:24 pm 
Offline
Joined: Sat Apr 21, 2007 6:55 pm
Posts: 306
Location: CA,USA
I don't need this now but am mulling a switch to comcast at some point in my future. I would certainly love your script if and when I make that switch. If I wait six months to ask for it it will all be gone from your head I'm sure :-)

Surely other folks would like this??

_________________
Paul O'Flynn


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 18 posts ] 
Go to page Previous  1, 2



All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu