|
MythTV
0.27pre
|
Variables | |
| string | SMOON_URL = "http://smolt.mythtv.org/" |
| int | SECURE = 0 |
| tuple | confdir = os.path.join(MythDB().dbconfig.confdir, 'HardwareProfile') |
| tuple | HW_UUID = os.path.join(confdir, 'hw-uuid') |
| tuple | PUB_UUID = os.path.join(confdir, 'pub-uuid') |
| tuple | UUID_DB = os.path.join(confdir, 'uuiddb.cfg') |
| tuple | ADMIN_TOKEN = os.path.join(confdir, 'smolt_token') |
| FS_T_FILTER = False | |
| FS_M_FILTER = True | |
| tuple | FS_MOUNTS = commands.getoutput('rpm -ql filesystem') |
| tuple | OS = os_detect.get_os_info() |
| string hardwareprofile.config.SMOON_URL = "http://smolt.mythtv.org/" |
| tuple hardwareprofile.config.confdir = os.path.join(MythDB().dbconfig.confdir, 'HardwareProfile') |
| tuple hardwareprofile.config.HW_UUID = os.path.join(confdir, 'hw-uuid') |
| tuple hardwareprofile.config.PUB_UUID = os.path.join(confdir, 'pub-uuid') |
| tuple hardwareprofile.config.UUID_DB = os.path.join(confdir, 'uuiddb.cfg') |
| tuple hardwareprofile.config.ADMIN_TOKEN = os.path.join(confdir, 'smolt_token') |
| tuple hardwareprofile.config.FS_MOUNTS = commands.getoutput('rpm -ql filesystem') |
| tuple hardwareprofile.config.OS = os_detect.get_os_info() |
1.8.1.2