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.