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.
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.
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
Re: Winamp
- Attachments
-
- __init__.py
- v1.4.1
- (32.95 KiB) Downloaded 219 times
Re: Winamp
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!
...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 241 times
Re: Winamp
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
Hello Bradmatic,
"GetPlayingSongTitle" gets the window title of the Winamp Window (whish is usualy the track title).
Do you get any Error messages or something?
I'm also using the latest version, but I don't have the described issue...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?
"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
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.
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
Found the culprit. It was a 3rd party plugin conflict.
Re: Winamp
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
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
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
)
(Sorry, I don't know what a bookmark is in winamp.. you could load the playlist directly, but I think you know that
