def showNotification(message, title=lang(50001)): xbmc.executebuiltin('Notification(%s, %s)' % (title, message))