InfoLabel question?
#1
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>
Reply
#2
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.
Reply
#3
(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.
Reply
#4
(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
Reply

Logout Mark Read Team Forum Stats Members Help
InfoLabel question?1