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 … 686 687 688 689 690 … 1231 Next »
Anyone have GBPVR.exe in Irremote.ini?

 
  • 0 Vote(s) - 0 Average
Anyone have GBPVR.exe in Irremote.ini?
capone
Offline

Posting Freak

Posts: 1,756
Threads: 190
Joined: Jan 2005
#1
2005-04-29, 09:06 PM
I'm guessing it would look something like this:

GRNPOWER={run(gbpvr.exe)}

Two questions:

1) How do you handle the path to it?

I see ones like this: {run(..\vtplus\vtplus32.exe)}, but what is it relative to? Ones to WinTV stuff look like this: {run(wintv2k.exe)}

2) Where do you put it?

I want to happen in Windows only, and not in GB.

The purpose of this is to be able to use the Exit (mapped to ShutDown plugin), and reopen GB.
onestar
Offline

Senior Member

Posts: 252
Threads: 42
Joined: Mar 2005
#2
2005-04-29, 09:39 PM
capone Wrote:I'm guessing it would look something like this:

GRNPOWER={run(gbpvr.exe)}

Two questions:

1) How do you handle the path to it?

I see ones like this: {run(..\vtplus\vtplus32.exe)}, but what is it relative to? Ones to WinTV stuff look like this: {run(wintv2k.exe)}

2) Where do you put it?

I want to happen in Windows only, and not in GB.

The purpose of this is to be able to use the Exit (mapped to ShutDown plugin), and reopen GB.


[Default]
GRNPOWER={run(i:\gbpvr\gbpvr.exe)}

irremote.ini in windows directory. I put the full path in. Works fine. If you don't want in GBPVR add a line there with a blank command I think. You may want to add put this in the foreground too.
capone
Offline

Posting Freak

Posts: 1,756
Threads: 190
Joined: Jan 2005
#3
2005-04-29, 11:33 PM
GRNPOWER={run(c:\Progra~1\devnz\gbpvr\GBPVR.exe)}

Worked like a charm...thx.

To all, just make sure it is forced foreground, or know the button to alt-tab w/ (menu works)
Tulex
Offline

Member

Posts: 124
Threads: 30
Joined: Feb 2005
#4
2005-04-30, 12:08 AM
Just remember that this is not supported by Sub........ Wink ( That was all in fun)
Intel D915PBL with P4 550 3.4 W/1GB PC4200
Seagate 160GB and Plextor PX-716SA DVD SATA drives
DVI via Gigabyte GeForce 6600GT
Hauppauge WinTV-PVR150
garetmax

Unregistered
 
#5
2005-07-21, 01:37 AM
I've got GB-PVR opening using the greenpower button by modifying the default section of irremote.ini as shown in this post.

What do I put in the GB-PVR section of irremote.ini to use the greenpower button to turn off GB-PVR?
ejeffers
Offline

Member

Posts: 175
Threads: 23
Joined: Jul 2005
#6
2005-07-21, 01:34 PM
garetmax Wrote:What do I put in the GB-PVR section of irremote.ini to use the greenpower button to turn off GB-PVR?

Just set the GRNPOWER button to {alt}{f4} in the GBPVR section.
garetmax

Unregistered
 
#7
2005-07-21, 10:53 PM
I put it in there but I doesn't work for me. Is there something else I need?

It seems to only make GB-PVR the focus if it wasn't already but it won't shut down GB-PVR even after pushing again after being on focus.

I can push alt-f4 on my keyboard and GB-PVR shuts down correctly.
ejeffers
Offline

Member

Posts: 175
Threads: 23
Joined: Jul 2005
#8
2005-07-22, 12:57 AM
I dont know what to tell you, it works fine for me.
weisguy
Offline

Member

Posts: 145
Threads: 28
Joined: Jan 2006
#9
2006-02-12, 12:55 PM
Supposing I wanted to use the Green Power button to bring up the "shutdown" plugin. (I would want this behavior to be common to all modules... whether I was watching LiveTV, listening to NetRadio, etc.) Is there a particular mapping that could accomplish this?
chud
Offline

Member

Posts: 183
Threads: 18
Joined: Oct 2005
#10
2006-02-12, 05:36 PM
are you sure that is the correct path? do you have another directory in C: that starts with "Program" that would bump "Program Files" to "Progra~2"? you can always check the 8.3 path by bringing up cmd, cd'ing on over to the path of choice, then typing in "command" which runs the old command.com. the path will then show as the truncated 8.3.

also remember that any changes to irremote.ini require a restart of the ir app.

ejeffers: try this in your GBPVR setting
GRNPOWER={sys(0xF060)}

i like to be able to do just about anything from the remote except type. i have the GRNPOWER set to close apps everywhere, and use the LIVETV button to launch GBPVR.

here are my relevant irremote.ini sections for what it is worth. there are still a couple of things i have been meaning to "optimized" but given that i have been procrastinating them, these settings are working well enough for me...
. Wrote:[Default]
OLD0=
0=0
1=1
2=2
3=3
4=4
5=5
6=6
7=7
8=8
9=9
SOURCE={switch(*task*)}{shift}{tab}
MINIMIZE=
FULLSCREEN={alt}{space}x
RESERVED=

; close current active window
GRNPOWER={sys(0xF060)}
GO={gomenu()}

;;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)}

;;MY CUSTOM SETTINGS
NAVUP={UP}
NAVDOWN={DOWN}
NAVLEFT={LEFT}
NAVRIGHT={RIGHT}
SKIPFWD={TAB}
SKIPREV={SHIFT}{TAB}
PLAY={space}
OK={enter}
;;GREEN={run("C:\PROGRA~1\TEAMME~1\MEDIAP~1\mediap~1.exe")}
BLUE={run(c:\users\mike\launcher.bat)}
;;BLUE={run(c:\users\mike\launcher.lnk)}
;;BLUE={run("c:\windows\explorer.exe C:\DOCUME~1\CHU~1.HTP\DESKTOP\LAUNCHER")}
YELLOW={switch(*task*)}{shift}{tab}
RED={run(c:\windows\system32\sndvol32.exe)}
CHNLUP={pgup}
CHNLDOWN={pgdn}
BACK={esc}
CHNLPREV={backspace}
MENU={alt}f
TEXT={alt}{space}x
SUBCC={alt}{space}r
TVNEW={run("c:\progra~1\gbpvr\gbpvr.exe")}
VIDEOS={run("c:\progra~1\gbpvr\gbpvr.exe" -direct "My Videos")}
MUSIC={run("c:\progra~1\gbpvr\gbpvr.exe" -direct "My Music")}
GUIDE={run("c:\Progra~1\intern~1\IEXPLORE.EXE" -k http://tvlistings2.zap2it.com/grid.asp?p...d=national)}
RADIO={run("c:\Progra~1\intern~1\IEXPLORE.EXE" -k http://www.theweathernetwork.com/weather...ON0356.htm)}

[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}
CHNLPREV={ctrl}W
;VOLUP=+
;VOLDOWN=-
;GO={f11}
GO={home}
OK={enter}
RED={ctrl}R
GREEN={ctrl}G
FASTFWD={ctrl}F
FULLSCREEN={alt}{enter}
REWIND={ctrl}D
BACK={esc}
SKIPFWD={ctrl}{right}
SKIPREV={ctrl}{left}
MENU={ctrl}r
PLAY={ctrl}P
PAUSE={ctrl}Q
STOP={ctrl}S
;;YELLOW={ctrl}Y
;;BLUE={ctrl}B
REC={ctrl}K
FUNC={ctrl}O
GUIDE={f1}
TVNEW={f2}
VIDEOS={f3}
MUSIC={f4}
PICTURES={f5}
RADIO={f6}
POWER={f12}
;;TEXT={ctrl}O
TEXT={alt}{enter}
SUBCC={f7}
« 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
  how to use IR server suite with GBPVR zaprat 82 62,665 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,392 2014-05-15, 12:59 AM
Last Post: lchiu7
  GBPVR and NPVR jigster99 2 5,188 2013-02-16, 01:50 AM
Last Post: jigster99
  BBC HD / BBD 1 HD in GBPVR Pob 21 13,521 2012-10-05, 05:42 PM
Last Post: Pob
  tv guide empty in gbpvr works in pvrx2 slowtech 37 17,229 2012-08-27, 04:00 PM
Last Post: rscheller
  Unused gbpvr returns to life with minimal effort KS4UA 0 2,353 2012-03-18, 02:07 AM
Last Post: KS4UA
  Last version of GBPVR download? matthrolf 8 6,464 2011-11-16, 09:22 AM
Last Post: MixMan
  Is card emulation as easy with gbpvr as with npvr? martint123 3 3,412 2011-10-20, 07:13 PM
Last Post: martint123
  GBPVR Webserver does not work - Windows 7 Pro, 64 Bit Ijaja 6 4,491 2011-10-19, 07:21 PM
Last Post: Basher52
  GBPVR will not wake up XP computer from sleep keith_leitch 8 4,867 2011-10-10, 08:26 PM
Last Post: keith_leitch

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

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

Linear Mode
Threaded Mode