Quantcast
Channel: Kodi Community Forum - Skinning
Viewing all articles
Browse latest Browse all 1818

Studio icon in the OSD

$
0
0
Hello, I would like to know how can i add the studio icon of a movie or a tv show in the videoplayer. I know it is the white studio icon addon that permits to display the studio icon in Estuary. I found these lines in the includes.xml file which I think permit to display the icon studio in the views.

<control type="grouplist">
                <orientation>horizontal</orientation>
                <right>-12</right>
                <top>-47</top>
                <height>70</height>
                <align>right</align>
                <itemgap>10</itemgap>
                <width>1900</width>
                <usecontrolcoords>true</usecontrolcoords>
        <control type="group">
                    <width>147</width>
                    <visible>System.AddonIsEnabled(resource.images.studios.white) + !String.IsEmpty($PARAM[infolabel_prefix]ListItem.Studio)</visible>
                    <include content="MediaFlag">
                        <param name="texture" value="$INFO[$PARAM[infolabel_prefix]ListItem.Studio,resource://resource.images.studios.white/,.png]" />
                    </include>
       </control>
</control>

Thanks

Viewing all articles
Browse latest Browse all 1818

Trending Articles