PDA

View Full Version : WinAMP + Power DVD control



jediperry
October 13th, 2002, 12:55 PM
I think you missed the point vu1tur :grin:

You can send a windows message command
(Third tab, select command)
with
wparam=40197 and
LParam=0 to go up ten tracks, but there is no command metioned in the sdk to go down.

You can do it the way winamp does it though, by putting 10 copies in a multigroup of:
wm_command
Wparam = 40048
LParam = 0

Make sure you set the target to winamp as well.

Mike

vu1tur
October 13th, 2002, 12:55 PM
start winamp. Open playlist.

Add a command to Girder. Select window tab - move window relative.
Set X or Y to 10 or -10 (obviously you will need 4 commands to move the playlist window)
In Target Selector window find the window with following fields:
Name: Winamp Playlist Editor
Class Name: Winamp PE
check them both -> OK -> Apply -> Learn IR and off you go.

<font size=-1>[ This Message was edited by: vu1tur on 2001-10-23 00:19 ]</font>

vu1tur
October 13th, 2002, 12:55 PM
hehe, i did... :smile:

Necro
October 13th, 2002, 12:55 PM
The things I'm wondering about (figured I'd make it one message) are the following:

- In WinAmp, is there a way to move the playlist up and down the 10 step thing. I've tried passing keys and it doesn't want to do it.

- Similarly, is there a way to get the keypad in PowerDVD to activate and let you use your remote keypad similar to that one?

I've looked at the exported groups and none seem to have either of these functionalities.

TIA.