|
myMPD
Internal API documentation
|
#include <mympd_state.h>

Data Fields | |
| struct t_config * | config |
| pointer to static config | |
| sds | mpd_host |
| mpd host configuration | |
| unsigned | mpd_port |
| mpd port configuration | |
| sds | mpd_pass |
| mpd password | |
| unsigned | mpd_binarylimit |
| mpd binary limit to set | |
| unsigned | mpd_timeout |
| mpd connection timeout | |
| bool | mpd_keepalive |
| mpd tcp keepalive flag | |
| bool | mpd_stringnormalization |
| mpd stringnormalization | |
| sds | music_directory_value |
| real music directory set by feature detection | |
| sds | playlist_directory_value |
| real playlist directory set by feature detection | |
| sds | tag_list |
| comma separated string of mpd tags to enable | |
| struct t_mympd_mpd_tags | tags_mympd |
| tags enabled by myMPD and mpd | |
| struct t_mympd_mpd_tags | tags_mpd |
| all available mpd tags | |
| struct t_mympd_mpd_tags | tags_search |
| tags enabled for search | |
| struct t_mympd_mpd_tags | tags_browse |
| tags enabled for browse | |
| struct t_mympd_mpd_tags | tags_album |
| tags enabled for albums | |
| enum mpd_tag_type | tag_albumartist |
| tag to use for AlbumArtist | |
| const unsigned * | protocol |
| mpd protocol version | |
| struct t_mpd_features | feat |
| feature flags | |
| struct t_list | sticker_types |
| mpd sticker types | |
Holds MPD specific states shared across all partitions