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

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
m
(added many more forum links (possibly remove the source link?))
Line 3: Line 3:
  
 
=Description=
 
=Description=
This component was primarily designed 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 ''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.-->
 +
 +
Development of this plugin has been discountinued and by r1ch. Chronial has released an updated version of the plugin.
  
 
=Links=
 
=Links=
*[http://chron.visiondesigns.de/foobar2000/#foo_winamp_spam Component Homepage]
+
*[http://chron.visiondesigns.de/foobar2000/#foo_winamp_spam Component Homepage by Chronial] works with foobar v0.9.6+
*[http://www.r1ch.net/stuff/foobar/ Component Homepage for Foobar2000 0.7 and 0.8]
+
*[http://www.r1ch.net/stuff/foobar/ Component Homepage for Foobar2000 0.7 and 0.8 by r1ch]
*[http://www.hydrogenaudio.org/forums/index.php?showtopic=47155 Discussion Thread]
+
*[http://www.hydrogenaudio.org/forums/index.php?showtopic=42941 Original Discussion thread by r1ch]
 +
*[http://www.hydrogenaudio.org/forums/index.php?showtopic=61516 New Discussion thread by selyb]
 +
*[http://chron.visiondesigns.de/foobar2000/foo_winamp_spam_source.zip source for Chronial's v0.96]
 +
*[http://www.hydrogenaudio.org/forums/index.php?showtopic=47155 Discussion Thread about GTalk]

Revision as of 22:18, 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. Chronial has released an updated version of the plugin.

Links