Remove clock
#1
Hi,

I'm trying to remove the clock visualization in right up cornetr in Estuary.
I have modifiend includes.xml and Custom_1109_TopBarOverlay.xml.

Now the time is not displayer, but still remain the second little line with "Ends at time..."

Where can I find the label of this function?
What is its name?

Thanks.
Reply
#2
In the Custom_1109_TopBarOverlay.xml file in the last grouplist control type are two labels control type label.
xml:

                    <control type="label">
                        <label>$INFO[Player.FinishTime,$LOCALIZE[31080]: ]</label>
                        <shadowcolor>text_shadow</shadowcolor>
                        <height>100</height>
                        <width>auto</width>
                        <visible>!String.isempty(Player.Duration)</visible>
                        <visible>Player.HasVideo + ![Player.HasGame | VideoPlayer.HasEpg]</visible>
                    </control>
                    <control type="label">
                        <label>$INFO[PVR.EpgEventFinishTime,$LOCALIZE[31080]: ]</label>
                        <shadowcolor>text_shadow</shadowcolor>
                        <height>100</height>
                        <width>auto</width>
                        <visible>VideoPlayer.HasEpg</visible>
                    </control>
Reply

Logout Mark Read Team Forum Stats Members Help
Remove clock0