Kodi Community Forum
Aeon MQ5 - Movies Info Bar Fix - 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: Aeon MQ (https://forum.kodi.tv/forumdisplay.php?fid=68)
+---- Thread: Aeon MQ5 - Movies Info Bar Fix (/showthread.php?tid=208339)



Aeon MQ5 - Movies Info Bar Fix - Min2001 - 2014-11-08

Movies Info Bar Fix:
This fixes the main menu movies info bar to act the same as the one found in library view.
Fixes bug posted on page 2 by m0v1em4n here whereby the Movies text isn't shown in bar.

Add the following to IncludesVariables.xml. Can be found at C:\Users\*Username*\AppData\Roaming\XBMC\addons\skin.aeonmq5\720p

Remove the line directly underneath:
PHP Code:
<variable name="value_librarystatus"

And replace with:
PHP Code:
    <value condition="StringCompare(Container(9000).ListItem.Property(id),movies)">[COLOR=$VAR[value_headercolor]]$LOCALIZE[20342]:[/COLOR$INFO[Window(0).Property(Movies.Count)][COLOR=80FFFFFF] | [/COLOR][COLOR=$VAR[value_headercolor]]$LOCALIZE[16102]:[/COLOR$INFO[Window(0).Property(Movies.Watched)][COLOR=80FFFFFF] | [/COLOR][COLOR=$VAR[value_headercolor]]$LOCALIZE[16101]:[/COLOR$INFO[Window(0).Property(Movies.UnWatched)]</value



RE: Aeon MQ5 - Movies Info Bar Fix - iblong - 2014-11-14

Thanks!


RE: Aeon MQ5 - Movies Info Bar Fix - m0v1em4n - 2014-11-15

Great stuff, that's been bugging me

(2014-11-08, 23:53)Min2001 Wrote: Movies Info Bar Fix:
This fixes the main menu movies info bar to act the same as the one found in library view.
Fixes bug posted on page 2 by m0v1em4n here whereby the Movies text isn't shown in bar.

Add the following to IncludesVariables.xml. Can be found at C:\Users\*Username*\AppData\Roaming\XBMC\addons\skin.aeonmq5\720p

Remove the line directly underneath:
PHP Code:
<variable name="value_librarystatus"

And replace with:
PHP Code:
    <value condition="StringCompare(Container(9000).ListItem.Property(id),movies)">[COLOR=$VAR[value_headercolor]]$LOCALIZE[20342]:[/COLOR$INFO[Window(0).Property(Movies.Count)][COLOR=80FFFFFF] | [/COLOR][COLOR=$VAR[value_headercolor]]$LOCALIZE[16102]:[/COLOR$INFO[Window(0).Property(Movies.Watched)][COLOR=80FFFFFF] | [/COLOR][COLOR=$VAR[value_headercolor]]$LOCALIZE[16101]:[/COLOR$INFO[Window(0).Property(Movies.UnWatched)]</value



RE: Aeon MQ5 - Movies Info Bar Fix - Wanilton - 2014-11-16

It´s no a bug, it´s was designed by MarcosQui for work this way.


RE: Aeon MQ5 - Movies Info Bar Fix - m0v1em4n - 2014-11-16

Thanks Min2001

Worked a treat and looks so much better, compleat shall I say


(2014-11-16, 00:18)Wanilton Wrote: It´s no a bug, it´s was designed by MarcosQui for work this way.

Why?

It wasn't like that in the other version


RE: Aeon MQ5 - Movies Info Bar Fix - Wanilton - 2014-11-16

Because put Movies word, before number of items no have sense, the title in main menu is Movies...redundance. Sthetic only.


RE: Aeon MQ5 - Movies Info Bar Fix - m0v1em4n - 2014-11-16

(2014-11-16, 03:21)Wanilton Wrote: Because put Movies word, before number of items no have sense, the title in main menu is Movies...redundance. Sthetic only.

Thanks