def notify(message):
"""
Opens notification window with message
:param: message: str - message
:return: None
"""
icon = "" # os.path.join(addonFolder, "icon.png")
xbmc.executebuiltin(unicode('XBMC.Notification(' + message + ',3000,' + icon + ')').encode("utf-8"))
评论列表
文章目录