Kodi Community Forum

Full Version: Aeon MQ 7 Not display disc number & trailer icon
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In my collection with Aeon MQ 6

Image

The number of HD content the film is showed.

With 7 version NO.
Image

The code in IncludesVariables.xml is the same for both version.

Furthermore the trailer icon is not present in the new version of skin (the screenshot refer to the same movie)

Thanks for your attention.
(2016-10-28, 16:26)Pico1965 Wrote: [ -> ]In my collection with Aeon MQ 6

Image

The number of HD content the film is showed.

With 7 version NO.
Image

The code in IncludesVariables.xml is the same for both version.

Furthermore the trailer icon is not present in the new version of skin (the screenshot refer to the same movie)

Thanks for your attention.
because aon mq7 use resource.images.mediaicons.coloured-0.0.7 or white not all icons are available in this pack why i don,t know i have the same with studio icons they don.t show
(2016-10-28, 16:26)Pico1965 Wrote: [ -> ]The code in IncludesVariables.xml is the same for both version.
Yes, for "value_drive"...but in includes.xml missing label for this....

Find in includes....
Code:
    <include name="FlagsContent">

add at the and of code for "FlagsContent"

Code:
    <control type="label">
            <!-- Drive externo -->
            <include>FlagLabel</include>
            <label>$VAR[value_drive]</label>
            <visible>!IsEmpty(Control.GetLabel(556))</visible>
        </control>
Thanks for your attention Angelinas!

I've put the code beforo comment
<!-- 161 x 109 -->
but not work.

For trailer icon is the same problem?

This code:
Code:
<!-- Trailer -->
    <control type="label">
    <include>FlagLabel</include>
    <label>TRAILER</label>
    <visible>!IsEmpty(ListItem.Trailer)</visible>
    </control>
is missing in new include.xml

I've put in it but not work