NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Wishlist v
« Previous 1 … 95 96 97 98 99 … 193 Next »
Start GBPVR w/ Hauppauge IR remote?

 
  • 0 Vote(s) - 0 Average
Start GBPVR w/ Hauppauge IR remote?
skoodog
Offline

Junior Member

Posts: 20
Threads: 8
Joined: Sep 2006
#1
2006-09-26, 07:04 PM
This may be not so much a GB-PVR issue as much as a Hauppauge issue - I want to load GB-PVR by hitting the Power button on my Hauppauge remote. Is there something that can do this? I searched the forums real quick for something but came up empty.
Ted the Penguin
Offline

Posting Freak

Posts: 1,590
Threads: 64
Joined: Aug 2006
#2
2006-09-26, 07:14 PM (This post was last modified: 2006-09-26, 07:29 PM by Ted the Penguin.)
edit your irremote.ini file in the default section to launch GBPVR when the powerbutton is hit. search the internet for irremote.ini file editing

EDIT: yeah what he says, I dont have my main machine here to look at what the command is
gEd
Offline

Posting Freak

London
Posts: 3,518
Threads: 100
Joined: Jan 2005
#3
2006-09-26, 07:25 PM
In the [default] section add

GRNPOWER={run(c:\Progra~1\devnz\gbpvr\GBPVR.exe)}
“If this is the way Queen Victoria treats her prisoners, she doesn't deserve to have any.”
dgeezer
Offline

Senior Member

Posts: 324
Threads: 9
Joined: Feb 2005
#4
2006-09-30, 09:04 AM
I was going to say,"Oh, just press the red button on your remote and it will bring up GBpvr." Then I wondered why no one else said this.

I looked at the irremote.ini and found that I had added this feature without even knowing it. I wrote a one line autoit script to start GBpvr and compiled it as WinTV2K.exe and replaced the original file in the winTV directory with this one. Now if I press the Go button on the remote it brings up the Hauppauge menu and the first selection takes you to GBpvr but also the red button which is supposed to start wintv2k also starts GBpvr.

I always assumed that the red button had always started GBpvr from windows and that I just had never happened upon it. I didn't know about editting the irremote.ini until after I had come up with this workaround.

Now, what I would like is for the green power button to take the computer into and out of standby mode.
Server: Windows 10 - ASrock N3150DC -ITX Fanless Celeron
Clients: Shield TV with X-newa on Kodi, Asus chromebox - openelec - X-newa on Kodi
agidius
Offline

Senior Member

Posts: 469
Threads: 77
Joined: Apr 2006
#5
2006-09-30, 09:40 AM
I dont think it even receives signals while in standby.
Server--AthlonXP 2100+ \ PVR150MCE \ HVR1600 x2
Client 1--Athlon64 3200+
Client 2--Athlon64 3700+
Client 3--Turion64x2 1.9 laptop
dgeezer
Offline

Senior Member

Posts: 324
Threads: 9
Joined: Feb 2005
#6
2006-09-30, 10:07 AM
I think that you are right about it not recieving while in standby.
Server: Windows 10 - ASrock N3150DC -ITX Fanless Celeron
Clients: Shield TV with X-newa on Kodi, Asus chromebox - openelec - X-newa on Kodi
sdhotwn
Offline

Junior Member

Posts: 3
Threads: 0
Joined: Oct 2006
#7
2006-10-09, 06:09 PM
Is the deal the same if you want the green "MCE" button on an MCE remote to boot GBPVR?
Ton
Offline

Member

Posts: 233
Threads: 16
Joined: Aug 2005
#8
2006-10-09, 09:02 PM
On the same note, I use a AutoIt script from pBS (that I tweaked a little bit)...

It:

- Checks if GBPVR is running, if not, it starts it and ends
- If GBPVR is running, but not the active window, it activates it, then ends
- If GBPVR is running AND active, it send the "F7" key to GBPVR.

I then mapped this to the Green button on the MCE remote (using HIP). I have left GBPVR to handle the "normal" MCE keys, but just remapped the extra keys I wanted (DVD to Video Library, Green button to the script above and Power off (PC) to my little "check recording/MVP before shutdown" batch-file).

For those interested, I have inncluded the script and binary in this zip....
//Ton
Ton
Offline

Member

Posts: 233
Threads: 16
Joined: Aug 2005
#9
2006-10-09, 09:23 PM
Okay, I've just finished my rig, so I currently know a little bit about remotes and standby / wake-up.

To get a computer into standby using the remote is not a big deal... Just remap the button to a batch file that does something like this:

Code:
@echo off
Rem * Check MVP's
FOR %%A IN (6 7 8 9) DO (
netstat -an|find ":590%%A"|find /i "establ" > NUL
IF NOT ERRORLEVEL 1 goto nohibernatempv
)

Rem * Check recording in progress
c:\gbpvr\gbpvr\gbpvrcli.exe /inp 1 /mes "{Status}" | find /i "in progres"
IF NOT ERRORLEVEL 1 goto nohibernaterec

:hibernate
echo %date% %time% Hibernate is possible. >> c:\cron\hibernate.log
rundll32.exe powrprof.dll,SetSuspendState
goto end

:nohibernaterec
echo %date% %time% something is being recorded. Will not suspend or hibernate. >> c:\cron\hibernate.log
goto end

:nohibernatempv
echo %date% %time% some MVP is connected. Will not suspend or hibernate. >> c:\cron\hibernate.log
goto end

:end
exit

To get it to wake up is anothet matter.... You need:

1. An IR-receiver that supports wake-up (pretty sure the Hauppauge's don't)
2. Configure your motherboard to supply 5V to the USB port when in standby
3. Apply a registry-hack
4. Configure the IR-receiver to "allow wake-up from standby"

If you have an MCE-remote, and a motherboard that supports it, it can be done (works very well for me).

They have some great articles at "thegreenbutton.com".
//Ton
bckappen
Offline

Member

Posts: 51
Threads: 1
Joined: Jan 2006
#10
2006-10-09, 11:55 PM
Awesome!!! A ton of thanks to Ton!! Big Grin
AMD Athlon64 2800+
1GB DDR and 2x 160GB SATA HDD
ATI Radeon X1650Pro AGP 8x 512MB DDR
1x OnAir HD, 2x HVR1600, 1x PVR-150
Cox Analog Cable and OTA ATSC
Windows XP SP3
GBPVR (>= 1.3.7)
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  ATSC tuning with the remote mvallevand 1 636 2024-01-22, 04:40 AM
Last Post: sub
  install change-startup and start menu shortcuts paulc 0 977 2020-10-03, 06:13 AM
Last Post: paulc
  Context Menu via remote TK978 5 2,755 2019-04-19, 12:21 AM
Last Post: TK978
  Please support Hauppauge HVR-2550 FM Radio Tuner MFaklis 5 4,666 2016-07-28, 08:46 PM
Last Post: sub
  HDMI-CEC support (Consumer Electronics Control) i.e. remote control over HDMI) tomper 22 11,977 2016-05-28, 06:13 PM
Last Post: fred250
  NPVR notification area icon right click to settings without having to "Start N-PVR" tripkip 4 2,872 2015-12-20, 05:36 PM
Last Post: sub
  Some keystroke/remote suggestions WayneD 0 1,457 2015-09-20, 12:01 AM
Last Post: WayneD
  Feature Request for windows media center remote JoeNezZ 2 3,061 2015-09-01, 04:56 PM
Last Post: 2leftfeet
  Remote Player? arrmo 16 6,212 2015-08-22, 03:47 AM
Last Post: arrmo
  Remote Control KNet 3 2,481 2015-08-17, 05:35 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