Well Stoly doesn't answer so I tell you how to modify DialogSeekBar.xml.
DialogSeekBar.xml is in Neon repertory.
For Windows
Go to : C:/Document and Settings/user/ApplicationData/xbmc/addons/skin.neon.svn/720p
For ATV2
Go to : /private/var/mobile/Library/Preferences/XBMC/addons/skin.neon.svn/720p
First of all, make a backup of you DialogSeekBar.xml.
After that open it and add this line :
Code:
- <control type="image" id="7657">
<description>clearart for movies</description>
<posx>0</posx>
<posy>435</posy>
<width>330</width>
<height>185</height>
<texture background="true">$INFO[Player.FolderPath]../clearart.png</texture>
<aspectratio>keep</aspectratio>
<visible>VideoPlayer.Content(movies)+ ![[Player.Paused + Player.Caching] + !Player.Seeking]</visible>
</control>
- <control type="image" id="7658">
<description>clearart for movies</description>
<posx>0</posx>
<posy>435</posy>
<width>330</width>
<height>185</height>
<texture background="true">$INFO[Player.FolderPath]clearart.png</texture>
<aspectratio>keep</aspectratio>
<visible>VideoPlayer.Content(movies)+ ![[Player.Paused + Player.Caching] + !Player.Seeking]</visible>
</control>
That's all !!
EDIT:
I changed the postion of :
- the Poster
Search this line and If you want to change the position, simply change the value of : <posx>.....</posx> and <posy>....</posy>
Code:
- <control type="image">
<description>tv show image</description>
<posx>960</posx>
<posy>-246</posy>
<width>300</width>
<height>300</height>
<aspectratio align="right" aligny="bottom">keep</aspectratio>
<texture>$INFO[VideoPlayer.Cover]</texture>
<bordertexture border="5">button-nofocus.png</bordertexture>
<fadetime>400</fadetime>
<bordersize>5</bordersize>
- <animation type="WindowOpen">
<effect type="fade" start="0" end="100" time="900" delay="400" />
</animation>
<visible>VideoPlayer.Content(movies)+ ![[Player.Paused + Player.Caching] + !Player.Seeking]</visible>
</control>
</control>
- IMB rating, Directed by, ......
Search this line and If you want to modify it, simply change the value of : <posx>.....</posx> and <posy>....</posy>
Code:
- <control type="label">
<posx>80r</posx>
<posy>620</posy>
<width>1000</width>
<height>25</height>
<label>[COLOR=mainblue]IMDB:[/COLOR] $INFO[VideoPlayer.RatingAndVotes ]</label>
<align>right</align>
<aligny>center</aligny>
<font>Font_Bartowski_Movies</font>
<textcolor>ffffffff</textcolor>
<visible>VideoPlayer.Content(movies)+ ![[Player.Paused + Player.Caching] + !Player.Seeking]</visible>
</control>
- <control type="label">
<posx>80r</posx>
<posy>645</posy>
<width>1000</width>
<height>25</height>
<label>[COLOR=mainblue]Directed by:[/COLOR] $INFO[VideoPlayer.Director]</label>
<align>right</align>
<aligny>center</aligny>
<font>Font_Bartowski_Movies</font>
<textcolor>ffffffff</textcolor>
<visible>VideoPlayer.Content(movies)+ ![[Player.Paused + Player.Caching] + !Player.Seeking]</visible>
</control>
- <control type="label">
<posx>80r</posx>
<posy>645</posy>
<width>1000</width>
<height>25</height>
<label>[COLOR=mainblue]Chapter Name:[/COLOR] $INFO[Player.ChapterName]</label>
<align>right</align>
<aligny>center</aligny>
<font>Font_Bartowski_Movies</font>
<textcolor>ffffffff</textcolor>
<visible>VideoPlayer.Content(movies)+ Player.ChapterChapterName +![[Player.Paused + Player.Caching] + !Player.Seeking]</visible>
</control>
- <control type="label">
<posx>80r</posx>
<posy>670</posy>
<width>1000</width>
<height>25</height>
<label>$INFO[Player.Chapter,[COLOR=mainblue]$LOCALIZE[21396]:[/COLOR] ]$INFO[Player.ChapterCount, / ]</label>
<align>right</align>
<aligny>center</aligny>
<font>Font_Bartowski_Movies</font>
<textcolor>ffffffff</textcolor>
<visible>VideoPlayer.Content(movies) + Player.ChapterCount + ![[Player.Paused + Player.Caching] + !Player.Seeking]</visible>
</control>
- <control type="label">
<posx>80r</posx>
<posy>670</posy>
<width>1000</width>
<height>25</height>
<label>[COLOR=mainblue]$LOCALIZE[31226]:[/COLOR] $INFO[VideoPlayer.mpaa]</label>
<align>right</align>
<aligny>center</aligny>
<font>Font_Bartowski_Movies</font>
<textcolor>ffffffff</textcolor>
<visible>VideoPlayer.Content(movies) + !Player.ChapterCount + ![[Player.Paused + Player.Caching] + !Player.Seeking]</visible>
</control>
</control>
![[Image: screenshot003no.th.png]](http://img710.imageshack.us/img710/52/screenshot003no.th.png)
![[Image: screenshot002ax.th.png]](http://img23.imageshack.us/img23/2900/screenshot002ax.th.png)
![[Image: screenshot001no.th.png]](http://img854.imageshack.us/img854/7765/screenshot001no.th.png)