This commit is contained in:
Rob Weber
2013-12-05 14:26:35 -06:00
parent 25a9faed9a
commit d28596728b
5 changed files with 37 additions and 14 deletions

View File

@ -10,6 +10,9 @@ def data_dir():
def addon_dir():
return __Addon.getAddonInfo('path')
def openSettings():
__Addon.openSettings()
def log(message,loglevel=xbmc.LOGNOTICE):
xbmc.log(encode(__addon_id__ + ": " + message),level=loglevel)