Difference between revisions of "Foobar2000:0.9 Winamp Spam (foo winamp spam)"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
(added link to shpeck and winamp ipc)
(added link to evillyrics)
 
(One intermediate revision by one user not shown)
Line 3: Line 3:
  
 
=Description=
 
=Description=
This component was primarily designed by r1ch to be used in conjunction with an mIRC song reporting DLL, [http://www.r1ch.net/stuff/r1dll/ r1dll]. However it is known to work with most software packages that use the Winamp API such as ''EvilLyrics''.  
+
This component was primarily designed by r1ch to be used in conjunction with an mIRC song reporting DLL, [http://www.r1ch.net/stuff/r1dll/ r1dll]. However it is known to work with most software packages that use the Winamp API such as [http://www.evillabs.sk/ EvilLyrics].  
  
 
The component works primarily by creating a window with the Winamp 1.x classname and setting the current song title to it. This allows programs to find the Winamp window handle in order to send further messages. The most used parts of the Winamp API are already implemented, but if your application does not work with foo_winamp_spam, feel free to [http://www.hydrogenaudio.org/forums/index.php?showtopic=47155 ask for implementation].<!--Currently a small subset of the full Winamp API is emulated, including play/pause/stop, add files, exit, repeat/shuffle, report song stats (kbps, khz, channels, duration, position) and a few other things.-->
 
The component works primarily by creating a window with the Winamp 1.x classname and setting the current song title to it. This allows programs to find the Winamp window handle in order to send further messages. The most used parts of the Winamp API are already implemented, but if your application does not work with foo_winamp_spam, feel free to [http://www.hydrogenaudio.org/forums/index.php?showtopic=47155 ask for implementation].<!--Currently a small subset of the full Winamp API is emulated, including play/pause/stop, add files, exit, repeat/shuffle, report song stats (kbps, khz, channels, duration, position) and a few other things.-->
Line 10: Line 10:
  
 
=Alternatives=
 
=Alternatives=
[[Foobar2000:Components_0.9/Shpeck_%28foo_vis_shpeck%29|foo_vis_shpeck]] mainly for visualization but offers the same features
+
*[[Foobar2000:Components_0.9/Shpeck_%28foo_vis_shpeck%29|foo_vis_shpeck]] mainly for visualization but offers the same features
[http://www.hydrogenaudio.org/forums/index.php?showtopic=58729 foo_winamp_ipc] limited command support, no unicode support, last updated 04/2008
+
*[http://www.hydrogenaudio.org/forums/index.php?showtopic=58729 foo_winamp_ipc] limited command support, no unicode support, last updated 04/2008
  
 
=Links=
 
=Links=

Latest revision as of 22:48, 4 December 2010

Foobar2000_Logo.png

foo_winamp_spam emulates a Winamp 2.x window so existing plugins you have that use the Winamp API can continue to work with foobar2000 with minimal trouble.

Description

This component was primarily designed by r1ch to be used in conjunction with an mIRC song reporting DLL, r1dll. However it is known to work with most software packages that use the Winamp API such as EvilLyrics.

The component works primarily by creating a window with the Winamp 1.x classname and setting the current song title to it. This allows programs to find the Winamp window handle in order to send further messages. The most used parts of the Winamp API are already implemented, but if your application does not work with foo_winamp_spam, feel free to ask for implementation.

Development of this plugin has been discountinued and by r1ch. selyb originally took over by the latest release is by Chronial.

Alternatives

  • foo_vis_shpeck mainly for visualization but offers the same features
  • foo_winamp_ipc limited command support, no unicode support, last updated 04/2008

Links