Calling all of you skilled xml experts
#1
Wink 
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.
Box 1: ODroid N2+ 4GB
Box 2: Intel NUC D34010WYK (Windows afedchin's Krypton MVC Build)
Box 3: Vero 4K
RIP schimi2k | I miss you buddy :(
Reply
#2
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>
Reply
#3
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
Box 1: ODroid N2+ 4GB
Box 2: Intel NUC D34010WYK (Windows afedchin's Krypton MVC Build)
Box 3: Vero 4K
RIP schimi2k | I miss you buddy :(
Reply
#4
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
Reply

Logout Mark Read Team Forum Stats Members Help
Calling all of you skilled xml experts0