ATI Remote Wonder Plug-In for MP (1 Viewer)

hakuna

Portal Pro
October 15, 2004
395
1
48
Gothenburg
Home Country
Sweden Sweden
Re: isn't working quite yet......

saxman said:
[volumn]
up=0xBB ; VK_OEM_PLUS BB
[volum]
down=0xBD ; VK_OEM_MINUS BD
mute=0xA0 ; VK_MUTE A0
Saxman

Hi! How do you get volume up working like that?
Maybe it's some keyboard layout thing, kind of strange, but anyway, I have a Swedish layout.

Do you get the MediaPortal OSD volume bar?

My other test with iTouch did not work out, the volume bar in sys tray is moving but no osd as I have on my laptop....

I have to use this ini-settings to get all three working:
[volumn]
up=; BB don't work

[volum]
down=BD; blank also works
mute=;0xA0 ; VK_MUTE A0


/Niclas
 

saxman

Portal Member
January 22, 2005
10
0
I don't get the onscreen display any more.

When I first installed MP I was using a Logitech internet keyboard with iTouch software.......but a bought a "laptop style" Viewsonic keyboard, which is awesome.......but the software sucks and the hot keys won't work.

I haven't tested this new layout with my Remote and keyboard yet......but when I set it up, everything worked just fine with the BB setting.
 

Pingus

Portal Member
February 2, 2005
42
0
Denmark
Hi All!

I'm new to this plugin, but have a working ATI RW1 and the plugin enabled and "some" keys are working, like the numeric keys, the lower up-down-left-right, Volume, Mute ... but I need a bit of help getting the "extra" keys assigned to bottoms, like BACK, ESC and so on ....

I would be delighted if someone would post their mediaportal.ini file, since I have some troubles getting this to work!
 
M

meir87

Guest
Is it possible to make it so that whn you are in AUX1 it sends the commands to MP regardless of what is in the foreground?
 

fb_de

New Member
October 5, 2005
4
0
Is anybody willing to share those configuration files, so have something to start from and don't have to start from scratch?

I for one would very much appreciate if someone had a working and solid config that I could download somewhere :)

cheers,
Frank
 

hakuna

Portal Pro
October 15, 2004
395
1
48
Gothenburg
Home Country
Sweden Sweden
fb_de said:
Is anybody willing to share those configuration files, so have something to start from and don't have to start from scratch?

I for one would very much appreciate if someone had a working and solid config that I could download somewhere :)

cheers,
Frank

;
; ATI MediaPortal Plug-in Configuration file
;
; After you make any changes to this file, you force the
; Plug-In to reload it by
; - Start ATI Remote Wonder application
; - Select Plug-Ins Tab
; - Highlight "MdeaiPortal Plug-In and Click Configure
;
;
; Use virual key code (hex value) for mapping
;
; e.g. to map resize button on the remote to 'x' key
; locate virtual key value for 'x' VK_X (58)
;
; resize=0x58
;
; The Virtual-Key Code table is at the bottom of this file
;

[general]
; set the mode to enable once you are ready to enable the plugin
mode=enable

;
; set the mode to test, and run notepad, open the test document remote.txt
; use the remote to try out the key mapping
;
;mode=test

; this is used to isolate the keygroup setting in test mode
; DO NOT enable this unless you found a missing button
; mapping in this file

; keymask=0xFFFFFFFF

[numeric]
0=0x30 ; VK_0
1=0x31 ; VK_1
2=0x32 ; VK_2
3=0x33 ; VK_3
4=0x34 ; VK_4
5=0x35 ; VK_5
6=0x36 ; VK_6
7=0x37 ; VK_7
8=0x38 ; VK_8
9=0x39 ; VK_9

[mouse]
hand=0x52;VK_R 52 Rotate picture
left=
right=
double_click=
right_double_click=
right=
up=
left=
down=
right_up=
right_down=
left_up=
left_down=

[channel]
up=0x21 ;VK_PRIOR 21
down=0x22 ; VK_NEXT 22


[volumn]
up=; BB don't work

[volum]
down=BD;
mute=;0xA0 ; VK_MUTE A0

;www.chipx86.com/linuxstuff/officekb/keycodes.php

[cursor]
up=
down=
left=
right=


[play]
ff=0x75 ; VK_F6 75
rw=0x74 ; VK_F5 74
play=0x50 ; VK_P 50
pause=0x20 ; VK_SPACE 20
stop=0x42 ; VK_b 42
record=0x53 ; VK_S 53 Switch aspect ratio


[custom]
A=
B=
C=
D=
E=
F=

[misc]
menu=0x59 ; VK_Y 59 Add to playlist
setup=0x77;VK_F8 77 Next track (Checkbox)
enter=
web= ;RW 1 only?
resize=0x58; VK_X Full screen
stop_watch=0x70 ;VK_F1 Show playlist
question=0x78 ; ? key on RW II only;VK_F9 78 Show contextmenu
info=0x72 ;VK_F3 IMDB info (i-button)


; == Virtual-Key Code Definitions from Windows DDK ==
;Name Value Comment
;VK_LBUTTON 01 Left mouse button.
;VK_RBUTTON 02 Right mouse button.
;VK_CANCEL 03 Used for control-break processing.
;VK_MBUTTON 04 Middle mouse button (3-button mouse).
;VK_BACK 08
;VK_TAB 09
;VK_CLEAR 0C
;VK_RETURN 0D
;VK_SHIFT 10
;VK_CONTROL 11
;VK_MENU 12
;VK_PAUSE 13
;VK_CAPITAL 14
;VK_ESCAPE 1B
;VK_SPACE 20
;VK_PRIOR 21 Page up.
;VK_NEXT 22 Page down.
;VK_END 23
;VK_HOME 24
;VK_LEFT 25
;VK_UP 26
;VK_RIGHT 27
;VK_DOWN 28
;VK_SELECT 29
;VK_PRINT 2A Only used by Nokia.
;VK_EXECUTE 2B Never used.
;VK_SNAPSHOT 2C SYSREQ key starting with Windows 3.0.
;VK_INSERT 2D
;VK_DELETE 2E
;VK_HELP 2F
;VK_0 30
;VK_1 31
;VK_2 32
;VK_3 33
;VK_4 34
;VK_5 35
;VK_6 36
;VK_7 37
;VK_8 38
;VK_9 39
;VK_A 41
;VK_B 42
;VK_C 43
;VK_D 44
;VK_E 45
;VK_F 46
;VK_G 47
;VK_H 48
;VK_I 49
;VK_J 4A
;VK_K 4B
;VK_L 4C
;VK_M 4D
;VK_N 4E
;VK_O 4F
;VK_P 50
;VK_Q 51
;VK_R 52
;VK_S 53
;VK_T 54
;VK_U 55
;VK_V 56
;VK_W 57
;VK_X 58
;VK_Y 59
;VK_Z 5A
;VK_NUMPAD0 60
;VK_NUMPAD1 61
;VK_NUMPAD2 62
;VK_NUMPAD3 63
;VK_NUMPAD4 64
;VK_NUMPAD5 65
;VK_NUMPAD6 66
;VK_NUMPAD7 67
;VK_NUMPAD8 68
;VK_NUMPAD9 69
;VK_MULTIPLY 6A
;VK_ADD 6B
;VK_SEPARATER 6C Never generated by keyboard driver.
;VK_SUBTRACT 6D
;VK_DECIMAL 6E
;VK_DIVIDE 6F
;VK_F1 70
;VK_F2 71
;VK_F3 72
;VK_F4 73
;VK_F5 74
;VK_F6 75
;VK_F7 76
;VK_F8 77
;VK_F9 78
;VK_F10 79
;VK_F11 7A
;VK_F12 7B
;VK_F13 7C
;VK_F14 7D
;VK_F15 7E
;VK_F16 7F
;VK_F17 80
;VK_F18 81
;VK_F19 82
;VK_F20 83
;VK_F21 84
;VK_F22 85
;VK_F23 86
;VK_F24 87
;VK_NUMLOCK 90 NUMLOCK on all keyboards.
;VK_OEM_SCROLL 91 SCROLL LOCK on all keyboards.
;VK_OEM_1 BA Punctuation.
;VK_OEM_PLUS BB Punctuation.
;VK_OEM_COMMA BC Punctuation.
;VK_OEM_MINUS BD Punctuation.
;VK_OEM_PERIOD BE Punctuation.
;VK_OEM_2 BF Punctuation.
;VK_OEM_3 C0 Punctuation.
;VK_OEM_4 DB Punctuation.
;VK_OEM_5 DC Punctuation.
;VK_OEM_6 DD Punctuation.
;VK_OEM_7 DE Punctuation.
;VK_OEM_8 DF Punctuation.
;VK_F17 E0 F17 key on Olivetti extended keyboard (internal use only).
;VK_F18 E1 F18 key on Olivetti extended keyboard (internal use only).
;VK_OEM_102 E2 < or | on IBM-compatible 102 enhanced keyboard (non-U.S.).
;VK_ICO_HELP E3 Help key on Olivetti extended keyboard (internal use only).
;VK_ICO_00 E4 00 key on Olivetti extended keyboard (internal use only).;
;VK_ICO_CLEAR E6 Olivetti extended keyboard (internal use only).
;VK_OEM_RESET E9 Only used by Nokia.
;VK_OEM_JUMP EA Only used by Nokia.
;VK_OEM_PA1 EB Only used by Nokia.
;VK_OEM_PA2 EC Only used by Nokia.
;VK_OEM_PA3 ED Only used by Nokia.
;VK_OEM_WSCTRL EE Only used by Nokia.
;VK_OEM_CUSEL EF Only used by Nokia.
;VK_OEM_ATTN F0 Only used by Nokia.
;VK_OEM_FINNISH F1 Only used by Nokia.
;VK_OEM_COPY F2 Only used by Nokia.
;VK_OEM_AUTO F3 Only used by Nokia.
;VK_OEM_ENLW F4 Only used by Nokia.
;VK_OEM_BACKTAB F5 Only used by Nokia.
;VK_ATTN F6
;VK_CRSEL F7
;VK_EXSEL F8
;VK_EREOF F9
;VK_PLAY FA
;VK_ZOOM FB
;VK_NONAME FC
;VK_PA1 FD
;VK_OEM_CLEAR FE
;
 

yodi

New Member
October 29, 2005
2
0
cant get it to work

Hello

I've a remote wonder II and downloaded the plug-in for the
Ati application, but I can’t get it to work with mediaportal!
The plug-in is loaded and enabled in the ati software
if I run in test mode I get lots of outputs but in mediaportal
nothing works not a single button... if I press the PC button on
The remote I can control the basic stuff, but if I press any of the aux button
All the fun stops, how is it supposed to work? Am I not supposed to use the Aux buttons?

Thanks! /Michael
 

kevin39

Portal Member
October 29, 2005
5
0
Bordeaux, France
Right, you're not supposed to use Aux buttons ;)

AUX buttons is only to configure your RW. With some softwares like Girder you can set up many differents actions on each AUX and PC.

Example :
"PC" mode : 'play' to play something.
"AUX1" mode : You can configure the play button to do another action, like.. stop. Ok it's stupid but I hope your understand :p

these button are very usefull if you need them. In my case, I don't need them ;)

The default ati software isn't very usefull, look at Girder or any other remote manager. You will can do fun things ;)

Also, with the MP plugin, I was able to play/stop/forward etc... without any problem in PC mode.
 

hakuna

Portal Pro
October 15, 2004
395
1
48
Gothenburg
Home Country
Sweden Sweden
Working in .2rc2?

Hi. Maybe I'm all too tired, but now I can't get the plugin to kick in. Before I had .1.3 and then it worked well.
I can't even get it any reaction in test mode with the remote.txt file.
What am I missing?!


/Niclas
 

Users who are viewing this thread

Top Bottom