Audio::MPD::Common::Stats - class representing MPD stats



NAME

Audio::MPD::Common::Stats - class representing MPD stats


VERSION

version 1.100430


DESCRIPTION

The MPD server maintains some general information. Those information can be queried with the mpd modules. Some of those information are served to you as an the Audio::MPD::Common::Status manpage object.

An the Audio::MPD::Common::Stats manpage object does not update itself regularly, and thus should be used immediately.

Note: one should never ever instantiate an the Audio::MPD::Common::Stats manpage object directly - use the mpd modules instead.


ATTRIBUTES

$stats->artists;

Number of artists in the music database.

$stats->albums;

Number of albums in the music database.

$stats->songs;

Number of songs in the music database.

$stats->uptime;

Daemon uptime (time since last startup) in seconds.

$stats->playtime;

Time length of music played.

$stats->db_playtime;

Sum of all song times in the music database.

$stats->db_update;

Last database update in UNIX time.


AUTHOR

  Jerome Quelin


COPYRIGHT AND LICENSE

This software is copyright (c) 2007 by Jerome Quelin.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

 Audio::MPD::Common::Stats - class representing MPD stats