in reply to Re^3: loading a file in winamp using perl
in thread loading a file in winamp using perl

Hey that would be great. It just so happens I'm using Winamp 2. I appreciate any help I can get on this, even if the script isn't finished.
  • Comment on Re: Re^3: loading a file in winamp using perl

Replies are listed 'Best First'.
Re^5: loading a file in winamp using perl
by Ionizor (Pilgrim) on May 22, 2003 at 00:57 UTC

    In order to start Winamp you have to execute it manually with exec() or system() anyway so in the meantime you can probably achieve what you're looking for (though in a less elegant way) by setting the "Enqueue as default action" option in Winamp and calling winamp.exe <mp3 file> in an exec or system call.

    --
    Grant me the wisdom to shut my mouth when I don't know what I'm talking about.