PHP Classes

Winamp Shell ProXy: Control server side WinampPlayer via shell

Recommend this page to a friend!
     
  Info   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 1,423 All time: 2,741 This week: 99Up
Version License Categories
w2sp 1.0.0FreewareNetworking, Audio
Description 

Author

The Winamp Shell ProXy is a package of two components:

A) The w5sp.exe, a little commandline tool written in VB which acts as a proxy on the system shell

B) A php-class which serve a full featured winamp remote control to a webclient.

After defining some parameters in the configuration file (where to find the w5sp.exe, the winamp.exe, etc.) the class instance can build the request commands that will be validated and (if valid) executed, all in one step:

if ($W2SP =& new Winamp2ShellProXy($w2sp_settings))
{
$W2SP->ValidateRequest($_GET);
}
else
{
die("Sorry, Winamp ShellProxy isn't set up in valid mode!");
}

After that, the class keeps all the information about the last operation, the winamp status and currently playing song in an array.

With only 3 more lines of code you can provide a player panel with all controls, all available information and a auto-refresh with META tag once when the current song has finished:

echo $W2SP->MetaRefresh();
echo $W2SP->DisplayPanel();
echo $W2SP->DisplayWinampInfo();

The class lets you build the output in a very flexible and comfortable way.

A documentation file with all explanations is included. A test file and examples are also included. Additionally, you should get the button images
from the site mentioned in the class page.

12-Jan-2004: Now also support for Winamp 5.x available with new binary w5sp.exe. See link above.

Picture of Horst Nogajski
Name: Horst Nogajski <contact>
Classes: 7 packages by
Country: Germany Germany
Innovation award
Innovation award
Nominee: 1x

 

  Files folder image Files (14)  
File Role Description
Files folder imagew2sp (10 files, 1 directory)
Plain text file wsp.class.php Class New classfile, (Version 1.1)

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 0%
Total:1,423
This week:0
All time:2,741
This week:99Up