I've tried all sorts of names I found in the title bar and in my task manager, but none seemed to work. Also when viewing MP3's in fullscreen (nice mediaplayer) I can't return to the menu using the keys on the keyboard. untill now what I can do is using the power button to quit MP and restart it again, or just stick to version 0.1.0.0
If anyone has a fix, I would be glad to know.
Here's the entire code from my irremote.ini file for you all. Sorry I have to post it this way but I can't host the file for download. This works for me in v0.1.0.4, has unneeded code trimmed out and only works for the 45 button Hauppauge remote. Hope it helps.
: 12/23/2004 JBM, based on:
; FGR 09/24/2004 Support firmware V2; 32-bit IR application
; FILEVERSION 2,45,22267,0
; requires ir32.exe, irremote.dll 2.45.22230 or later
; Supports Key Codes 64-127 via RC5 'field' bit
; support latest IR HW on WinTV-USB2, and "IR Blaster" RC5/RC6 receiver
[Remote]
RepeatDelay=3
;Beep = 1 ; Sound for MessageBeep() to make for each Remote Keystroke
;PowerDownSound = 0 ; Sound for MessageBeep() to make when powering down
MenuLoad=1 ; use tray as app launcher
; map RC5 System Codes to button "name" lookup table
[SystemCode]
30=HCWPVR2
; These tables map actual IR scan codes to button "names" on a per system code basis
; Undefined values get the name "CODExx" by default (mostly for debugging)
; Real buttons on a remote should always get a real button name
; Note: some button "names" can only be generated by certain remotes
; Also, note that seemingly similar buttons may have unique names on different remotes
; This is to allow treating them differently based on the remote, and the
; "paradigm" of how they are used. For example; on old remotes there is a seperate TV
; button, but no GRNPOWER button. So, on old remotes we treat TV as on/off, where on PVR
; remote we use the GoMenu function (or RED as On), and the GRNPOWER as Off.
; First item in this section IS always the default app if no others found
[Applications]
Default=
WinTV Remote=
Windows Media Player=
ActiveMovie Window=
FullScreen=
WinTV32=
WinTV32(1)=
WinTV32(2)=
WinTV32(3)=
WinTV32(4)=
WinTV32(5)=
WinTV32(8)=
WinTV32(9)=
WinTV32(10)=
WinTV32(11)=
WinTV32(12)=
PVRFullScreen=
WinTV Scheduler=
Media Portal=
*task*=
;*suspend*=
Debug.txt=
; close current active window; disabled for now
;GRNPOWER={sys(0xF060)}
;Option to start Media Portal from a shortcut
;(Jives with Media Portals working directory)
GRNPOWER={run(c:\progra~1\teamme~1\mediap~1\mprun.bat)}
GO={gomenu()}
MENU={switch(*task*)}{shift}{tab}
RED={alt}{space}x
;;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)}
;Note: only tested with Windows Media Player 8
[Windows Media Player]
BACK={esc}
MUTE={F8}
VOLUP={F10}
VOLDOWN={F9}
CHNLUP={VK_UP}
CHNLDOWN={VK_DN}
NAVUP={VK_UP}
NAVDOWN={VK_DN}
OK={enter}
REC=
STOP={ctrl}s
PAUSE={ctrl}p
PLAY={ctrl}p
REWIND={ctrl}b
FASTFWD={ctrl}f
SKIPFWD={ctrl}{shift}f
SKIPREV={ctrl}{shift}b
1={alt}1
2={alt}2
3={alt}3
RED={alt}{enter}
YELLOW={ctrl}1
BLUE={ctrl}2
GRNPOWER={alt}{f4}
;Windows Media Player 8 Full Screen
; but "ActiveMovie Window" is terribly generic
[ActiveMovie Window]
BACK={esc}
MUTE={F8}
VOLUP={F10}
VOLDOWN={F9}
CHNLUP=
CHNLDOWN=
REC=
STOP={findwnd(,Windows Media Player)}{cmd(32809)}
PAUSE={findwnd(,Windows Media Player)}{cmd(32808)}
PLAY={findwnd(,Windows Media Player)}{cmd(32808)}
REWIND={findwnd(,Windows Media Player)}{cmd(32810)}
FASTFWD={findwnd(,Windows Media Player)}{cmd(32811)}
SKIPFWD={findwnd(,Windows Media Player)}{cmd(32812)}
SKIPREV={findwnd(,Windows Media Player)}{cmd(32813)}
1={alt}1
2={alt}2
3={alt}3
RED={alt}{enter}
YELLOW={ctrl}1
BLUE={ctrl}2
GRNPOWER={alt}{f4}
; WinTV32 in fullscreen mode
; Media Portal in fullscreen mode
[FullScreen]
;Fullscreen for WinTV32
;0=0
;1=1
;2=2
;3=3
;4=4
;5=5
;6=6
;7=7
;8=8
;9=9
;MUTE={ctrl}m
;VOLUP={pgup}
;VOLDOWN={pgdn}
;CHNLUP=+
;CHNLDOWN=-
;TV={alt}{f4}
;REC={ctrl}t{findwnd(wintv_32,wintv32)}{fgnwnd()}{cmd(3325)}
;STOP={ctrl}f{findwnd(wintv_32,wintv32)}{fgnwnd()}
;PAUSE={ctrl}t{cmd(3319)}{sleep(3000)}{ctrl}t
;PLAY={ctrl}t{cmd(3323)}
;REWIND={cmd(32803)}
;FASTFWD={cmd(32780}}
;SKIPFWD={cmd(32775)}
;SKIPREV={cmd(32879)}
;BACK={ctrl}t
;CHNLPREV={cmd(32879)}
;; CC on/off
;SUBCC={cmd(32878)}
;GRNPOWER={ctrl}t
;RED={ctrl}t
;YELLOW={ctrl}s
;BLUE={space}
; Fullscreen for Media Portal
0=0
1=1
2=2
3=3
4=4
5=5
6=6
7=7
8=8
9=9
;Close program
GRNPOWER={alt}{f4}
;Go to current time in TV guide
GO={home}
;Fullscreen toggle
RED=x
;Switch aspect ratio
GREEN=s
;Toggle playlist window, show picture info
YELLOW={f1}
;Load new TV guide, show album/DVD/file info
BLUE={f3}
;Direct access controls (currently only escape to main menu)
TV={esc}
VIDEOS={esc}
MUSIC={esc}
PICTURES={esc}
GUIDE=
RADIO={esc}
;Up one directory level
CHNLPREV=u
TEXT=
SUBCC=
;Live Mode - normal window
[WinTV32]
0=0
1=1
2=2
3=3
4=4
5=5
6=6
7=7
8=8
9=9
MUTE={ctrl}m
VOLUP={pgup}
VOLDOWN={pgdn}
CHNLUP=+
CHNLDOWN=-
TV={alt}{f4}
RED={ctrl}t
BLUE={space}
GRNPOWER={alt}{f4}
YELLOW={ctrl}s
REC={cmd(3325)}
STOP={ctrl}f
PAUSE={cmd(3319)}{sleep(1500)}
PLAY={cmd(3323)}
BACK={cmd(3327)}
;some interesting buttons for Live mode
; Toggle NoTitle mode
REWIND={cmd(32803)}
; Toggle TV mode
FASTFWD={cmd(32780}}
; Start/stop surfing
SKIPFWD={cmd(32775)}
; last channel
SKIPREV={cmd(32879)}
CHNLPREV={cmd(32879)}
; CC on/off
SUBCC={cmd(32878)}
;Fullscreen toggle
RED=x
;Switch aspect ratio
GREEN=s
;Toggle playlist window, show picture info
YELLOW={f1}
;Load new TV guide, show album/DVD/file info
BLUE={f3}
;Direct access controls (currently only escape to main menu)
TV={esc}
VIDEOS={esc}
MUSIC={esc}
PICTURES={esc}
GUIDE=
RADIO={esc}
; to use this, open notepad with a document name of debug.txt and set focus to it.
; debug.txt= must be uncommented in [applications] section as well.
[Debug.txt]
0=0{enter}
1=1{enter}
2=2{enter}
3=3{enter}
4=4{enter}
5=5{enter}
okay, well today I finally had some to do some more testing..
The fullscreen issue with the hauppauge remote seems to work...... for video.
When watching the "water" visualisation of mediaplayer, (music) it is not possible to switch back again from fullscreen.
this can be fixed by setting the audio renderer to Directshow and not mediaplayer, but then you can not see the visualisation in MP.
you could think "Who cares? Who looks at that visualisation?"
Well this is the only option my 4 months old daughter likes about MP.
(the rest will follow in a few years)