NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GB-PVR Support (legacy) v
« Previous 1 … 107 108 109 110 111 … 1231 Next »
Any way to get gbpvr to send the channel request twice.

 
  • 0 Vote(s) - 0 Average
Any way to get gbpvr to send the channel request twice.
tomekz
Offline

Junior Member

Posts: 21
Threads: 7
Joined: Jun 2008
#1
2009-08-13, 07:13 AM
Is there a way to have the GBPVR software sent the channel changing command twice. I am using the pvr150 with their blaster.

Example,

when a recording kicks in, it changes the channel to lets say 149......

Can I configure gbpvr to send this channel change twice..... with a small delay in between..

thanks for any info.
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#2
2009-08-13, 08:19 AM
you should be able to write a .cmd file to do what you want... something along the lines of:
Code:
HaupBlast %1
sleep 1
HaupBlast %1

you can get the sleep command in this tools download here: http://www.microsoft.com/downloads/detai...layLang=en

I'm presuming you're using the HaupBlast command provided with gb-pvr... substitute as needed

so, once you have your blasttwice.cmd file (save it someplace simple, like C:\blast), test it from a command prompt to see that it works.

Then you configure gb-pvr to use the .exe channel changer plugin. you specify c:\windows\system32\cmd.exe as the channel changer, and specify the following as the parameter:
Code:
/C c:\blast\blasttwice.cmd {channel}

you'll probably need to copy HaupBlast.exe to the C:\blast directory, or call it by full path in the .cmd file.

I've not done any of this myself, but I see no reason it shouldn't work.

oh, you'll most likely need to make sure you have the option 'allow service to interact with desktop' setting enabled on the gb-pvr recording service.
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
tomekz
Offline

Junior Member

Posts: 21
Threads: 7
Joined: Jun 2008
#3
2009-08-13, 03:04 PM
Thanks I will give it a try, even though, I don't completely understand what I need to do yet..

The reason for this is that my Dish receiver goes into standby mode after updates and/or inactivity which can't be turned off anymore. (worked great for years) :mad::mad:

The hauppauge pvr 150 software will allow for it to send a "Enter" key after it sends the channel numbers, but there is no way to send the "Enter" key before it send the channel # to wake up the receiver first.

However, when it sends the channel # then the "Enter" key, the "Enter" key does in facts wake up the receiver, but it doesn't change the channel...
If I were to somehow get GBPVR to send the channel change request twice, the first "enter" would wake up the receiver and the seconds request would change the channel.

After days of researching this issue on the Internet, with many different suggestions made that didn't really work too well, I came up with this idea, about sending the channel change request twice........ Smile

Quote:
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#4
2009-08-13, 05:11 PM
you can avoid this situation by turning cable box off once a week..when it's off, first thing it does is look for updates and download them...

it can't do them when it's on, so just turn it off for an hour or so each week..that way at least you can pick the times it does it...Smile
you can turn it back on after an hour or so for normal operation..
[and i think it may be every 2 weeks actually on Dish]
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
tvshowman
Offline

Senior Member

Posts: 430
Threads: 66
Joined: Dec 2007
#5
2009-08-13, 06:56 PM
you can use hip to map the remote enter key to a letter on your keyboard and add that in the channel changer line and use hipsend to send the enter command to your IR STB before the channel change command

say you map P to your enter key (x are pauses)
pxx{channel}

you can read this thread it may give you ideas
http://forums.nextpvr.com/showthread.php...els+record

good luck
[SIGPIC][/SIGPIC]
tomekz
Offline

Junior Member

Posts: 21
Threads: 7
Joined: Jun 2008
#6
2009-08-13, 07:55 PM
Well your suggestion won't really work anymore.. The dish is forcing the updates in the latest firmware. The receiver either tries to update software or at least update the guide every single day at a set time.. . One the VIP211, it can't be turned off or fooled, but manually turning it off once a week.

Other thing is, the box will go into standby mode after 4hours, even though, I have this feature completely turned off.....It still goes into standby, it started happening after the last update...

pBS Wrote:you can avoid this situation by turning cable box off once a week..when it's off, first thing it does is look for updates and download them...

it can't do them when it's on, so just turn it off for an hour or so each week..that way at least you can pick the times it does it...Smile
you can turn it back on after an hour or so for normal operation..
[and i think it may be every 2 weeks actually on Dish]
tomekz
Offline

Junior Member

Posts: 21
Threads: 7
Joined: Jun 2008
#7
2009-08-13, 07:57 PM
not sure I understand everything that needs to be done......


tvshowman Wrote:you can use hip to map the remote enter key to a letter on your keyboard and add that in the channel changer line and use hipsend to send the enter command to your IR STB before the channel change command

say you map P to your enter key (x are pauses)
pxx{channel}

you can read this thread it may give you ideas
http://forums.nextpvr.com/showthread.php...els+record

good luck
tomekz
Offline

Junior Member

Posts: 21
Threads: 7
Joined: Jun 2008
#8
2009-08-13, 07:58 PM (This post was last modified: 2009-08-13, 08:17 PM by tomekz.)
Does Hip support the Hauppauge IR blasters the old edition.......


tvshowman Wrote:you can use hip to map the remote enter key to a letter on your keyboard and add that in the channel changer line and use hipsend to send the enter command to your IR STB before the channel change command

say you map P to your enter key (x are pauses)
pxx{channel}

you can read this thread it may give you ideas
http://forums.nextpvr.com/showthread.php...els+record

good luck
tomekz
Offline

Junior Member

Posts: 21
Threads: 7
Joined: Jun 2008
#9
2009-08-13, 10:42 PM (This post was last modified: 2009-08-13, 10:49 PM by tomekz.)
You are a genius............ After I carefully read you comments, I was able to understand and follow the instructions.

It appears to be working just great now..

Well, almost....... When the dish receiver is on.. It works .. it changes the channel twice, but that isn't a problem...
it works from dos and gbpvr

With the receiver in standby mode, i does appear to wake up, but changes to the wrong channel... I may need to play with the delays a little.... it doesn't work right in gbpvr but works in dos...

I see the problem.... went doing it from GBpvr, there doesn't seem to be a delay between the commands, it changes the channel, and changes it again right away.. while running this in dos, there is a 4 second delay (as I programmed it).
When the receiver is on, it doesn't create a problem, the receiver picks up the double commands quickly enough.
But when the receiver is off, and the first "ENTER" command is send, it takes second or two to wake up the receiver, and while it's still waking up, the second channel change is too quick and it missed the digits......

Any ideas, why in in GBPVR the delay doesn't happen.






johnsonx42 Wrote:you should be able to write a .cmd file to do what you want... something along the lines of:
Code:
HaupBlast %1
sleep 1
HaupBlast %1

you can get the sleep command in this tools download here: http://www.microsoft.com/downloads/detai...layLang=en

I'm presuming you're using the HaupBlast command provided with gb-pvr... substitute as needed

so, once you have your blasttwice.cmd file (save it someplace simple, like C:\blast), test it from a command prompt to see that it works.

Then you configure gb-pvr to use the .exe channel changer plugin. you specify c:\windows\system32\cmd.exe as the channel changer, and specify the following as the parameter:
Code:
/C c:\blast\blasttwice.cmd {channel}

you'll probably need to copy HaupBlast.exe to the C:\blast directory, or call it by full path in the .cmd file.

I've not done any of this myself, but I see no reason it shouldn't work.

oh, you'll most likely need to make sure you have the option 'allow service to interact with desktop' setting enabled on the gb-pvr recording service.
tomekz
Offline

Junior Member

Posts: 21
Threads: 7
Joined: Jun 2008
#10
2009-08-13, 11:08 PM
I figured it out...... Windows didn't know what and where the sleep command was. I added it to the PATH= statement and it works just great now......

Thanks again.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  how to use IR server suite with GBPVR zaprat 82 63,395 2018-11-18, 05:32 PM
Last Post: Len_Lekx
  GBPVR support for Hauppauge WinTV-HVR-1900 or Hauppauge HD-PVR (PAL) lchiu7 23 18,735 2014-05-15, 12:59 AM
Last Post: lchiu7
  USA Cable Discovery Channel problems with Schedules Direct ram4x4nut 0 3,999 2013-02-21, 05:08 AM
Last Post: ram4x4nut
  GBPVR and NPVR jigster99 2 5,228 2013-02-16, 01:50 AM
Last Post: jigster99
  BBC HD / BBD 1 HD in GBPVR Pob 21 13,772 2012-10-05, 05:42 PM
Last Post: Pob
  tv guide empty in gbpvr works in pvrx2 slowtech 37 17,616 2012-08-27, 04:00 PM
Last Post: rscheller
  Need to send key to pvrx2 greg in kansas 4 3,900 2012-07-27, 12:04 AM
Last Post: greg in kansas
  Channel 4 HD new tuning string Pob 0 2,666 2012-03-29, 08:59 PM
Last Post: Pob
  Unused gbpvr returns to life with minimal effort KS4UA 0 2,396 2012-03-18, 02:07 AM
Last Post: KS4UA
  Composite Channel not being tuned properly seymoria 14 7,051 2012-01-24, 01:56 PM
Last Post: seymoria

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode