Recommend this page to a friend! |
Download .zip |
Info | View files (10) | Download .zip | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2003-03-08 (13 years ago) | 54% | Total: 3,296 | All time: 1,021 This week: 872 |
Version | License | Categories | ||||
winampcontroler 1.0 | GNU General Publi... | Web services, Audio |
Description | Author | |||||||||||||
A little php class that will controll winamp (with the proper plugin). You can go forward, backward, stop, play and view a playlist |
|
The WiampControler Class is a usefull class for the purpose of controling winamp. It has a forum which you can get help at: http://groups.funyon.com/index.php?c=7 To use the class simply copy the class.winampstatus.php file into your favorite include place then connect to the class using this: $somevar = new winamp_control("user","pass","server1","server2"); then get the status $somvar->getstatus(); ... rest of script ... you must use: $somvar->closefp(); at the end off all the files that you instanced the winampcontroler in, or winamp will crash after a few times of accessing winamp. |
Files |
File | Role | Description |
---|---|---|
class.winampstatus.php | Class | The base Class file, gets the status and controls winamp |
connect.php | Example | A script that just connects to winamp, nothing else |
disconnect.php | Example | disconnects the winamp class |
example | Example | an example for the winamp crontroler class |
gen_shell | Doc. | the winamp plugin that I used |
install.html | Conf. | Install Helper file |
install.php | Conf. | install script(really simple) |
play.php | Example | Makes winamp play a song, or if it is playing, pauses winamp |
README | Doc. | Readme File |
timer.class.php | Class | Simple Timer class |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Ratings | ||||||||||||||||||||||||||||||
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Related pages |
WinampControler Forum The Forum for the winamp controler |