From d95d854f70b19bc698c9f17f392de0bffe6e1a18 Mon Sep 17 00:00:00 2001 From: Ian Mclaughlin Date: Tue, 12 Apr 2016 16:00:22 +0100 Subject: [PATCH] Update utils.py Add initial krypton support --- resources/lib/utils.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/resources/lib/utils.py b/resources/lib/utils.py index a8b97c0b5..e36808c14 100644 --- a/resources/lib/utils.py +++ b/resources/lib/utils.py @@ -93,7 +93,8 @@ def getKodiVideoDBPath(): "13": 78, # Gotham "14": 90, # Helix "15": 93, # Isengard - "16": 99 # Jarvis + "16": 99, # Jarvis + "17": 104 # Krypton } dbPath = xbmc.translatePath( @@ -108,7 +109,8 @@ def getKodiMusicDBPath(): "13": 46, # Gotham "14": 48, # Helix "15": 52, # Isengard - "16": 56 # Jarvis + "16": 56, # Jarvis + "17": 60 # Krypton } dbPath = xbmc.translatePath( @@ -561,4 +563,4 @@ def deleteNodes(): try: xbmcvfs.delete("%s%s" % (path, file.decode('utf-8'))) except: - logMsg("EMBY", "Failed to file: %s" % file.decode('utf-8')) \ No newline at end of file + logMsg("EMBY", "Failed to file: %s" % file.decode('utf-8'))