List Container bug or am I missing something ?
#1
Star 
When I defined a color
Code:
<property name="color">FFFF0000</property>
in a content item (List Container) It can't be used in a image control's
Code:
<colordiffuse>$INFO[ListItem.Property(color)]</colordiffuse>
. Is this a bug or A'm I doing anything wrong. But I can display other property values as a icon etc...
Reply
#2
Have you tried without the INFO part?

ie
Code:
<colordiffuse>ListItem.Property(color)</colordiffuse>
Reply
#3
(2014-10-17, 18:25)Hitcher Wrote: Have you tried without the INFO part?

ie
Code:
<colordiffuse>ListItem.Property(color)</colordiffuse>

won´t work. the exact same stuff was discussed some weeks ago. will see if i can find the thread.

EDIT:
I think it was here:
http://forum.xbmc.org/showthread.php?tid=203327
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#4
(2014-10-17, 18:27)phil65 Wrote:
(2014-10-17, 18:25)Hitcher Wrote: Have you tried without the INFO part?

ie
Code:
<colordiffuse>ListItem.Property(color)</colordiffuse>

won´t work. the exact same stuff was discussed some weeks ago. will see if i can find the thread.

EDIT:
I think it was here:
http://forum.xbmc.org/showthread.php?tid=203327


Yes, I found another tread by someone else who faced the same issue. Any way can I use a Skin. String tag and a normal string combined ?

Ex:
Code:
<colordiffuse>$INFO[Skin.String(ListItem.Property(001.id)+color)]</colordiffuse>

color is a string and id a property which defined in the list item. (Or any workaround to get list item id and combine a string to it as postfix or a prefix)

(2014-10-17, 18:25)Hitcher Wrote: Have you tried without the INFO part?

ie
Code:
<colordiffuse>ListItem.Property(color)</colordiffuse>

No it is not working.
Reply
#5
(2014-10-17, 19:13)minuwan Wrote: Yes, I found another tread by someone else who faced the same issue. Any way can I use a Skin. String tag and a normal string combined ?

no, not inside a list container.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#6
I have the same problem

Code:
<colordiffuse>ListItem.Property(diffuse)</colordiffuse>
Code:
<property name="diffuse">blue</property>

doesn't work with list containers. anything else I can do?
Reply
#7
Set a Skin.SetString, That's how I solved this issue.
Reply
#8
Hello Minuwan,
Can you please explain how you exactly solved the problem? Where exactly you defined the color property of ListItem and how you used it in colordiffuse?

Thanks.
Reply

Logout Mark Read Team Forum Stats Members Help
List Container bug or am I missing something ?1