Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Winamp Playlist Queuing via httpQ Interaction

by elwarren (Priest)
on Dec 07, 2004 at 19:33 UTC ( [id://412984]=note: print w/replies, xml ) Need Help??


in reply to Winamp Playlist Queuing via httpQ Interaction

This is even more fun when you install httpq on your friends winamp and don't tell them :-) Hours of entertainment. I worked with a guy who played his music too loud and would also start playing something then leave the office with it running. In this case, everyone *but* the winamp owner had the password :-)

Cheers
  • Comment on Re: Winamp Playlist Queuing via httpQ Interaction

Replies are listed 'Best First'.
Re^2: Winamp Playlist Queuing via httpQ Interaction
by All_Star25 (Monk) on Dec 10, 2004 at 00:10 UTC
    Heh.... you just made me think of something evil on the fly...
    while(){ while($volume<=255) { get("http://localhost:4800/setvolume?p=pass&level=$volume"); $volume++; } while($volume>=0) { get("http://localhost:4800/setvolume?p=pass&level=$volume"); $volume--; } }
    If you tried that on him, he wouldn't know what to do.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://412984]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (2)
As of 2024-04-19 21:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found