Item Count Help?
#1
i am using the following to get the total number of movies:
xml:
   <!-- Item count -->
    <include name="ItemCount">
        <control type="grouplist">
            <right>120</right>
            <bottom>110</bottom>
            <width>800</width>
            <height>44</height>
            <itemgap>6</itemgap>
            <align>right</align>
            <orientation>horizontal</orientation>
            <usecontrolcoords>true</usecontrolcoords>
            <visible>Integer.IsGreater(Container.NumItems,0)</visible>
            <control type="label">
                <width>auto</width>
                <height>44</height>
                <align>right</align>
                <label>$INFO[Container.NumItems]</label>
                <font>Font33</font>
                <textcolor>$VAR[TextColor2]</textcolor>
            </control>
            <control type="label">
                <width>auto</width>
                <height>44</height>
                <align>right</align>
                <label>$VAR[ContentType]</label>
                <font>Font33</font>
                <textcolor>$VAR[TextColor2]</textcolor>
            </control>
        </control>
    </include>

but it does not include individual movies in movie sets, is it possible to count all titles individually including the titles that are part of a set?
Reply
#2
Moved to skin development
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
#3
Not without the use of an addon.

ie https://github.com/sualfred/script.embuary.info
Reply
#4
(2019-09-22, 23:00)Hitcher Wrote: Not without the use of an addon.

ie https://github.com/sualfred/script.embuary.info
thank you, but how would i integrate the addon?

and how would i call it for total movies, but without affecting tvshows?
Reply

Logout Mark Read Team Forum Stats Members Help
Item Count Help?0