Object
, Configuration
Manages configuration from Commandline arguments.
string
[] args) throws CmdlineConfigError, OptionError
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
bool
get_enabled (string
section) throws Error
string
get_title (string
section) throws Error
string
get_config_file () throws Error
string
get_video_upload_folder () throws Error
string
get_music_upload_folder () throws Error
string
get_picture_upload_folder () 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