Audio::Daemon::MPG123::Client

Audio::Daemon::MPG123::Client is a client portion of Audio::Daemon::MPG123.
Download

Audio::Daemon::MPG123::Client Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Jay Jacobs
  • Publisher web site:
  • http://search.cpan.org/~jayj/Audio-Daemon-0.99Beta/Daemon/Client.pm

Audio::Daemon::MPG123::Client Tags


Audio::Daemon::MPG123::Client Description

Audio::Daemon::MPG123::Client is a client portion of Audio::Daemon::MPG123. Audio::Daemon::MPG123::Client is a client portion of Audio::Daemon::MPG123.SYNOPSIS use Audio::Daemon::Client; my $player = new Audio::Daemon::Client(Server => '10.10.10.1', Port => 9101); # add in some mp3's $player->add(qw(Goodbye.mp3 Joey.mp3 Clothes_Of_Sand.mp3)); # set random mode on $player->random(1); # status returns a hashref full of useful info my $status = $player->status; print "Random mode is ".($status->{random}?'On':'Off')."n"; print "Current track is "".$status->{title}.'" by '.$status->{artist}."n";This is one possible Client for Audio::Daemon.This client portion communicates to the Server via UDP message passing and has no dependancies other then IO::Socket and IO::Select.Most of this is best demostrated by examples, so I'll try to keep the examples up to date. Requirements: · Perl


Audio::Daemon::MPG123::Client Related Software