[solved] how to keep adding items in a container and put out the result?
#1
hi, I know I can count the items in a container (for example) like so:

xml:
<value condition="Container.Content(movies)">$INFO[Container.NumItems] Movies</value>

It would be really useful to not only know the total number of items but also know which movie/tv show I am currently on (focused).

For example:

If I have 35 movies in a container and I am on the e.g. 16th movie how can I determine that number? 

I appreciate any help!
Reply
#2
Try Container(id).Position or Container(id).CurrentItem.
Reply
#3
@Hitcher  That's perfect. Thank you so much! (Of course I feel a bit stupid I couldn't find that myself in the wiki... Blush )
Reply

Logout Mark Read Team Forum Stats Members Help
[solved] how to keep adding items in a container and put out the result?0