--- misc/xbmc/plugin.video.todic/default.py 2019/03/05 10:58:40 3257 +++ misc/xbmc/plugin.video.todic/default.py 2019/03/10 21:37:47 3259 @@ -3,7 +3,7 @@ ''' Todic plugin for XBMC - Version 1.8.0 + Version 1.8.1 ''' import sys @@ -36,7 +36,7 @@ print( "[Todic] entrypoint: " + __entrypoint__ ) print( "[Todic] backend: " + __backend__ ) - +print( "[Todic] version: " + __addon__.getAddonInfo('version') ) fanartImage = os.path.join(__addon__.getAddonInfo('path'), 'movie_bg_blur.jpg') datapath = xbmc.translatePath( @@ -293,7 +293,6 @@ if playcount > 0: listitem.setArt( {'thumb': thumb} ) #not pretty - but at least we can show a different icon for unwatched/watched in kodi18 listitem.setInfo('video', infoLabels) - listitem.setProperty('IsPlayable', 'true') name = name.encode('UTF-8')