def onInit(self): self.log("onInit") for i in range(NUMBER_CHANNEL_TYPES): try: self.getControl(120 + i).setVisible(False) except: pass migratemaster = Migrate() migratemaster.migrate() self.prepareConfig() self.myRules = AdvancedConfig("script.pseudotv.AdvancedConfig.xml", ADDON_INFO, "default") self.log("onInit return")
def onInit(self): self.log("onInit") for i in range(NUMBER_CHANNEL_TYPES): try: self.getControl(120 + i).setVisible(False) except: pass migratemaster = Migrate() migratemaster.migrate() self.prepareConfig() self.myRules = AdvancedConfig("script.pseudotv.live.AdvancedConfig.xml", ADDON_PATH, "Default") self.log("onInit return")
def onInit(self): self.log("onInit") REAL_SETTINGS.setSetting('Autotune', "false") REAL_SETTINGS.setSetting('Warning1', "false") self.KodiVideoSources() for i in range(NUMBER_CHANNEL_TYPES): try: self.getControl(120 + i).setVisible(False) except: pass migratemaster = Migrate() migratemaster.migrate() self.prepareConfig() self.myRules = AdvancedConfig("script.pseudotv.live.AdvancedConfig.xml", ADDON_PATH, "Default") self.log("onInit return")
def onInit(self): self.log("onInit") REAL_SETTINGS.setSetting('Autotune', "false") REAL_SETTINGS.setSetting('Warning1', "false") self.KodiVideoSources() for i in range(NUMBER_CHANNEL_TYPES): try: self.getControl(120 + i).setVisible(False) except: pass migratemaster = Migrate() migratemaster.migrate() self.prepareConfig() self.myRules = AdvancedConfig( "script.pseudotv.live.AdvancedConfig.xml", ADDON_PATH, "Default") self.log("onInit return")