new script!!
#1
hi

im not sure if this is the right forum, but here goes!

i have been working on a script, using Nuka recentlyadded script, where the script retrieve movie years, genre or tvshow year, genre etc.

my problem is that i retrieve the data ok, but i can't set the visiblitity tag according to wether e.x. property MovieInfo.1.year is populated or not!

if i do
<visible>!IsEmpty($INFO[Window(Home).Property(MovieInfo.1.year)])</visible>
xbmc still hide the entry even though i know the property is not epmty!!
And if i don't set the visibility tag, the entry's that is empty also shows in the list!!

is something to do with the script, skin og xbmcHuh

anyways check this video
http://www.youtube.com/watch?v=VGlFtsfdBfU

cheers
C_bb
Reply
#2
No one has an idea what the problem might be?

cheers
c_bb
Reply
#3
you got your visible condition wrong ;-)

use:

Code:
<visible>!IsEmpty(Window(Home).Property(MovieInfo.1.year))</visible>
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply

Logout Mark Read Team Forum Stats Members Help
new script!!0