edit VideoOSD.xml slider"<top>-25</top> to move up -35 or so
<visible>Player.SeekEnabled</visible>
<control type="button" id="87">
<include>HiddenObject</include>
<onup>200</onup>
<ondown>200</ondown>
<onleft>StepBack</onleft>
<onright condition="!Player.Paused">StepForward</onright>
<onright condition="Player.Paused">PlayerControl(FrameAdvance(1))</onright>
</control>
<control type="slider">
<top>-25</top>
<left>0</left>
<width>100%</width>
<height>56</height>
<texturesliderbar colordiffuse="00FFFFFF">osd/progress/nub_leftright.png</texturesliderbar>
<textureslidernib>osd/progress/nub_leftright.png</textureslidernib>
<textureslidernibfocus colordiffuse="button_focus">osd/progress/nub_leftright.png</textureslidernibfocus>
<info>Player.Progress</info>
<onup>200</onup>
<ondown>200</ondown>
<action>seek</action>
<visible>!Control.HasFocus(87) + !VideoPlayer.Content(LiveTV)</visible>
</control>
<control type="slider">
<top>-25</top>
<left>0</left>
<width>100%</width>
<height>56</height>
<texturesliderbar colordiffuse="00FFFFFF">osd/progress/nub_leftright.png</texturesliderbar>
<textureslidernib colordiffuse="button_focus">osd/progress/nub_leftright.png</textureslidernib>
<textureslidernibfocus colordiffuse="button_focus">osd/progress/nub_leftright.png</textureslidernibfocus>
<info>Player.Progress</info>
<onup>200</onup>
<ondown>200</ondown>
<action>seek</action>
<visible>Control.HasFocus(87) + !VideoPlayer.Content(LiveTV)</visible>
</control>
<control type="slider">
<top>-25</top>
<left>0</left>
<width>100%</width>
<height>56</height>
<texturesliderbar colordiffuse="00FFFFFF">osd/progress/nub_leftright.png</texturesliderbar>
<textureslidernib>osd/progress/nub_leftright.png</textureslidernib>
<textureslidernibfocus colordiffuse="button_focus">osd/progress/nub_leftright.png</textureslidernibfocus>
<info>PVR.TimeshiftProgressPlayPos</info>
<onup>200</onup>
<ondown>200</ondown>
<action>pvr.seek</action>
<visible>!Control.HasFocus(87) + VideoPlayer.Content(LiveTV)</visible>
</control>
<control type="slider">
<top>-25</top>
<left>0</left>
<width>100%</width>
<height>56</height>
<texturesliderbar colordiffuse="00FFFFFF">osd/progress/nub_leftright.png</texturesliderbar>
<textureslidernib colordiffuse="button_focus">osd/progress/nub_leftright.png</textureslidernib>
<textureslidernibfocus colordiffuse="button_focus">osd/progress/nub_leftright.png</textureslidernibfocus>
<info>PVR.TimeshiftProgressPlayPos</info>
<onup>200</onup>
<ondown>200</ondown>
<action>pvr.seek</action>
<visible>Control.HasFocus(87) + VideoPlayer.Content(LiveTV)</visible>
</control>
[/syntax]
and DialogSeekBar.xml
xml:
<control type="slider" id="403">
<left>0</left>
<top>65</top>
<width>100%</width>
<height>26</height>
<texturesliderbar colordiffuse="00FFFFFF">osd/progress/nub_bar.png</texturesliderbar>
<textureslidernib colordiffuse="button_focus">osd/progress/nub_bar.png</textureslidernib>
<textureslidernibfocus colordiffuse="button_focus">colors/white.png</textureslidernibfocus>
<visible>Player.SeekEnabled + !Player.ChannelPreviewActive</visible>
</control>