NAME

App::Pimpd::Info

SYNOPSIS

use App::Pimpd;
use App::Pimpd::Info;

my $current = current();

if( ... ) {
  info();
}

stats();
status();

DESCRIPTION

App::Pimpd::Info provides functions for displaying current playback information.

EXPORTS

current()
my $current = current();

Returns a pre-formatted string holding info for the current song, on a single line.

info()
if( ... ) {
  info();
}

Prints all available information for the current song and MPD server setup.

stats()

Prints statistics about MPD

status()

Prints MPD status

SEE ALSO

App::Pimpd

AUTHOR

Magnus Woldrich
CPAN ID: WOLDRICH
m@japh.se
http://japh.se

COPYRIGHT

Copyright (C) 2010, 2011 Magnus Woldrich. All right reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.