def onSettingsChanged( self): # Kodi callback when the addon settings are changed window.clearProperty('venom_settings') control.sleep(50) refreshed = control.make_settings_dict() control.refresh_playAction() control.refresh_libPath()
def __init__(self): control.monitor_class.__init__(self) control.refresh_playAction() control.refresh_libPath() window.setProperty('dg.debug.reversed', control.setting('debug.reversed')) control.log( '[ plugin.video.dg ] Settings Monitor Service Starting...', LOGINFO)