2016-10-13, 13:54
It's me again, whith a real bug this time
Properties are not cleaned so when I display Live BG for movie set, old posters from previous movies set are still displayed when current movie set contains less movies than previous movie set.
And the reason is that when script enter clear_properties() function, the test failed :
But when I use the same condition as in default.xml :
Everything is OK
Don't know if it's the right way to fix it.
Properties are not cleaned so when I display Live BG for movie set, old posters from previous movies set are still displayed when current movie set contains less movies than previous movie set.
And the reason is that when script enter clear_properties() function, the test failed :
Code:
if xbmc.getCondVisibility("Window.IsActive(videolibrary)"):
Code:
13:43:52 T:9232 ERROR: Window Translator: Can't find window videolibrary
But when I use the same condition as in default.xml :
Code:
if xbmc.getCondVisibility("SubString(ListItem.Path,videodb://movies/sets/,left)"):
Everything is OK
Don't know if it's the right way to fix it.