Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
Add initial krypton support
  • Loading branch information
im85288 committed Apr 12, 2016
1 parent c18d74c commit d95d854
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions resources/lib/utils.py
Expand Up @@ -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(
Expand All @@ -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(
Expand Down Expand Up @@ -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'))
logMsg("EMBY", "Failed to file: %s" % file.decode('utf-8'))

0 comments on commit d95d854

Please sign in to comment.