From 01800c0c3bcb129a15eff9e2852e4a8016a7b4d3 Mon Sep 17 00:00:00 2001 From: marcelveldt Date: Sat, 6 Aug 2016 15:43:04 +0200 Subject: [PATCH 1/2] fix for krypton compatability --- resources/lib/videonodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/videonodes.py b/resources/lib/videonodes.py index 6873487c..a2d21cf2 100644 --- a/resources/lib/videonodes.py +++ b/resources/lib/videonodes.py @@ -209,7 +209,7 @@ class VideoNodes(object): if mediatype == "photos": windowpath = "ActivateWindow(Pictures,%s,return)" % path else: - windowpath = "ActivateWindow(Video,%s,return)" % path + windowpath = "ActivateWindow(Videos,%s,return)" % path if nodetype == "all": From d582888ffbb625a1307b0100232d1dbd08b71fe2 Mon Sep 17 00:00:00 2001 From: im85288 Date: Sat, 6 Aug 2016 16:20:15 +0100 Subject: [PATCH 2/2] update video db version for krypton --- resources/lib/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/utils.py b/resources/lib/utils.py index 84c32624..12aba200 100644 --- a/resources/lib/utils.py +++ b/resources/lib/utils.py @@ -79,7 +79,7 @@ def getKodiVideoDBPath(): "14": 90, # Helix "15": 93, # Isengard "16": 99, # Jarvis - "17": 106 # Krypton + "17": 107 # Krypton } dbPath = xbmc.translatePath(