Detailed Description
Global structures and data.
Define Documentation
#define AUTHORS "Simon Gerber <simugerber@student.ethz.ch>" |
#define DOCUMENTERS "Simon Gerber <simugerber@student.ethz.ch>" |
#define HOST mpd_info.msi.host->str |
convenience macro for mpd host
#define LOGO "musicus-mpc" |
#define PASSWORD mpd_info.msi.pw->str |
convenience macro for mpd password
#define PORT mpd_info.msi.port |
convenience macro for mpd port
#define TIMEOUT mpd_info.msi.timeout |
convenience macro for connection timeout
Enumeration Type Documentation
Format string types enumeration
- Enumerator:
FMT_TOOLTIP |
tooltip format
|
FMT_TITLE |
title format
|
FMT_STATUSBAR |
statusbar format
|
FMT_APPLET |
applet format
|
Format string contents enumeration
- Enumerator:
HAS_NOTHING |
no variable contents
|
HAS_STATE |
state (playing / paused)
|
HAS_CURRENT_TIME |
current time
|
HAS_SONG_TIME |
song time
|
HAS_ALL |
all of the above three
|
Variable Documentation
if this variable is set to 1, debug output is generated this output goes to the file specified by log_file
the file handle which is used as destination for error messages
the file handle which is used as destination for log messages
this variable is used for an automatic title update routine the update routine runs all mpd_info.update_interval milliseconds
if this variable is et to 1, more verbose debug output is generated this output also goes to the file specified by log_file