NAME

Xmms::Remote - Perl Interface to xmms_remote API

SYNOPSIS

use Xmms::Remote ();
my $remote = Xmms::Remote->new;
$remote->play;

DESCRIPTION

This module provides a Perl interface to the xmms remote control interface. No docs yet, sorry, see test.pl and Xmms.pm for now

SEE ALSO

xmms(1), Xmms(3), MPEG::MP3Info(3)

AUTHOR

Doug MacEachern