From faa376a520b47a332ac44c96ce84dd21aa4dadca Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Thu, 12 Nov 2015 16:32:02 -0600 Subject: [PATCH] Version bump 1.1.60 Stable release --- addon.xml | 2 +- resources/lib/Utils.py | 4 +++- service.py | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/addon.xml b/addon.xml index e2552a5b..b17fafe6 100644 --- a/addon.xml +++ b/addon.xml @@ -1,7 +1,7 @@ diff --git a/resources/lib/Utils.py b/resources/lib/Utils.py index 18eeb9df..73c49c95 100644 --- a/resources/lib/Utils.py +++ b/resources/lib/Utils.py @@ -189,7 +189,9 @@ def createSources(): ) etree.SubElement(source_two, 'allowsharing').text = "true" - indent(root) + try: + indent(root) + except:pass etree.ElementTree(root).write(xmlpath) def pathsubstitution(add=True): diff --git a/service.py b/service.py index 3ef5ca3c..fd331fdb 100644 --- a/service.py +++ b/service.py @@ -63,6 +63,7 @@ class Service(): self.logMsg("Platform: %s" % (clientInfo.getPlatform()), 0) self.logMsg("KODI Version: %s" % xbmc.getInfoLabel('System.BuildVersion'), 0) self.logMsg("%s Version: %s" % (addonName, clientInfo.getVersion()), 0) + self.logMsg("Using plugin paths: %s" % (utils.settings('useDirectPaths') != "true"), 0) self.logMsg("Log Level: %s" % logLevel, 0) # Reset window props for profile switch