|
MythTV 0.25-pre
|
Public Member Functions | |
| def | __init__ |
| def | setUseroptions |
| def | displayOptions |
| def | changeVariable |
| Used to create the example configuration file "jamu-example-conf" for key in keys: # Used to create the example configuration file "jamu-example-conf" print "#%s: %s" % (key, self.config[key]) sys.exit(0) | |
| def | validate_setVariables |
| def | __repr__ |
Public Attributes | |
| config | |
| program_seriesid | |
| args | |
Static Public Attributes | |
| dictionary | data_flags_table = { 'P': 'get_poster', 'B': 'get_banner', 'F': 'get_fanart', 'I': 'get_ep_image', 'E': 'get_ep_meta'} |
Private Member Functions | |
| def | _initLogger |
| def | _checkNFS |
| def | _getMythtvDirectories |
| def | _JanitorConflicts |
| def | _addMythtvUserFileTypes |
Set defaults, apply user configuration options, validate configuration settings and display the settings. To view all available options run: >>> config = Configuration() >>> config.displayOptions()
| def jamu::Configuration::__init__ | ( | self, | |
interactive = False, |
|||
debug = False |
|||
| ) |
| def jamu::Configuration::_initLogger | ( | self | ) | [private] |
| def jamu::Configuration::setUseroptions | ( | self, | |
| useroptions | |||
| ) |
| def jamu::Configuration::displayOptions | ( | self | ) |
| def jamu::Configuration::changeVariable | ( | self, | |
| key, | |||
| value | |||
| ) |
Used to create the example configuration file "jamu-example-conf" for key in keys: # Used to create the example configuration file "jamu-example-conf" print "#%s: %s" % (key, self.config[key]) sys.exit(0)
Change any configuration variable - caution no validation is preformed
| def jamu::Configuration::_checkNFS | ( | self, | |
| dirs, | |||
| ext_filter | |||
| ) | [private] |
| def jamu::Configuration::_getMythtvDirectories | ( | self | ) | [private] |
| def jamu::Configuration::_JanitorConflicts | ( | self | ) | [private] |
| def jamu::Configuration::_addMythtvUserFileTypes | ( | self | ) | [private] |
| def jamu::Configuration::validate_setVariables | ( | self, | |
| args | |||
| ) |
| def jamu::Configuration::__repr__ | ( | self | ) |
dictionary jamu::Configuration::data_flags_table = { 'P': 'get_poster', 'B': 'get_banner', 'F': 'get_fanart', 'I': 'get_ep_image', 'E': 'get_ep_meta'} [static] |
1.7.4