myMPD
Internal API documentation
Loading...
Searching...
No Matches
t_mg_user_data Struct Reference

#include <mg_user_data.h>

Collaboration diagram for t_mg_user_data:

Data Fields

struct t_configconfig
 Pointer to myMPD configuration.
sds browse_directory
 document root
sds music_directory
 mpd music directory
sds * image_names_sm
 sds array of small image names
int image_names_sm_len
 length of small image_names array
sds * image_names_md
 sds array of medium image names
int image_names_md_len
 length of medium image_names array
sds * image_names_lg
 sds array of large image names
int image_names_lg_len
 length of large image_names array
bool publish_playlists
 true if mpd playlist directory is configured
bool publish_music
 true if mpd music directory is accessible
int connection_count
 number of http connections
struct t_list stream_uris
 uri for the mpd stream reverse proxy
struct t_list session_list
 list of myMPD sessions (pin protection mode)
sds placeholder_booklet
 name of custom booklet image
sds placeholder_mympd
 name of custom mympd image
sds placeholder_na
 name of custom not available image
sds placeholder_stream
 name of custom stream image
sds placeholder_playlist
 name of custom playlist image
sds placeholder_smartpls
 name of custom smart playlist image
sds placeholder_folder
 name of custom folder image
sds placeholder_transparent
 name of custom transparent image
bool mympd_api_started
 true if the mympd_api thread is ready, else false
sds cert_content
 the server certificate
sds key_content
 the server key
struct mg_tls_opts tls_opts
 Server side tls.
struct t_webradioswebradiodb
 Pointer to WebradioDB in mympd_api thread.
struct t_webradioswebradio_favorites
 Pointer to webradio favorites in mympd_api thread.
struct t_embedded_file embedded_files [MAX_EMBEDDED_FILES]
 Embedded files.
unsigned embedded_file_index
 Index of last embedded_file.
struct t_lyrics lyrics
 lyrics settings

Detailed Description

Struct for mg_mgr userdata


The documentation for this struct was generated from the following file: