yeah it's probably that, but why in the world would you want to control winamp through your IRC client (let alone eggdrop) and not directly through its GUI?? that's beyond me, doesn't make any sense (it is certainly possible, winamp has APIs for that, DDE in v2 and COM in v3 and up, but those are meant to be used from apps with rich GUI, not scripted from a console-type apps, which all IRC clients really are)
An eggdrop on a *nix box controlling a Windows application remotely?
How about you installing a Win32 emulator on your *nix box (with NTFS support), learn TCL etc and have a nice time trying to do the impossible for a few months?
Add [SOLVED] to the thread title if your issue has been. Search | FAQ | RTM
I use a plugin for winamp called Winamp Browser (don't have link offhand), which runs a daemon on a user chosen port. Then, on my NAT Linux/Eggdrop box, I use Perl to connect to the host & retrieve the song name, so that I can display what I'm listening to remotely.
It would be easy to write a Tcl script to send commands to Winamp Browser.
incith wrote:I use a plugin for winamp called Winamp Browser (don't have link offhand), which runs a daemon on a user chosen port. Then, on my NAT Linux/Eggdrop box, I use Perl to connect to the host & retrieve the song name, so that I can display what I'm listening to remotely.
It would be easy to write a Tcl script to send commands to Winamp Browser.
Still begs the question: What's the point?
As far as I am aware there is not one IRC client that doesn't implement a winamp plugin of one sort or another.
Add [SOLVED] to the thread title if your issue has been. Search | FAQ | RTM
Not one? As I said, for remotely displaying the song, that is, on the box that I ssh into (which is a Linux box mind you), and I use the Irssi IRC client, thus I am capable of displaying my Winamp song in Linux.
I completely see the usefulness in this, although obscurely done. It would be more for show.
!next, !prev, !vol +10, why not? !jump <search> .. what about perhaps having your bot control playlists too? !queue <search>, there are a lot of options for this, as you're suggesting, it wouldn't be useful to have it in a 100 user channel, but that still doesn't mean it cannot be done, it's useless to you, but he requested it, likely with a reason attached.