Page 2 of 2

Re: Winamp

Posted: Fri Nov 08, 2013 5:25 pm
by Sem;colon
Hi everyone,

I fixed some bugs in the Winamp plugin:
-Return values for get EQ band were not correct.
-Some descriptions for actions were also not correct.
-Sending lots of events to Winamp at the same time could do strange things.

Re: Winamp

Posted: Mon Nov 11, 2013 2:00 am
by blaher
Thanks! :)

Re: Winamp

Posted: Sat Nov 16, 2013 9:53 pm
by Sem;colon
You're welcome!

...and once more an update:
-Fixed a bug: Eventghost crashes when trying to open the configuration window for the EQ preamplification
-Added: Set & Get Balance (right - left)

Have fun!

Re: Winamp

Posted: Sun Nov 24, 2013 9:18 pm
by bradmatic
Hello, after upgrading to newest (and last) version of Winamp (5.66) it seems the GetPlayingSongTitle() seems to be broken for me. All it returns for me now is a single digit between 1-9. The number always corresponds to the first digit of the playlist #. It still does this even if I turn off 'show playlist item number' option in Winamp. Has anyone else encountered this issue?

Re: Winamp

Posted: Mon Nov 25, 2013 10:48 am
by Sem;colon
Hello Bradmatic,
bradmatic wrote:Hello, after upgrading to newest (and last) version of Winamp (5.66) it seems the GetPlayingSongTitle() seems to be broken for me. All it returns for me now is a single digit between 1-9. The number always corresponds to the first digit of the playlist #. It still does this even if I turn off 'show playlist item number' option in Winamp. Has anyone else encountered this issue?
I'm also using the latest version, but I don't have the described issue...
"GetPlayingSongTitle" gets the window title of the Winamp Window (whish is usualy the track title).
Do you get any Error messages or something?

Re: Winamp

Posted: Wed Nov 27, 2013 5:47 am
by bradmatic
No, no errors coming up in the log.
Now that you mention the window title though I can see why it's failing. For some reason the title is being truncated to one character. I've tried disabling the win7 taskbar plugin, playing with the taskbar settings under general preferences in Winamp, messing with ATF settings but I can't seem to get it to work right anymore.
hmm...something seems borked in this version for me. Might just have to try an old version again.

Re: Winamp

Posted: Wed Nov 27, 2013 6:13 am
by bradmatic
Found the culprit. It was a 3rd party plugin conflict.

Re: Winamp

Posted: Wed Nov 12, 2014 3:19 pm
by Artur
Hello Sem;colon, hello all,

I would like to extend the winamp plugin with functionality for "loading" bookmarks as the current playlist (i.e. something like "load k-th bookmark as a current playlist and start playing"). I have saved playlists and "sets" of radio stations as bookmarks and want to select them via a X10 RC.

I looket at the src of the WA-plugin briefly. I assume that I need to know specific codes for the parameter wParam in ActionBase.SendCommand() to trigger appropriate WA actions. The currently implemented commands use hard-coded values (e.g. TogglePlay uses 40045 and 40046) but I don't know where these codes come from.

=> Where / how can I get a list of such codes? Is there any reference? (I assume this is related to WA API).

Sorry if this trivial, I have no experience with EG plugins so far.

Thanks & Best Regards,
Artur

Re: Winamp

Posted: Fri Nov 14, 2014 9:48 pm
by jsonnabend

Re: Winamp

Posted: Fri Nov 14, 2014 11:12 pm
by Sem;colon
As far as I know the plugin uses all/almost all the codes that are available with the WA API... I think if you can't do it somehow with the commands in the plugin you will have a hard time doing it at all.
(Sorry, I don't know what a bookmark is in winamp.. you could load the playlist directly, but I think you know that :) )