Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

Winamp

Questions and comments specific to a particular plugin should go here.
Sem;colon
Plugin Developer
Posts: 625
Joined: Sat Feb 18, 2012 10:51 am
Location: Germany

Re: Winamp

Post 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.
Attachments
__init__.py
v1.4.1
(32.95 KiB) Downloaded 219 times
If you like my work, Image me a drink :wink:
blaher
Experienced User
Posts: 487
Joined: Thu Nov 17, 2011 1:27 am

Re: Winamp

Post by blaher »

Thanks! :)
Sem;colon
Plugin Developer
Posts: 625
Joined: Sat Feb 18, 2012 10:51 am
Location: Germany

Re: Winamp

Post 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!
Attachments
__init__.py
v1.4.2
(33.2 KiB) Downloaded 239 times
If you like my work, Image me a drink :wink:
bradmatic
Posts: 3
Joined: Sun Nov 24, 2013 9:12 pm

Re: Winamp

Post 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?
Sem;colon
Plugin Developer
Posts: 625
Joined: Sat Feb 18, 2012 10:51 am
Location: Germany

Re: Winamp

Post 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?
If you like my work, Image me a drink :wink:
bradmatic
Posts: 3
Joined: Sun Nov 24, 2013 9:12 pm

Re: Winamp

Post 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.
bradmatic
Posts: 3
Joined: Sun Nov 24, 2013 9:12 pm

Re: Winamp

Post by bradmatic »

Found the culprit. It was a 3rd party plugin conflict.
Artur
Posts: 1
Joined: Wed Nov 12, 2014 3:00 pm

Re: Winamp

Post 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
jsonnabend
Experienced User
Posts: 127
Joined: Wed Apr 23, 2008 7:35 pm

Re: Winamp

Post by jsonnabend »

Sem;colon
Plugin Developer
Posts: 625
Joined: Sat Feb 18, 2012 10:51 am
Location: Germany

Re: Winamp

Post 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 :) )
If you like my work, Image me a drink :wink:
Post Reply