Winamp::Control

Winamp::Control is a Perl module to control winamp (over the network).
Download

Winamp::Control Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Murat nalan
  • Publisher web site:
  • http://search.cpan.org/~muenalan/Winamp-Control-0.2.1/Control.pm

Winamp::Control Tags


Winamp::Control Description

Winamp::Control is a Perl module to control winamp (over the network). Winamp::Control is a Perl module to control winamp (over the network).SYNOPSIS use Winamp::Control; use IO::Extended qw(printfln); my $winamp = Winamp::Control->new( host => $opts{host}, port => $opts{port} ); if( my $ver = $winamp->getversion ) { printfln 'Connected to Winamp (Ver: %s)', $ver; printfln 'Currently playing: %s ', $winamp->getcurrenttitle() if $winamp->isplaying(); println "Current playlist:nt", join "nt", $winamp->getplaylisttitle(); }Winamp::Control is a perl module for controlling Winamp (www.winamp.com) over a network or local. It requires the httpQ winamp-plugin written by Kosta Arvanitis (see prerequisites) installed on the computer playing the music (It is called "server" and will receive the commands). Perl clients doesn't need it, because the clients are communicating via http (and they are not restricted to any operating-system). Requirements: · Perl


Winamp::Control Related Software