v18 Skinning - Any way to show a count of movies inside a movie set??
#2
Put this in the xml of the movie view (not in variables):

                <control type="fixedlist" id="59030">
                    <visible>ListItem.IsCollection</visible>
                    <itemlayout>
                    </itemlayout>
                    <focusedlayout>
                    </focusedlayout>
                    <content sortby="year" sortorder="ascending">$INFO[ListItem.FolderPath]</content>
                </control>

After that you can use...

$INFO[Container(59030).NumItems]

...to show the number of movies of the set.
If I have helped you or increased your knowledge, please click the 'thumbs up' button to give thanks :)
Reply


Messages In This Thread
RE: Skinning - Any way to show a count of movies inside a movie set?? - by manfeed - 2020-03-05, 01:27
Logout Mark Read Team Forum Stats Members Help
Skinning - Any way to show a count of movies inside a movie set??0