Modifying the "(__)Items - Duration (_____)" etc text
#1
Which XML file is this text stored in? I'm referring to the blue and white text in bottom right corner of the media screens. I'm looking to remove it.
Reply
#2
includes.xml line 271 (current svn) this bit of code. The top one is the now playing media stuff on the left the other one is the one you are after
PHP Code:
    <include name="CommonPageCount">
        <
control type="label">
            <
posx>40</posx>
            <
posy>30r</posy>
            <
width>700</width>
            <
height>20</height>
            <
label>([color=blue]$INFO[Player.Time] / $INFO[Player.Duration,][/color]) - $INFO[MusicPlayer.Title]$INFO[VideoPlayer.Title]</label>
            <
align>left</align>
            <
aligny>center</aligny>
            <
font>font12</font>
            <
textcolor>grey</textcolor>
            <
shadowcolor>black</shadowcolor>
            <
visible>Player.HasMedia</visible>
            <include>
VisibleFadeEffect</include>
            <include>
Window_OpenClose_Animation</include>        
        </
control>
        <
control type="label">
            <
description>Page Count Label</description>
            <
posx>40r</posx>
            <
posy>30r</posy>
            <
width>500</width>
            <
height>20</height>
            <
font>font12</font>
            <
textcolor>grey</textcolor>
            <
scroll>false</scroll>
            <
align>right</align>
            <
aligny>center</aligny>
            <
label>([color=blue]$INFO[Container.NumItems][/color]) $LOCALIZE[31025]$INFO[Container.TotalTime, - $LOCALIZE[180] ([color=blue],[/color])] - $LOCALIZE[31024] ([color=blue]$INFO[Container.CurrentPage]/$INFO[Container.NumPages][/color])</label>
            <include>
Window_OpenClose_Animation</include>        
        </
control>
    </include> 
Reply
#3
Alright, so I tried commenting out "<include>CommonPageCount</include>" (Line 96) of MyVideos.xml, but the line still shows up. What should I be doing here?
Reply
#4
make sure your in the video files section and not the library unless you modify MyVideoNav.xml
Reply
#5
Yep, that was definatley the problem! Thanks!
Reply

Logout Mark Read Team Forum Stats Members Help
Modifying the "(__)Items - Duration (_____)" etc text0