musicus mpd client 0.1d
|
#include <definitions.h>
Data Fields | |
GString * | config_file |
the absolute path for the config file | |
gboolean | auto_connect |
true if program should triy to connect to mpd on startup | |
MpdObj * | obj |
A MpdObj to actually connect to MPD. | |
MpdStateInfo | msi |
The StateInfo of the mpd daemon. | |
MpdPlayState | mps |
The playback state of the mpd daemon. | |
MpdStatusFmt | msf |
The format strings for the different status texts. | |
gint | update_interval |
the update interval for the title updater | |
gint | xfade_secs |
the length of the crossfade effect | |
GList * | update_routines |
the routines which are called all update_interval milliseconds | |
GList * | period_funcs |
The MpdInfo struct holds all MPD-related information
gboolean MpdInfo::auto_connect |
true if program should triy to connect to mpd on startup
GString* MpdInfo::config_file |
the absolute path for the config file
The playback state of the mpd daemon.
The format strings for the different status texts.
The StateInfo of the mpd daemon.
MpdObj* MpdInfo::obj |
A MpdObj to actually connect to MPD.
GList* MpdInfo::period_funcs |
a second set of routines which are called all 500ms regardless of the value of update_interval
the update interval for the title updater
GList* MpdInfo::update_routines |
the routines which are called all update_interval milliseconds
gint MpdInfo::xfade_secs |
the length of the crossfade effect