Kodi Community Forum
InfoLabel question? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+--- Thread: InfoLabel question? (/showthread.php?tid=344713)



InfoLabel question? - spl147 - 2019-06-16

im using the following to populate the Studios in the skin, is it possible to limit the number of studios listed?

some movies have many

xml:
                    <!-- Studio -->
                    <control type="group">
                        <height>36</height>
                        <width>1170</width>
                        <visible>!String.IsEmpty(ListItem.Studio)</visible>
                        <control type="fadelabel">
                            <left>-90</left>
                            <width>250</width>
                            <height>36</height>
                            <align>right</align>
                            <font>Font36</font>
                            <label>Studio</label>
                            <textcolor>$VAR[TextColor2]</textcolor>
                            <pauseatend>3000</pauseatend>
                        </control>
                        <control type="fadelabel">
                            <left>170</left>
                            <width>1030</width>
                            <height>36</height>
                            <font>Font36</font>
                            <label>$INFO[ListItem.Studio]</label>
                            <textcolor>$VAR[TextColor1]</textcolor>
                            <pauseatend>3000</pauseatend>
                        </control>
                    </control>



RE: InfoLabel question? - DaVu - 2019-06-17

I guess not. It could be same as for genres where you are able to have multiple ones and requesting that info will give you all scraped genres.


RE: InfoLabel question? - chrissix666 - 2019-07-10

(2019-06-16, 15:37)spl147 Wrote: im using the following to populate the Studios in the skin, is it possible to limit the number of studios listed?
Unfortunately, unfortunately, the content of most InfoLabes are summarized!
The same is not only for Studios, but also for Country, Genre, Director, Writer, Cast
Exception: Language and Subtitle

I wish there would be at least a HelperScript, or even better Kodi itself would be able to, if you would get the content of the InfoLabels also individually!

Only with @sualfred EmbuaryHelper and only on Leia (cause i'm still on Krypton) i have managed to ged individual content out of the Cast InfoLabel
Maybe he is also interested to upgrade his HelperScript also for other InfoLabels!

It would open up a lot of new possibilities and goals for Skinner to get these (combined content) InfoLabels running for resource addons too.


RE: InfoLabel question? - the_other_guy - 2019-07-11

(2019-06-17, 09:43)DaVu Wrote: I guess not. It could be same as for genres where you are able to have multiple ones and requesting that info will give you all scraped genres.
they need to be in subfolders  genres shows 1st image 
if you had a folder  comedy with the genres in it and the movie was a comedy/action  it will show the action image from the comedy folder  
ImageImageImage