Created normalize method for video nodes only

Since no modification can happen to the theme naming.
This commit is contained in:
angelblue05 2015-08-02 19:28:13 -05:00
parent a7310dc634
commit 560abbcc5d
2 changed files with 37 additions and 19 deletions

View file

@ -27,7 +27,7 @@ class VideoNodes():
def buildVideoNodeForView(self, tagname, type, windowPropId):
#this method will build a video node for a particular Emby view (= tag in kodi)
#we set some window props here to for easy future reference and to be used in skins (for easy access only)
tagname_normalized = utils.normalize_string(tagname)
tagname_normalized = utils.normalize_nodes(tagname)
libraryPath = xbmc.translatePath("special://profile/library/video/Emby - %s/" %tagname_normalized)
kodiVersion = 14