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 … 88 89 90 91 92 … 1231 Next »
32775 message Remote codes for dummies

 
  • 0 Vote(s) - 0 Average
32775 message Remote codes for dummies
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,680
Threads: 767
Joined: Nov 2003
#11
2007-08-17, 08:47 PM
Sorry, I dont know. I dont have a tuner card with Hauppauge remote connected to my card at the moment, so I cant check it out for you.
gkovacsp
Offline

Member

Posts: 62
Threads: 15
Joined: Mar 2007
#12
2007-08-17, 08:49 PM
No problem, I appreciate your attention.

I've started to build an irremote.ini from scratch and now I seem to have some progress.

I'll post it here, if it turns out to work.
gkovacsp
Offline

Member

Posts: 62
Threads: 15
Joined: Mar 2007
#13
2007-08-17, 09:14 PM (This post was last modified: 2007-08-17, 09:32 PM by gkovacsp.)
This seems to work fairly well.
I had to do it from scratch, because my previous irremote went wild somewhere...

Code:
[Default]
GRNPOWER={run(c:\progra~1\gbpvr\devnz\pvrx2.exe)}

0={findwnd(,PVRX2)}{SendMsg(32775,48,0)}
1={findwnd(,PVRX2)}{SendMsg(32775,49,0)}
2={findwnd(,PVRX2)}{SendMsg(32775,50,0)}
3={findwnd(,PVRX2)}{SendMsg(32775,51,0)}
4={findwnd(,PVRX2)}{SendMsg(32775,52,0)}
5={findwnd(,PVRX2)}{SendMsg(32775,53,0)}
6={findwnd(,PVRX2)}{SendMsg(32775,54,0)}
7={findwnd(,PVRX2)}{SendMsg(32775,55,0)}
8={findwnd(,PVRX2)}{SendMsg(32775,56,0)}
9={findwnd(,PVRX2)}{SendMsg(32775,57,0)}
CHNLPREV={findwnd(,PVRX2)}{SendMsg(32775,131159,0)}

NAVDOWN={findwnd(,PVRX2)}{SendMsg(32775,40,0)}
NAVUP={findwnd(,PVRX2)}{SendMsg(32775,38,0)}
NAVLEFT={findwnd(,PVRX2)}{SendMsg(32775,37,0)}
NAVRIGHT={findwnd(,PVRX2)}{SendMsg(32775,39,0)}
OK={findwnd(,PVRX2)}{SendMsg(32775,13,)}

GO=        {findwnd(,PVRX2)}{SendMsg(32775,122,0)}
FASTFWD=   {findwnd(,PVRX2)}{SendMsg(32775,131142,0)}
REWIND=    {findwnd(,PVRX2)}{SendMsg(32775,131140,0)}
BACK=      {findwnd(,PVRX2)}{SendMsg(32775,27,0)}
SKIPFWD=   {findwnd(,PVRX2)}{SendMsg(32775,131111,0)}
SKIPREV=   {findwnd(,PVRX2)}{SendMsg(32775,131109,0)}
MENU=      {findwnd(,PVRX2)}{SendMsg(32775,36,0)}
PLAY=      {findwnd(,PVRX2)}{SendMsg(32775,131152,0)}
PAUSE=     {findwnd(,PVRX2)}{SendMsg(32775,131153,0)}
STOP=      {findwnd(,PVRX2)}{SendMsg(32775,131155,0)}

REC={findwnd(,PVRX2)}{SendMsg(32775,131147,0)}
MUTE={findwnd(,PVRX2)}{SendMsg(32775,131149,0)}

CHNLUP={findwnd(,PVRX2)}{SendMsg(32775,33,0)}
CHNLDOWN={findwnd(,PVRX2)}{SendMsg(32775,34,0)}

FUNC={findwnd(,PVRX2)}{SendMsg(32775,131151,0)}
GUIDE={findwnd(,PVRX2)}{SendMsg(32775,112,0)}
TV={findwnd(,PVRX2)}{SendMsg(32775,113,0)}
VIDEOS={findwnd(,PVRX2)}{SendMsg(32775,114,0)}
MUSIC={findwnd(,PVRX2)}{SendMsg(32775,115,0)}
PICTURES={findwnd(,PVRX2)}{SendMsg(32775,116,0)}
RADIO={findwnd(,PVRX2)}{SendMsg(32775,117,0)}
TEXT={findwnd(,PVRX2)}{SendMsg(32775,131151,0)}
VOLUP={findwnd(,PVRX2)}{SendMsg(32775,131179,0)}
VOLDOWN={findwnd(,PVRX2)}{SendMsg(32775,131181,0)}

RED={findwnd(,PVRX2)}{SendMsg(32775,131154,0)}
GREEN={findwnd(,PVRX2)}{SendMsg(32775,131143,0)}
YELLOW={findwnd(,PVRX2)}{SendMsg(32775,131161,0)}
BLUE={findwnd(,PVRX2)}{SendMsg(32775,131138,0)}

TEXT={findwnd(,PVRX2)}{SendMsg(32775,131156,0)}
SUBCC={findwnd(,PVRX2)}{SendMsg(32775,118,0)}
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,680
Threads: 767
Joined: Nov 2003
#14
2007-08-18, 01:15 AM
Cheers - I'm sure others will find this useful.
agerdin
Offline

Senior Member

Posts: 692
Threads: 96
Joined: Sep 2004
#15
2009-01-27, 12:06 PM
Hi, after a reinstall on my computer I lost the Irremote.ini file and now I have problems setting it up again. The issue im having is that the 32775 codes for my navigation buttons (NAVUP; NAVDOWN; NAVLEFT; NAVRIGHT) does not work. All other buttons work fine. I am suspecting the problem is that I have the "old" 34 button Hauppauge remote.

This is how my [default] part of the irremote.ini file looks like:

Code:
[Default]
GRNPOWER={run(c:\progra~1\devnz\gbpvr\pvrx2.exe)}

0={findwnd(,PVRX2)}{SendMsg(32775,48,0)}
1={findwnd(,PVRX2)}{SendMsg(32775,49,0)}
2={findwnd(,PVRX2)}{SendMsg(32775,50,0)}
3={findwnd(,PVRX2)}{SendMsg(32775,51,0)}
4={findwnd(,PVRX2)}{SendMsg(32775,52,0)}
5={findwnd(,PVRX2)}{SendMsg(32775,53,0)}
6={findwnd(,PVRX2)}{SendMsg(32775,54,0)}
7={findwnd(,PVRX2)}{SendMsg(32775,55,0)}
8={findwnd(,PVRX2)}{SendMsg(32775,56,0)}
9={findwnd(,PVRX2)}{SendMsg(32775,57,0)}
;CHNLPREV={findwnd(,PVRX2)}{SendMsg(32775,131159,0)}

NAVDOWN={findwnd(,PVRX2)}{SendMsg(32775,40,0)}
NAVUP={findwnd(,PVRX2)}{SendMsg(32775,38,0)}
NAVLEFT={findwnd(,PVRX2)}{SendMsg(32775,37,0)}
NAVRIGHT={findwnd(,PVRX2)}{SendMsg(32775,39,0)}

;DOWN={findwnd(,PVRX2)}{SendMsg(32775,40,0)}
;UP={findwnd(,PVRX2)}{SendMsg(32775,38,0)}
;LEFT={findwnd(,PVRX2)}{SendMsg(32775,37,0)}
;RIGHT={findwnd(,PVRX2)}{SendMsg(32775,39,0)}

OK={findwnd(,PVRX2)}{SendMsg(32775,13,)}

GO=        {findwnd(,PVRX2)}{SendMsg(32775,122,0)}
FASTFWD=   {findwnd(,PVRX2)}{SendMsg(32775,131142,0)}
REWIND=    {findwnd(,PVRX2)}{SendMsg(32775,131140,0)}
BACK=      {findwnd(,PVRX2)}{SendMsg(32775,27,0)}
SKIPFWD=   {findwnd(,PVRX2)}{SendMsg(32775,131111,0)}
SKIPREV=   {findwnd(,PVRX2)}{SendMsg(32775,131109,0)}
MENU=      {findwnd(,PVRX2)}{SendMsg(32775,36,0)}
PLAY=      {findwnd(,PVRX2)}{SendMsg(32775,131152,0)}
PAUSE=     {findwnd(,PVRX2)}{SendMsg(32775,131153,0)}
STOP=      {findwnd(,PVRX2)}{SendMsg(32775,131155,0)}

REC={findwnd(,PVRX2)}{SendMsg(32775,131147,0)}
MUTE={findwnd(,PVRX2)}{SendMsg(32775,131149,0)}

;CHNLUP={findwnd(,PVRX2)}{SendMsg(32775,33,0)}
;CHNLDOWN={findwnd(,PVRX2)}{SendMsg(32775,34,0)}

;FUNC={findwnd(,PVRX2)}{SendMsg(32775,131151,0)}
;GUIDE={findwnd(,PVRX2)}{SendMsg(32775,112,0)}
;TV={findwnd(,PVRX2)}{SendMsg(32775,113,0)}
;VIDEOS={findwnd(,PVRX2)}{SendMsg(32775,114,0)}
;MUSIC={findwnd(,PVRX2)}{SendMsg(32775,115,0)}
;PICTURES={findwnd(,PVRX2)}{SendMsg(32775,116,0)}
;RADIO={findwnd(,PVRX2)}{SendMsg(32775,117,0)}
TEXT={findwnd(,PVRX2)}{SendMsg(32775,131151,0)}
;VOLUP={findwnd(,PVRX2)}{SendMsg(32775,131179,0)}
;VOLDOWN={findwnd(,PVRX2)}{SendMsg(32775,131181,0)}

RED={findwnd(,PVRX2)}{SendMsg(32775,131154,0)}
GREEN={findwnd(,PVRX2)}{SendMsg(32775,131143,0)}
YELLOW={findwnd(,PVRX2)}{SendMsg(32775,131161,0)}
BLUE={findwnd(,PVRX2)}{SendMsg(32775,131138,0)}

;TEXT={findwnd(,PVRX2)}{SendMsg(32775,131156,0)}
;SUBCC={findwnd(,PVRX2)}{SendMsg(32775,118,0)}

As you can see I have experimented with the names of the buttons to no avail.

Hope that someone have any ideas.

\\Agerdin
bethanyrayne
Offline

Member

Posts: 102
Threads: 14
Joined: Jan 2008
#16
2009-01-27, 09:04 PM
gkovacsp Wrote:This seems to work fairly well.
I had to do it from scratch, because my previous irremote went wild somewhere...

Code:
[Default]
GRNPOWER={run(c:\progra~1\gbpvr\devnz\pvrx2.exe)}

0={findwnd(,PVRX2)}{SendMsg(32775,48,0)}
1={findwnd(,PVRX2)}{SendMsg(32775,49,0)}
2={findwnd(,PVRX2)}{SendMsg(32775,50,0)}
3={findwnd(,PVRX2)}{SendMsg(32775,51,0)}
4={findwnd(,PVRX2)}{SendMsg(32775,52,0)}
5={findwnd(,PVRX2)}{SendMsg(32775,53,0)}
6={findwnd(,PVRX2)}{SendMsg(32775,54,0)}
7={findwnd(,PVRX2)}{SendMsg(32775,55,0)}
8={findwnd(,PVRX2)}{SendMsg(32775,56,0)}
9={findwnd(,PVRX2)}{SendMsg(32775,57,0)}
CHNLPREV={findwnd(,PVRX2)}{SendMsg(32775,131159,0)}

NAVDOWN={findwnd(,PVRX2)}{SendMsg(32775,40,0)}
NAVUP={findwnd(,PVRX2)}{SendMsg(32775,38,0)}
NAVLEFT={findwnd(,PVRX2)}{SendMsg(32775,37,0)}
NAVRIGHT={findwnd(,PVRX2)}{SendMsg(32775,39,0)}
OK={findwnd(,PVRX2)}{SendMsg(32775,13,)}

GO=        {findwnd(,PVRX2)}{SendMsg(32775,122,0)}
FASTFWD=   {findwnd(,PVRX2)}{SendMsg(32775,131142,0)}
REWIND=    {findwnd(,PVRX2)}{SendMsg(32775,131140,0)}
BACK=      {findwnd(,PVRX2)}{SendMsg(32775,27,0)}
SKIPFWD=   {findwnd(,PVRX2)}{SendMsg(32775,131111,0)}
SKIPREV=   {findwnd(,PVRX2)}{SendMsg(32775,131109,0)}
MENU=      {findwnd(,PVRX2)}{SendMsg(32775,36,0)}
PLAY=      {findwnd(,PVRX2)}{SendMsg(32775,131152,0)}
PAUSE=     {findwnd(,PVRX2)}{SendMsg(32775,131153,0)}
STOP=      {findwnd(,PVRX2)}{SendMsg(32775,131155,0)}

REC={findwnd(,PVRX2)}{SendMsg(32775,131147,0)}
MUTE={findwnd(,PVRX2)}{SendMsg(32775,131149,0)}

CHNLUP={findwnd(,PVRX2)}{SendMsg(32775,33,0)}
CHNLDOWN={findwnd(,PVRX2)}{SendMsg(32775,34,0)}

FUNC={findwnd(,PVRX2)}{SendMsg(32775,131151,0)}
GUIDE={findwnd(,PVRX2)}{SendMsg(32775,112,0)}
TV={findwnd(,PVRX2)}{SendMsg(32775,113,0)}
VIDEOS={findwnd(,PVRX2)}{SendMsg(32775,114,0)}
MUSIC={findwnd(,PVRX2)}{SendMsg(32775,115,0)}
PICTURES={findwnd(,PVRX2)}{SendMsg(32775,116,0)}
RADIO={findwnd(,PVRX2)}{SendMsg(32775,117,0)}
TEXT={findwnd(,PVRX2)}{SendMsg(32775,131151,0)}
VOLUP={findwnd(,PVRX2)}{SendMsg(32775,131179,0)}
VOLDOWN={findwnd(,PVRX2)}{SendMsg(32775,131181,0)}

RED={findwnd(,PVRX2)}{SendMsg(32775,131154,0)}
GREEN={findwnd(,PVRX2)}{SendMsg(32775,131143,0)}
YELLOW={findwnd(,PVRX2)}{SendMsg(32775,131161,0)}
BLUE={findwnd(,PVRX2)}{SendMsg(32775,131138,0)}

TEXT={findwnd(,PVRX2)}{SendMsg(32775,131156,0)}
SUBCC={findwnd(,PVRX2)}{SendMsg(32775,118,0)}

Thanks for your efforts, much appreciated. PS had to swap gbpvr and devnz directories in this line to make it work.
GRNPOWER={run(c:\progra~1\gbpvr\devnz\pvrx2.exe)}
agerdin
Offline

Senior Member

Posts: 692
Threads: 96
Joined: Sep 2004
#17
2009-01-29, 12:12 PM
agerdin Wrote:Hi, after a reinstall on my computer I lost the Irremote.ini file and now I have problems setting it up again. The issue im having is that the 32775 codes for my navigation buttons (NAVUP; NAVDOWN; NAVLEFT; NAVRIGHT) does not work. All other buttons work fine. I am suspecting the problem is that I have the "old" 34 button Hauppauge remote.

This is how my [default] part of the irremote.ini file looks like:

As you can see I have experimented with the names of the buttons to no avail.

Hope that someone have any ideas.

\\Agerdin

Figured it out. Had to use the following "tags" and use the 32775 codes from the NAV butttons.

Code:
CHNLUP={findwnd(,PVRX2)}{SendMsg(32775,38,0)}
CHNLDOWN={findwnd(,PVRX2)}{SendMsg(32775,40,0)}
VOLUP={findwnd(,PVRX2)}{SendMsg(32775,39,0)}
VOLDOWN={findwnd(,PVRX2)}{SendMsg(32775,37,0)}

Posting the solution here for future reference.

\\Agerdin
highestbid
Offline

Member

Posts: 55
Threads: 9
Joined: Jul 2009
#18
2009-10-04, 06:01 AM
I see lots of messages like #2 above that say SEE ATTACHMENT yet I see no attachments :-) can you tell me where I am going wrong?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,680
Threads: 767
Joined: Nov 2003
#19
2009-10-04, 11:50 AM
highestbid Wrote:I see lots of messages like #2 above that say SEE ATTACHMENT yet I see no attachments :-) can you tell me where I am going wrong?
Forum attachments are deleted after a year or so to keep backup sizes manageable.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): « Previous 1 2


Possibly Related Threads…
Thread Author Replies Views Last Post
  Hauppauge 2250 MCE remote Jeckler 22 20,550 2013-03-26, 04:26 PM
Last Post: DonBrutto
  Exit button on StreamZap remote now exits PVRX2 billbobbins 5 5,118 2012-08-30, 09:43 PM
Last Post: billbobbins
  VMR9 Error message cristovao 7 5,753 2012-01-31, 07:35 AM
Last Post: SLR_65
  No Signal message PVRX2 Flyndr 6 2,887 2011-06-20, 10:29 AM
Last Post: martint123
  Program MCE remote? arkennedy75 1 2,654 2011-04-13, 12:09 AM
Last Post: pBS
  remote problem in GBPVR Zacken 5 2,584 2010-12-08, 09:00 PM
Last Post: Zacken
  Sudden Error Message when accessing gbpvr web interface classpro 0 1,520 2010-11-11, 11:59 PM
Last Post: classpro
  Dropped frames / messed-up time codes ? jch 9 3,361 2010-10-10, 02:55 AM
Last Post: jch
  Lost with HIP and my MCE remote kjc 15 5,016 2010-09-24, 07:13 AM
Last Post: mila06
  Remote double-keypress problem with Win 7 toboR 7 3,123 2010-05-21, 01:12 AM
Last Post: sgilani

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

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

Linear Mode
Threaded Mode