Audio::MPD 0.12.3 review

Download
by rbytes.net on

Audio::MPD is a class for talking to MPD (Music Player Daemon) servers. SYNOPSIS use Audio::MPD; my $mpd = new Audio::MP

License: Perl Artistic License
File size: 20K
Developer: Tue Abrahamsen
0 stars award from rbytes.net

Audio::MPD is a class for talking to MPD (Music Player Daemon) servers.

SYNOPSIS

use Audio::MPD;

my $mpd = new Audio::MPD();
$mpd->play();
sleep 10;
$mpd->next();

Audio::MPD gives a clear object-oriented interface for talking to and controlling MPD (Music Player Daemon) servers. A connection to the MPD server is established as soon as a new Audio::MPD object is created. Commands are then send to the server as the class's methods are called.

Requirements:
Perl

Audio::MPD 0.12.3 search tags