Kodi Community Forum
Add Media Flags - 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)
+---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Conq (https://forum.kodi.tv/forumdisplay.php?fid=210)
+----- Thread: Add Media Flags (/showthread.php?tid=228205)



Add Media Flags - pelukessss - 2015-05-29

Hi,
I love Conq but I really miss Media Flags on this skin! Is there a way to add them in Movies and Tv Series? Thanks!


RE: Add Media Flags - MDUKRPI - 2015-06-05

I'd love this too please! Have been switching between Conq and Mimic for months as I like DTS/DDigital logos under my movies!


RE: Add Media Flags - Eoghlear - 2015-06-08

Would be nice to have these. As long as it won't affect the performance. Like how smooth it is on the raspberry 2.


RE: Add Media Flags - meccs - 2015-10-29

If you want to do this without the pictures and just the information, meaning text:

Values.xml
Create new Label, just add this line:
Code:
<variable name="Label3">
        <value condition="Container.Content(movies) + !IsEmpty(ListItem.Year) + !IsEmpty(ListItem.Genre)">$INFO[ListItem.VideoResolution]p • $INFO[ListItem.VideoCodec] • $INFO[ListItem.AudioCodec] • $INFO[ListItem.AudioChannels] channels</value>
    </variable>

The dots in the code get formatted here somehow. It is the dot you can see behind the other labels in the values.xml

Viewtype53.xml (Wall) add this below <!-- Details -->)
Code:
<control type="label">
                    <left>90</left>
                    <top>120</top>
                    <width>1740</width>
                    <height>27</height>
                    <font>Font27</font>
                    <align>center</align>
                    <label>$VAR[Label3]</label>
                    <textcolor>TextColor2</textcolor>
                    <shadowcolor>ShadowColor</shadowcolor>
                </control>

You can do this for all views. This is just the example for the Movie Wall. Looks like this: http://imgur.com/XeiaS7F