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 … 624 625 626 627 628 … 1231 Next »
GB-PVR hooks (message labels) for IR32

 
  • 0 Vote(s) - 0 Average
GB-PVR hooks (message labels) for IR32
HydroChronic
Offline

Member

Posts: 106
Threads: 23
Joined: Jan 2007
#1
2007-01-14, 05:49 PM
Hey guys,

I'm working on getting Hauppauge's IR32 to work seemlessly with my PVR, specifically with GB-PVR so that GB-PVR doesn't need to have focus.

Anyway what I am looking for are the message label decimals that GB-PVR responds to, I have found this post http://forums.nextpvr.com/showthread.php?t=2799&page=3 which documents a bunch of commands, but some hotkeys seem to be missing. Are there message labels for things like F1 (for guide button). Basically are there message labels to control all the keyboard references from the wiki?

Thanks
sub
Online

Administrator

NextPVR HQ, New Zealand
Posts: 106,677
Threads: 767
Joined: Nov 2003
#2
2007-01-14, 06:59 PM
You should be able to send any keystroke via Windows message 0x00008007, with wparam set to the keycode. I've attached the .net keys constants. You can "or" a key with "Shift" or "Control".
HydroChronic
Offline

Member

Posts: 106
Threads: 23
Joined: Jan 2007
#3
2007-01-15, 05:37 PM
Thanks a lot Sub, this is very helpful. I have a couple of other questions though.

1. How can i send a hotkey using these codes (i.e. Ctrl+w for last channel). Do i just add the decimal value of the letter to the decimal value of the Control modifier?

2. Has anyone found a work-around for the {run()} problem with GB-PVR. I am talking about how after 1 or 2 loads from this the command stops working (ie. GB-PVR does not get loaded) until you reload ir.
HydroChronic
Offline

Member

Posts: 106
Threads: 23
Joined: Jan 2007
#4
2007-01-15, 08:54 PM
Hey Guys, I just wanted to update you as to what I've figured out.

As for my first question, the answer is a resounding YES (easily answered by myself)

My second question took me a few hours to get to work, but I think I have found an effective solution to only the first couple of {run()} commands being executed.

I made a simply vbscript that loads GB-PVR and then reloads ir.exe, this way when the next {run()} command is found the program will react as if it is the first {run()} command it has seen.

I have tested this and haven't had any problems. Below are the lines I added to [Default] in irremote.ini and the vbscript I used.

irremote.ini
Code:
TVNEW={run(GBPVR.vbs)}

GBPVR.vbs
Code:
set WshShell = CreateObject("WScript.shell")
WshShell.Run "C:\GBPVR\GBPVR.exe"
WshShell.Run "C:\GBPVR\WinTV\ir.exe /QUIET"

Not sure if someone has already figured this out and posted it, but I hope it is helpful to some people.
HydroChronic
Offline

Member

Posts: 106
Threads: 23
Joined: Jan 2007
#5
2007-01-18, 04:57 AM (This post was last modified: 2007-01-18, 04:58 AM by HydroChronic.)
As an update after days of testing I am still having problems with running programs from the Hauppauge Silver Remote. At this point I have tried using the {run()} command in irremote.ini and sending hotkeys through irremote.ini and using AutoHotKey to interpret the hotkeys and run the associated program with no succcess.

Just wanted to update for clarification.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  VMR9 Error message cristovao 7 5,750 2012-01-31, 07:35 AM
Last Post: SLR_65
  No Signal message PVRX2 Flyndr 6 2,883 2011-06-20, 10:29 AM
Last Post: martint123
  Sudden Error Message when accessing gbpvr web interface classpro 0 1,519 2010-11-11, 11:59 PM
Last Post: classpro
  GB-PVR 1.4.7 suddenly sending Windows Error Message to close Kid_Ego5150 3 1,705 2010-04-17, 09:32 PM
Last Post: Kid_Ego5150
  IR32 with Windows7 peterh 1 1,455 2009-12-24, 12:00 PM
Last Post: peterh
  post message codes deleted! pBS 2 1,500 2009-12-23, 06:10 PM
Last Post: pBS
  Error message: "Sorry, this system does not support the required VMR9 video render." bobsmith 10 8,235 2009-12-22, 05:21 PM
Last Post: liteswap
  32775 message Remote codes for dummies gkovacsp 18 5,594 2009-10-04, 11:50 AM
Last Post: sub
  No signal reported message. Live TV. martint123 0 1,200 2009-09-22, 09:28 PM
Last Post: martint123
  bda error message - cannot configure HDHR jnikora 26 5,988 2009-02-07, 10:31 PM
Last Post: jnikora

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

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

Linear Mode
Threaded Mode