MythTV  0.27pre
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Groups Pages
Variables
hardwareprofile.config Namespace Reference

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()

Variable Documentation

string hardwareprofile.config.SMOON_URL = "http://smolt.mythtv.org/"

Definition at line 7 of file config.py.

int hardwareprofile.config.SECURE = 0

Definition at line 8 of file config.py.

tuple hardwareprofile.config.confdir = os.path.join(MythDB().dbconfig.confdir, 'HardwareProfile')

Definition at line 11 of file config.py.

tuple hardwareprofile.config.HW_UUID = os.path.join(confdir, 'hw-uuid')

Definition at line 12 of file config.py.

tuple hardwareprofile.config.PUB_UUID = os.path.join(confdir, 'pub-uuid')

Definition at line 13 of file config.py.

tuple hardwareprofile.config.UUID_DB = os.path.join(confdir, 'uuiddb.cfg')

Definition at line 14 of file config.py.

tuple hardwareprofile.config.ADMIN_TOKEN = os.path.join(confdir, 'smolt_token')

Definition at line 15 of file config.py.

hardwareprofile.config.FS_T_FILTER = False

Definition at line 23 of file config.py.

hardwareprofile.config.FS_M_FILTER = True

Definition at line 24 of file config.py.

tuple hardwareprofile.config.FS_MOUNTS = commands.getoutput('rpm -ql filesystem')

Definition at line 25 of file config.py.

tuple hardwareprofile.config.OS = os_detect.get_os_info()

Definition at line 30 of file config.py.