DirecTV HD Favs
a_riot42
Posts: 1,624
I had to do some rather 'interesting' programming to accommodate a client that wanted the sports channels in HD for their many favs. They have station numbers like 728-1 so the XCH command wouldn't work and I had to pulse all five characters and then enter for every fav. Anyone know of a DTV setting that makes it so that it always goes to the HD channel by default without having to append the -1 to the station number? Seems silly to default to the low-res channel when there is a HD channel right next to it.
Thanks,
Paul
Thanks,
Paul
0
Comments
I've never done that. My fags routine goes
set_pulse_time(2)
pulse X
Pulse Y
Pulse Z
Pulse 'enter'
I wrote my own function that works with Comcast, time/warner, direTV and Dishnet. I use a timeline and trigger the flashes as fast as the receiver will let me. DirecTV seems to be okay with 2 ticks.
My code has similar functionality but I don't like it. If I use XCH the channel change is nearly instant, but without it it is slower and clunkier. I will see if I can code up a reasonable solution.
Paul
But then they can't access them if they wanted to.
Kevin D.
Thanks, I didn't think that was possible. I suggested that might be an option but the response I got was that occasionally during poor weather the HD channels get pixxy so they use the SD channels.
Paul