예제 #1
0
def prepareEnvironment():
	localeInit()
	getInstalledSkins()
	initBoxInformation()
	printGlobalSettings()
	initPlexServerConfig()
	checkPlexEnvironment()
	registerSkinParamsInstance()
	registerPlexFonts()
	loadPlexSkin()
	loadPlexPlugins()
예제 #2
0
def prepareEnvironment():
    localeInit()
    getInstalledSkins()
    initBoxInformation()
    printGlobalSettings()
    initPlexServerConfig()
    checkPlexEnvironment()
    registerSkinParamsInstance()
    registerPlexFonts()
    loadPlexSkin()
    loadPlexPlugins()
예제 #3
0
def prepareEnvironment():
	# the order here is important
	localeInit()
	getInstalledSkins()
	initBoxInformation()
	printGlobalSettings()
	initPlexServerConfig()
	registerSkinParamsInstance()
	getViewTypesForSettings()
	checkPlexEnvironment()
	registerPlexFonts()
	loadSkinParams()
	loadPlexSkin()
	loadPlexPlugins()
예제 #4
0
def startEnvironment():
    # we put load skin here to avoid bootloops if there is something wrong with the skin
    loadPlexSkin()
예제 #5
0
def startEnvironment():
	# we put load skin here to avoid bootloops if there is something wrong with the skin
	loadPlexSkin()