Kodi Community Forum
Calling all of you skilled xml experts - 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 Nox: Silvo (https://forum.kodi.tv/forumdisplay.php?fid=142)
+---- Thread: Calling all of you skilled xml experts (/showthread.php?tid=195637)



Calling all of you skilled xml experts - ArieS - 2014-05-20

I need some help from people like CutSickAss, bryanbrazil, Vaikin, mikebzh44 and so on Smile
In Frodo we had the codec flags on Landscape with single logo as such:
Image
In Gotham they are not there:
Image

I see in Includes_MediaFlags starting with Line 235: <include name="FloorFlags">
Then after I can see <!--left part -->, <!--Source logo-->, <!--studio logo--> and so on.
So it seems everything is here but I have no idea how to use it. Any help would be greatly appreciated Smile
Thanks in advance.


RE: Calling all of you skilled xml experts - Vaikin - 2014-05-20

You're really close actually Tongue

Right after FloorFlags is a visibility control.
Code:
<visible>Control.IsVisible(550) | Control.IsVisible(508) | [Control.IsVisible(503) + !Skin.HasSetting(landscapeonelogo)]  | Control.IsVisible(501) | Control.IsVisible(500) | Control.IsVisible(512) | Control.IsVisible(516)</visible>

Change it to
Code:
<visible>Control.IsVisible(550) | Control.IsVisible(508) | Control.IsVisible(503) | Control.IsVisible(501) | Control.IsVisible(500) | Control.IsVisible(512) | Control.IsVisible(516)</visible>



RE: Calling all of you skilled xml experts - ArieS - 2014-05-21

You my friend are a rockstar! Big Grin
I can't believe it was so little to change lol
Thank you very much Vaikin! You earned a big +1 Smile


RE: Calling all of you skilled xml experts - [Tahini] - 2014-06-23

Sorry to barge in on this one, but is Single Logo view enabled in Aeon Nox 5?
Or does that screenshot come from AN 4.1.9?

The only thing I am left wanting from AN 5 is the single logo view for TV Shows... that and a lower floor (just like that in the screenshot) Smile