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 … 843 844 845 846 847 … 1231 Next »
Remote Only when GBPVR has Focus?

 
  • 0 Vote(s) - 0 Average
Remote Only when GBPVR has Focus?
EwanG
Offline

Member

Posts: 51
Threads: 13
Joined: Jan 2005
#1
2005-04-04, 11:31 PM
One of those things where either I've really missed something, or I'm just expecting too much I suppose...

I'm running .91.8 on a Windows XP SP2 machine. I've got the Hauppauge Silver Remote, and have setup Config to "Fix" the Remote and to talk to the remote directly.

However, I find that the remote only works if the GBPVR program has the focus. Which means if I'm doing something on the computer and someone in the room is trying to change the channel, I have to switch to GBPVR for the control to be recognized.

Have I misconfigured something, or is this just something I "should" know?

TIA!
AOSandman
Offline

Member

Posts: 164
Threads: 4
Joined: Feb 2005
#2
2005-04-05, 01:00 AM
From what I've heard (& experienced), direct access only works with the older (34 button?) remote.
P4 3.0 Ghz (hyperthreaded), 1024 MB DDR
XP Pro SP2
20 GB system drive
2x 250 GB data drives, RAID 0
Hauppauge PVR-350
Hauppauge PVR-150MCE
Hauppauge PVR-500
3x Hauppauge MediaMVP
stefan
Offline

Posting Freak

Posts: 3,116
Threads: 81
Joined: Oct 2004
#3
2005-04-05, 05:49 AM
EwanG Wrote:However, I find that the remote only works if the GBPVR program has the focus. Which means if I'm doing something on the computer and someone in the room is trying to change the channel, I have to switch to GBPVR for the control to be recognized.

I suppose this doesn't quite solve your problem (btw, direct access to remote works for me...), but if you look here it tells you how to use one of the buttons on the remote to bring back gbpvr into focus. Not quite what you want if you're working on the computer and someone's watching tv, but still ;-)
EwanG
Offline

Member

Posts: 51
Threads: 13
Joined: Jan 2005
#4
2005-04-05, 05:30 PM
Well, there are some interesting notes here, but I guess what I'm really asking is if GBPVR is "supposed" to respond to the remote, or can be made to respond to the remote, if it doesn't have the focus on the computer.

The hint above (thanks BTW) certainly would allow me to more easily allow folks to grab focus to change the channel. But I don't think that's really a solution for my problem. And buying a dedicated computer is a tad pricey... Smile

Thanks,
Ewan
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,809
Threads: 769
Joined: Nov 2003
#5
2005-04-05, 05:39 PM
Yes, if you have a PV250 or PVR350 and older Hauppauge remote (which was shipped with the vast majority PVR250/350's produced), then you can use the 'direct access to hauppauge remote' feature.

Otherwise you could use Girder.

There was also some posts where user's were altering irremote.ini to allow it to work in the background with GB-PVR. Maybe you should talk to onestar. See his post here: http://forums.nextpvr.com/showthread.php?t=4741
onestar
Offline

Senior Member

Posts: 252
Threads: 42
Joined: Mar 2005
#6
2005-04-05, 05:54 PM
sub Wrote:Yes, if you have a PV250 or PVR350 and older Hauppauge remote (which was shipped with the vast majority PVR250/350's produced), then you can use the 'direct access to hauppauge remote' feature.

Otherwise you could use Girder.

There was also some posts where user's were altering irremote.ini to allow it to work in the background with GB-PVR. Maybe you should talk to onestar. See his post here: http://forums.nextpvr.com/showthread.php?t=4741

Here's what I did, installed all the 350 software. Then installed GBPVR, ran the fix remote for 45key remote control.

Then in irremote.ini, simply this. The GBPVR section I believe is added by GBPVR on fix remote.

[Applications]
Default=
GB-PVR=

[Default]
GRNPOWER={run(i:\gbpvr\gbpvr.exe)}
OLD0=
0={findwnd(,GB-PVR)}{SendMsg(32771,192,0)}
1={findwnd(,GB-PVR)}{SendMsg(32771,193,0)}
2={findwnd(,GB-PVR)}{SendMsg(32771,194,0)}
3={findwnd(,GB-PVR)}{SendMsg(32771,195,0)}
4={findwnd(,GB-PVR)}{SendMsg(32771,196,0)}
5={findwnd(,GB-PVR)}{SendMsg(32771,197,0)}
6={findwnd(,GB-PVR)}{SendMsg(32771,198,0)}
7={findwnd(,GB-PVR)}{SendMsg(32771,199,0)}
8={findwnd(,GB-PVR)}{SendMsg(32771,200,0)}
9={findwnd(,GB-PVR)}{SendMsg(32771,201,0)}
SOURCE={switch(*task*)}{shift}{tab}
MINIMIZE=
FULLSCREEN={alt}{space}x
RESERVED=
NAVDOWN={findwnd(,GB-PVR)}{SendMsg(32771,225,0)}
NAVUP={findwnd(,GB-PVR)}{SendMsg(32771,224,0)}
NAVLEFT={findwnd(,GB-PVR)}{SendMsg(32771,209,0)}
NAVRIGHT={findwnd(,GB-PVR)}{SendMsg(32771,208,0)}
OK={findwnd(,GB-PVR)}{SendMsg(32771,229,0)}

GO={findwnd(,GB-PVR)}{SendMsg(32771,229,0)}
FASTFWD={findwnd(,GB-PVR)}{SendMsg(32771,244,0)}
FULLSCREEN={findwnd(,GB-PVR)}{SendMsg(32771,229,0)}
REWIND={findwnd(,GB-PVR)}{SendMsg(32771,242,0)}
BACK={findwnd(,GB-PVR)}{SendMsg(32771,223,0)}
SKIPFWD={findwnd(,GB-PVR)}{SendMsg(32771,222,0)}
MENU={findwnd(,GB-PVR)}{SendMsg(32771,229,0)}
PLAY={findwnd(,GB-PVR)}{SendMsg(32771,245,0)}
SKIPREV={findwnd(,GB-PVR)}{SendMsg(32771,228,0)}
PAUSE={findwnd(,GB-PVR)}{SendMsg(32771,240,0)}
STOP={findwnd(,GB-PVR)}{SendMsg(32771,246,0)}

REC={findwnd(,GB-PVR)}{SendMsg(32771,247,0)}

MUTE={findwnd(,GB-PVR)}{SendMsg(32771,229,0)}

CHNLUP={findwnd(,GB-PVR)}{fgnwnd()}{pgup}
CHNLDOWN={findwnd(,GB-PVR)}{fgnwnd()}{pgdn}

;FUNC={findwnd(,GB-PVR)}{SendMsg(32771,219,0)}
GUIDE={findwnd(,GB-PVR)}{fgnwnd()}{f1}
TV={findwnd(,GB-PVR)}{fgnwnd()}{f2}
VIDEOS={findwnd(,GB-PVR)}{fgnwnd()}{f3}
MUSIC={findwnd(,GB-PVR)}{fgnwnd()}{f4}
PICTURES={findwnd(,GB-PVR)}{fgnwnd()}{f5}
RADIO={findwnd(,GB-PVR)}{fgnwnd()}{f6}
TEXT={findwnd(,GB-PVR)}{fgnwnd()}{ctrl}o
VOLUP={findwnd(,GB-PVR)}{fgnwnd()}+
VOLDOWN={findwnd(,GB-PVR)}{fgnwnd()}-

; close current active window; disabled for now
;GRNPOWER={sys(0xF060)}
;POWER={findwnd(,GB-PVR)}{SendMsg(32771,,0)}
;GUIDE={run(epgdemo.exe)}
;GO={run(hcwGo\hcwGo.exe)}
GO={gomenu()}
MENU={switch(*task*)}{shift}{tab}

;;these 3 buttons are not offical yet
RED={findwnd(,GB-PVR)}{SendMsg(32771,242,0)}
GREEN={findwnd(,GB-PVR)}{SendMsg(32771,238,0)}
YELLOW={findwnd(,GB-PVR)}{SendMsg(32771,248,0)}
BLUE={findwnd(,GB-PVR)}{SendMsg(32771,233,0)}

TEXT={findwnd(,GB-PVR)}{SendMsg(32771,229,0)}

;;default mappings to drive apps that use APPCOMMANDS on Win2000/XP
MUTE={app(0x80000)}
;CHNLUP={app(0x330000)}
;CHNLDOWN={app(0x340000)}
;VOLUP={app(0xa0000)}
;VOLDOWN={app(0x90000)}
;REC={app(0x300000)}
;STOP={app(0xd0000)}
;PAUSE={app(0x2f0000)}
;PLAY={app(0x2e0000)}
;REWIND={app(0x320000)}
;FASTFWD={app(0x310000)};
;SKIPFWD={app(0xb0000)}
;SKIPREV={app(0xc0000)}


[GB-PVR]
0=0
1=1
2=2
3=3
4=4
5=5
6=6
7=7
8=8
9=9
NAVDOWN={DOWN}
NAVUP={UP}
NAVRIGHT={right}
NAVLEFT={left}
CHNLUP={pgup}
CHNLDOWN={pgdn}
VOLUP=+
VOLDOWN=-
YELLOW={ctrl}Y
GO={f11}
OK={enter}
RED={ctrl}R
GREEN={ctrl}G
FASTFWD={ctrl}F
FULLSCREEN={alt}{enter}
REWIND={ctrl}R
BACK={esc}
SKIPFWD={ctrl}{right}
MENU={home}
PLAY={ctrl}P
SKIPREV={ctrl}{left}
PAUSE={ctrl}Q
STOP={ctrl}S
BLUE={ctrl}B
REC={ctrl}K
FUNC={ctrl}O
GUIDE={f1}
TV={f2}
VIDEOS={f3}
MUSIC={f4}
PICTURES={f5}
RADIO={f6}
POWER={f12}
TEXT={ctrl}O
EwanG
Offline

Member

Posts: 51
Threads: 13
Joined: Jan 2005
#7
2005-04-05, 08:07 PM
Oh good. Something for me to play with when I get home tonight Smile

Thanks!
sleptoor
Offline

Member

Posts: 51
Threads: 13
Joined: Dec 2004
#8
2005-04-06, 09:21 AM
I tried your IRremote changes but nothing (nd yes I changed the path to the correct one). my OS is located on my E-drive could this be causing the problems? And tried some other fixes on the site....

Any other suggestions?
onestar
Offline

Senior Member

Posts: 252
Threads: 42
Joined: Mar 2005
#9
2005-04-06, 10:59 AM
sleptoor Wrote:I tried your IRremote changes but nothing (nd yes I changed the path to the correct one). my OS is located on my E-drive could this be causing the problems? And tried some other fixes on the site....

Any other suggestions?

Strange, I don't think you E-Drive is the problem though, for me
GBPVR is on I:\
Hauppauge software on I:\
Storage on L:\
OS (XP) on O:\
irremote.ini is in o:\windows directory (why?!!)

Hauppauge 350 card.

In GB-PVR the "use direct" option is turned off.

The application I am using is ir32.exe, the one that came with hauppauge software. The "restart ir32" (which is required whenever the irremote.ini is changed) is in the hauppauge menu for me.

Does it even start gb-pvr ? To be honest of all the configuration messes I went through this was the most straight forward to get working.

I could send you my entire irremote.ini, incase I have deleted or added something else. Does using the remote do anything for you ?
onestar
Offline

Senior Member

Posts: 252
Threads: 42
Joined: Mar 2005
#10
2005-04-06, 11:06 AM
Here is the full file, with all the other junk as a zipfile
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (5): 1 2 3 4 5 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  how to use IR server suite with GBPVR zaprat 82 63,416 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,760 2014-05-15, 12:59 AM
Last Post: lchiu7
  Hauppauge 2250 MCE remote Jeckler 22 21,000 2013-03-26, 04:26 PM
Last Post: DonBrutto
  GBPVR and NPVR jigster99 2 5,229 2013-02-16, 01:50 AM
Last Post: jigster99
  BBC HD / BBD 1 HD in GBPVR Pob 21 13,791 2012-10-05, 05:42 PM
Last Post: Pob
  Exit button on StreamZap remote now exits PVRX2 billbobbins 5 5,296 2012-08-30, 09:43 PM
Last Post: billbobbins
  tv guide empty in gbpvr works in pvrx2 slowtech 37 17,631 2012-08-27, 04:00 PM
Last Post: rscheller
  Unused gbpvr returns to life with minimal effort KS4UA 0 2,398 2012-03-18, 02:07 AM
Last Post: KS4UA
  Last version of GBPVR download? matthrolf 8 6,591 2011-11-16, 09:22 AM
Last Post: MixMan
  Is card emulation as easy with gbpvr as with npvr? martint123 3 3,485 2011-10-20, 07:13 PM
Last Post: martint123

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

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

Linear Mode
Threaded Mode