added nextup videonode to tvshow collections

This commit is contained in:
Marcel van der Veldt 2015-05-05 01:43:46 +02:00
commit 93f2d4cd91
7 changed files with 68 additions and 49 deletions

View file

@ -121,7 +121,7 @@ class PlaybackUtils():
if xbmc.getCondVisibility("Window.IsActive(home)"):
xbmc.Player().play(playurl,listItem)
else:
xbmcplugin.setResolvedUrl(int(sys.argv[1]), True, listItem)
xbmcplugin.setResolvedUrl(int(sys.argv[1]), True, listItem)
def setArt(self, list,name,path):
if name=='thumb' or name=='fanart_image' or name=='small_poster' or name=='tiny_poster' or name == "medium_landscape" or name=='medium_poster' or name=='small_fanartimage' or name=='medium_fanartimage' or name=='fanart_noindicators':