How to get your PCTV Stereo remote working! (1 Viewer)

DarkWader

Portal Pro
October 3, 2006
270
6
46
Home Country
Norway Norway
This will only work on the SERIAL/COMport remote. USB is not supported by the program.

First, download the free PCTV remote program from Boogersoft or sourceforge
Dont bother with the one that came with your installation cd. This one IS better.

I have created a config file that works on Mediaportal, Meedio and MCE.

The P, L and I buttons will launch the different mediacenters.
The OFF button will close the active window/application (does not work with Meedio)
Some buttons are not what they appear, because the lack of buttons on the remote.
Just try and memorize what the individual button does, or change it too your likings.

Now when you have installed the program and started it, rightclick the icon in the tray and "Edit Config File"

Copy paste the following code and save. Restart the remote application.

Code:
/* Programmed by DarkWader */

port=1    /* Listening on COM1 */

key46={run("C:\\Program Files\\Team Mediaportal\\Mediaportal\\MediaPortal.exe","NORMAL")}	/* Runs MediaPortal */
key31={run("C:\\Windows\\ehome\\ehshell.exe","NORMAL")}		                            /* Runs MCE */
key43={run("C:\\Program Files\\Meedio\\Meedio Essentials\\Meedio.exe","NORMAL")}	/* Runs Meedio */

key47={sendkeys("ALT+F4+^F4+^ALT")} /* Closes active window/application */

key60={sendkeys("VOLUMEMUTE+^VOLUMEMUTE")}
key27={sendkeys("VOLUMEUP+^VOLUMEUP")}
key15={sendkeys("VOLUMEDOWN+^VOLUMEDOWN")}

key63={sendkeys("UP+^UP")}
key62={sendkeys("DOWN+^DOWN")}
key59={sendkeys("RIGHT+^RIGHT")}
key61={sendkeys("LEFT+^LEFT")}
key26={sendkeys("ENTER+^ENTER")}

key49={sendkeys("NUM1+^NUM1")}
key50={sendkeys("NUM2+^NUM2")}
key51={sendkeys("NUM3+^NUM3")}
key52={sendkeys("NUM4+^NUM4")}
key53={sendkeys("NUM5+^NUM5")}
key54={sendkeys("NUM6+^NUM6")}
key55={sendkeys("NUM7+^NUM7")}
key56={sendkeys("NUM8+^NUM8")}
key57={sendkeys("NUM9+^NUM9")}
key58={sendkeys("NUM0+^NUM0")}


(WindowsForms10.Window.8.app.0.3ce0bb8) /* MediaPortal */

key23={sendkeys("PGUP+^PGUP")}
key28={sendkeys("PGDOWN+^PGDOWN")}
key39={sendkeys("R+^R")} 
key22={sendkeys("ESC+^ESC")}
key21={sendkeys("SPACE+^SPACE")}
key19={sendkeys("F7+^F7")}
key25={sendkeys("F8+^F8")}
key14={sendkeys("F5+^F5")}
key13={sendkeys("P+^P")}
key11={sendkeys("B+^B")}
key7={sendkeys("F6+^F6")}
key30={sendkeys("S+^S")}
key45={sendkeys("X+^X")}
key37={sendkeys("0+^0")}
key29={sendkeys("Y+^Y")}
key41={sendkeys("F3+^F3")}


(TScreenForm) /* Meedio Essentials */

key28={sendkeys("PGDOWN+^PGDOWN")}
key91={sendkeys("RIGHT+^RIGHT")}
key79={sendkeys("LEFT+^LEFT")}
key26={sendkeys("ENTER+^ENTER")}
key29={sendkeys("F10+^ F10")}
key25={sendkeys("NUMPAD8+^NUMPAD8")}
key22={sendkeys("BACKSPACE+^BACKSPACE")}
key21={sendkeys("PAUSE+^PAUSE")}
key30={sendkeys("INS+^INS")}
key13={sendkeys("SPACE+^SPACE")}
key11={sendkeys("NUMPAD5+^NUMPAD5")}
key7={sendkeys("NUMPAD6+^NUMPAD6")}
key14={sendkeys("NUMPAD4+^NUMPAD4")}
key45={sendkeys("F1+^F1")}
key24={sendkeys("F9+^F9")}


(eHome Render Window) /* Microsoft MediaCenter */

key22={sendkeys("BACKSPACE+^BACKSPACE")}
key23={sendkeys("PGUP+^PGUP")}
key28={sendkeys("PGDOWN+^PGDOWN")}
key39={sendkeys("CTRL+R+^R+^CTRL")}
key21={sendkeys("CTRL+P+^P+^CTRL")}
key29={sendkeys("CTRL+D+^D+^CTRL")}
key25={sendkeys("CTRL+F+^F+^CTRL")}
key19={sendkeys("CTRL+B+^B+^CTRL")}
key24={sendkeys("CTRL+G+^G+^CTRL")}
key14={sendkeys("CTRL+SHIFT+B+^SHIFT+^B+^CTRL+^SHIFT")}
key7={sendkeys("CTRL+SHIFT+F+^SHIFT+^F+^CTRL+^SHIFT")}
key11={sendkeys("CTRL+SHIFT+S+^SHIFT+^S+^CTRL+^SHIFT")}
key13={sendkeys("CTRL+SHIFT+P+^SHIFT+^P+^CTRL+^SHIFT")}
key38={sendkeys("CTRL+SHIFT+T+^SHIFT+^T+^CTRL+^SHIFT")}
key45={sendkeys("LWIN+ALT+ENTER+^ALT+^ENTER+^LWIN+^ALT")}
 

DarkWader

Portal Pro
October 3, 2006
270
6
46
Home Country
Norway Norway
Here is a picture of the remote that I use, and the one the config fits.
There is also a key-map, so you can edit the config.
 

charos

New Member
April 5, 2007
2
0
42
I used your config with great success ! However I am missing a very important function for me :any chance to map a button for changing subtitles (vobsub) ... somehow I cannot make it work ...
 

Users who are viewing this thread

Top Bottom