Object
, Configuration
Manages the user configuration for Rygel.
string
CONFIG_FILE
string
IFACE_KEY
string
PORT_KEY
string
ENABLED_KEY
string
UPNP_ENABLED_KEY
string
TITLE_KEY
string
TRANSCODING_KEY
string
MP3_TRANSCODER_KEY
string
MP2TS_TRANSCODER_KEY
string
LPCM_TRANSCODER_KEY
string
WMV_TRANSCODER_KEY
string
AAC_TRANSCODER_KEY
string
AVC_TRANSCODER_KEY
string
ALLOW_UPLOAD_KEY
string
ALLOW_DELETION_KEY
string
LOG_LEVELS_KEY
string
PLUGIN_PATH_KEY
string
UPLOAD_FOLDER_KEY
string
VIDEO_UPLOAD_DIR_PATH_KEY
string
MUSIC_UPLOAD_DIR_PATH_KEY
string
PICTURE_UPLOAD_DIR_PATH_KEY
Error
string
file) throws Error
bool
get_upnp_enabled () throws Error
string
get_interface () throws Error
int
get_port () throws Error
bool
get_transcoding () throws Error
bool
get_mp3_transcoder () throws Error
bool
get_mp2ts_transcoder () throws Error
bool
get_lpcm_transcoder () throws Error
bool
get_wmv_transcoder () throws Error
bool
get_aac_transcoder () throws Error
bool
get_avc_transcoder () throws Error
bool
get_allow_upload () throws Error
bool
get_allow_deletion () throws Error
string
get_log_levels () throws Error
string
get_plugin_path () throws Error
string
get_video_upload_folder () throws Error
string
get_music_upload_folder () throws Error
string
get_picture_upload_folder () throws Error
bool
get_enabled (string
section) throws Error
string
get_title (string
section) throws Error
string
get_string (string
section, string
key) throws Error
ArrayList
<string
> get_string_list (string
section, string
key) throws Error
int
get_int (string
section, string
key, int
min, int
max) throws Error
ArrayList
<int
> get_int_list (string
section, string
key) throws Error
bool
get_bool (string
section, string
key) throws Error
KeyFile
key_file
KeyFile
sys_key_file