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 … 676 677 678 679 680 … 1231 Next »
Hauppauge 45 Button Remote Question

 
  • 0 Vote(s) - 0 Average
Hauppauge 45 Button Remote Question
bay_wolf
Offline

Junior Member

Posts: 2
Threads: 2
Joined: Oct 2006
#1
2006-10-27, 06:36 PM
Can I have the Green Power button turn off the computer (it can't turn it back on I know) so that I don't have to get up and turn it off.

Regards and thanks in advance.
Carlito
Offline

Posting Freak

Posts: 817
Threads: 41
Joined: May 2006
#2
2006-10-27, 07:09 PM
you could try adding something like this to your irrremote.ini file under the gbpvr section
GRNPOWER={run(SHUTDOWN -s -t 01}

Edit..
I have not tried this but it should work...
----------------------
[SIZE="1"]PVRX2 1.3.11
Shuttle SG33G5 Case
Core2Duo E8400 3Ghz -- 4 GB RAM
Hauppauge PVR-150
Adaptec AVC-3610 Dual Tuner
Onboard Intel GMA 3100 through HDMI -- 500GB
37" Westinghouse LCD (1920 x 1080p)

Projects
Program Image Tool[/SIZE]
fuzzweed
Offline

Posting Freak

Posts: 1,210
Threads: 200
Joined: May 2006
#3
2006-10-28, 09:07 AM
or download the shutdown plugin http://gbpvr.com/pmwiki/pmwiki.php/Plugin/Shutdown
[SIZE="1"]Server: Win7 N | AMD Phenom II X4 3.2GHz | 4Gig RAM | Gigabyte GA-MA770-DS3 Mobo | 5TB+ HDDs | 2x BlackGold Twin HD DVB-T| ATI HD 5450 | Cambridge Audio DAC Magic
Client 1: OpenElec / XBMC | Dell GX280 P4 3.4GHz |2Gig RAM | ATI HD 5450 | SPDIF pass through
Client 2: OpenElec / XBMC | Dell GX280 P4 3.4GHz |2Gig RAM | ATI HD 5450 | C-MEDIA USB DAC
Android: Samsung Galaxy S2 GT-I9100 4.4.2 Cyanogenmod 11[/SIZE]
andrew_macaluso
Offline

Member

Posts: 139
Threads: 32
Joined: Sep 2006
#4
2006-10-28, 04:43 PM
Aren't there options for Standby, Hibernate, Shutdown, and Restart under the "System" Menu?
mmatheny
Offline

Senior Member

Posts: 732
Threads: 113
Joined: May 2006
#5
2006-11-07, 08:15 PM
And is there some reference as to what you can put there for what buttons do what. I have the 34 button Hauppauge, and there are buttons with no labels I would like to assign to features.

Thanx in advance.
tieke
Offline

Senior Member

Posts: 450
Threads: 72
Joined: Jul 2004
#6
2006-11-07, 08:57 PM
mmatheny Wrote:where is the irremote.ini file?
The irremote.ini file can be found under your windows directory, and you can basically apply whatever keypresses you want to the remote buttons. The settings under the [Default] section near the top apply to all programs if there is not a program-specific mapping listed further down. ie if you just want it to affect GB-PVR, do a search for "GB-PVR" and edit that section, whereas if you want a mapping to be universal, edit the mappings in the [Default] section.

A good example is that if you want to assign the remote power key to start up GB-PVR/bring it to the foreground, you would place a mapping such as this in the [Default] section, as it needs to work when GB-PVR isn't active:
Code:
GRNPOWER={run(c:\Progra~1\devnz\GBPVR\GBPVR.exe)}{sleep(750)}{FindWnd(GBPVRWndClass,)}{fgnwn d()}

cheers,

tieke
mmatheny
Offline

Senior Member

Posts: 732
Threads: 113
Joined: May 2006
#7
2006-11-08, 03:37 PM
OK - but where would I find all the commands I can assign to a particular button? And how is an application specific section identified - by the executable name or some other way??
skippy_nz
Offline

Senior Member

Posts: 582
Threads: 54
Joined: May 2006
#8
2006-11-09, 06:46 AM
mmatheny Wrote:OK - but where would I find all the commands I can assign to a particular button? And how is an application specific section identified - by the executable name or some other way??

most of the buttons would have a command associated to them - just check out the ini file and you should be able to figure it out - http://gbpvr.com/pmwiki/pmwiki.php/Manual/Irremoteini i dont know if this is what you were after ?

cheers
skip
miken32
Offline

Junior Member

Posts: 24
Threads: 3
Joined: Feb 2006
#9
2006-11-10, 05:32 AM
mmatheny Wrote:OK - but where would I find all the commands I can assign to a particular button? And how is an application specific section identified - by the executable name or some other way??

Each section, except for the default section, is identified by the text in the title bar of the window. This isn't always visible to you however (like when you're watching TV.)

There is no list of commands; the file is part of Hauppauge's software, and documentation is not high on their list of concerns. Common problem, that.

If you want to find out how to refer to unlabeled buttons, you'll notice a section in the irremote.ini labeled 'debug.txt' so make a file with that name, open it up in a word processor of your choosing and start pushing buttons.
kayak4ever
Offline

Senior Member

Posts: 357
Threads: 27
Joined: Sep 2006
#10
2006-11-10, 02:11 PM
miken32 Wrote:If you want to find out how to refer to unlabeled buttons, you'll notice a section in the irremote.ini labeled 'debug.txt' so make a file with that name, open it up in a word processor of your choosing and start pushing buttons.

Could you give an example of how to do this? I think I would create a file in the C:Windows directory called "debug.txt". Would I then push the unnamed Hauppauge remote button that I want to program such as the underscore button between the * and the # number button (and if I do, will something show up in the word processor file I am working in), then press the equal sign on the keyboard followed by quote, space, quote? Or is it a matter of simply typing the symbol for underscore in the word processing program? The reason for my confusion is that it seems that the other buttons, red, green, etc., are labelled in the part of the irremote.ini file that says RED="F7" or something similar. If I don't know what to put on the left side of the equals sign, I don't know how I can make my own label.

What I would like to do is make the underscore key create a space when I am using the search functions. If I try to search "Rick Mercer", I can't enter the space (because I get "Rick0Mercer") so I am limited to searching one word of the title.
« 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
  GBPVR support for Hauppauge WinTV-HVR-1900 or Hauppauge HD-PVR (PAL) lchiu7 23 18,622 2014-05-15, 12:59 AM
Last Post: lchiu7
  Hauppauge 2250 MCE remote Jeckler 22 20,859 2013-03-26, 04:26 PM
Last Post: DonBrutto
  Exit button on StreamZap remote now exits PVRX2 billbobbins 5 5,249 2012-08-30, 09:43 PM
Last Post: billbobbins
  Composite Source using Hauppauge PVR500 gives sound but no video DukeBrymin 1 3,074 2012-02-03, 02:41 AM
Last Post: slowtech
  Will A Hauppauge Colossus work in 1.4.7? hondophred 5 3,801 2011-06-29, 09:12 PM
Last Post: sub
  Recording problem with Hauppauge Nova-S USB2 ... softfoot 4 3,445 2011-06-27, 02:06 AM
Last Post: sub
  Program MCE remote? arkennedy75 1 2,703 2011-04-13, 12:09 AM
Last Post: pBS
  remote problem in GBPVR Zacken 5 2,644 2010-12-08, 09:00 PM
Last Post: Zacken
  Hauppauge 1600 analog stopped working stoenjes 2 2,000 2010-11-16, 11:09 PM
Last Post: ryanmc
  GBPVR Database question - Recording Schedule David B 1 1,650 2010-11-08, 09:21 PM
Last Post: sub

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

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

Linear Mode
Threaded Mode