Automatic views for 1 channel
#6
It shows it if video is buffering. It hides it when buffer is full. If you want it all the time, open up DialogSeekbar.xml, locate

Code:
<control type="progress" description="Buffer Bar">
        <posx>200</posx>
        <posy>4</posy>
        <width>924</width>
        <height>16</height>
        <texturebg border="8">VideoOSD/VideoProgressBG.png</texturebg>
        <midtexture border="0,8,0,8">VideoOSD/BufferMidd.png</midtexture>
        <lefttexture border="6,8,0,8">VideoOSD/BufferLeft.png</lefttexture>
        <righttexture border="0,8,16,8">VideoOSD/BufferRight.png</righttexture>
        <info>Player.CacheLevel</info>
        <visible>Player.Caching</visible>
      </control>

and delete line

Code:
<visible>Player.Caching</visible>
My skins:

Amber
Quartz

Reply


Messages In This Thread
Automatic views for 1 channel - by mikey1234 - 2012-04-26, 11:57
RE: Automatic views for 1 channel - by pecinko - 2012-04-26, 16:50
Automatic views for 1 channel - by pecinko - 2012-04-27, 15:44
Logout Mark Read Team Forum Stats Members Help
Automatic views for 1 channel0