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

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
(Removed GTalk Paragraph)
(added link to evillyrics)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{fb2k}}[[Category:Foobar2000 3rd-Party Components|Winamp Spam]]
 
'''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.  
 
'''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=
 
=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 [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.-->
  
=Links=
+
Development of this plugin has been discountinued and by r1ch. selyb originally took over by the latest release is by Chronial.
*[http://chron.visiondesigns.de/foobar2000/#foo_winamp_spam Component Homepage]
+
 
*[http://www.r1ch.net/stuff/foobar/ Component Homepage for Foobar2000 0.7 and 0.8]
+
=Alternatives=
*[http://www.hydrogenaudio.org/forums/index.php?showtopic=47155 Discussion Thread]
+
*[[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
  
 
=Links=
 
=Links=
*[http://www.r1ch.net/stuff/r1dll/ Homepage]
+
*[http://chron.visiondesigns.de/foobar2000/#foo_winamp_spam Component Homepage by Chronial] works with foobar v0.9.6+
*[http://r-1.ch/foo_winamp_spam-0.9beta3.7z Download Foobar2000 0.9 Compatible Beta (7z compressed)]
+
*[http://home.comcast.net/~selyb/ Component Homepage by selyb with source]
*[http://www.r1ch.net/stuff/foobar/foo_winamp_spam-0.74.zip Download latest stable release (0.74) (9.33kb, released 29 January 2004) (Foobar 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=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]

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