GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Audio::MPD::Common::Status(3) User Contributed Perl Documentation Audio::MPD::Common::Status(3)

Audio::MPD::Common::Status - class representing MPD status

version 2.003

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

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

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

A string with the sample rate of the song currently playing, number of bits of the output and number of channels (2 for stereo) - separated by a colon.

The instantaneous bitrate in kbps.

May appear in special error cases, such as when disabling output.

The playlist version number, that changes every time the playlist is updated.

The number of songs in the playlist.

Whether the playlist is read randomly or not.

Whether the song is repeated or not.

The offset of the song currently played in the playlist.

The song id (MPD id) of the song currently played.

The state of MPD server. Either "play", "stop" or "pause".

An Audio::MPD::Common::Time object, representing the time elapsed / remainging and total. See the associated pod for more details.

An integer, representing the current update job.

The current MPD volume - an integer between 0 and 100.

The crossfade in seconds.

Jerome Quelin

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.

2022-04-08 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.