Ok Lots of comments...
I will look at the video playlist section... I think currently the code is wrong, so I will bring it in line with bluetwo.
If you want to remove the topbar in the home screens you need to edit myhome.xml you will need to look through for the buttons and delete them all.. ie
<control>
<description>shutdown button</description>
<type>button</type>
<animation effect="fade" time="1500">WindowOpen</animation>
<animation effect="fade" time="500">WindowClose</animation>
<animation effect="zoom" start="000,0" end="100,100" center="1326,39" time="150">focus</animation>
<animation effect="zoom" start="100,100" end="100,100" center="1326,39" time="300">unfocus</animation>
<id>10</id>
<posX>1289</posX>
<posY>10</posY>
<width>51</width>
<height>58</height>
<textureFocus>button_shutdown_focus.png</textureFocus>
<textureNoFocus>button_shutdown_nofocus.png</textureNoFocus>
<label>-</label>
<action>99</action>
<onleft>31</onleft>
<onright>50</onright>
<onup>10</onup>
<ondown>50</ondown>
</control>
by deleting this will remove the shutdown button...
This will be the same for the plugins skreen as well "myhomeplugins.xml"
I think you are absolutely right about the playing now button... use it all the time as well.. so I will move it to a more prominant place... as well as fix some of the bugs and graphics on the playing now screen...
I plan to have a look at list views to fit more content on screen.
Also a bigger filmstrip view... maybe 5 items on a page..
regards
Rich
I didnt actually want to get rid of it, i just wanted to auto hide it on my screen. it auto hides on every screen except the home / verticle screen.
on that screen it just stays at the top at all times.
I checked the xml file and it says it's set to autohide, but it doesnt.
I also checked the topbar plugin in the config and tried the "override skin" setting and it still didnt autohide.
great skin!
thanks
Austria