MP3::Daemon::Simple 0.63 review

Download
by rbytes.net on

MP3::Daemon::Simple is a daemon for the mp3(1p) client. SYNOPSIS Fork a daemon MP3::Daemon::Simple->spawn($socket_path);

License: Perl Artistic License
File size: 25K
Developer: John BEPPU
0 stars award from rbytes.net

MP3::Daemon::Simple is a daemon for the mp3(1p) client.

SYNOPSIS

Fork a daemon

MP3::Daemon::Simple->spawn($socket_path);

Start a server, but don't fork into background

my $mp3d = MP3::Daemon::Simple->new($socket_path);
$mp3d->main;

You're a client wanting a socket to talk to the daemon
my $client = MP3::Daemon::Simple->client($socket_path);
print $client @command;

REQUIRES ^

File::Basename

This is used to give titles to songs when the mp3 leaves the title undefined.

Getopt::Std

Some methods need to pretend they're command line utilities.

MP3::Daemon

This is the base class. It provides the daemonization and event loop.

MP3::Info

This is for getting information out of mp3s.

Requirements:
Perl

MP3::Daemon::Simple 0.63 search tags