how to list the poster for .(Set)
#1
I'm trying to understood to how build some info, and I would add into a view, all movies of a set (star trek 1, 2, etc.) (poster and title )

http://wiki.xbmc.org/index.php?title=XBM...ing_Manual
That's a lot of days I visit this page, but it is quite complicated then to gather the information with all the examples and code snippet inside .
If I want to achieve what I want created, where should I put hands for found such information? (I do not want to use MovieSet for this, but add an option directly in a specifical view

Here are some examples of idea, I know this is completely wrong, but this is to show you what I will want do.
Sorry for this question stupid!



Contenair.Content(Set)[ListItem(1).Art(poster)]
Contenair.Content(Set)[ListItem(2).Art(poster)]
Contenair.Content(Set)[ListItem(3).Art(poster)]
....

Contenair.Content(set) + IntegerGreaterThan(ListItem(1).Property(Art(poster),0
Contenair.Content(set) + IntegerGreaterThan(ListItem(1).Property(Art(poster),1
Contenair.Content(set) + IntegerGreaterThan(ListItem(1).Property(Art(poster),2
...

Thx Wink
Reply

Logout Mark Read Team Forum Stats Members Help
how to list the poster for .(Set)0