2010-07-11, 15:48
this is my only real gripe with this skin. i cant figure out how to switch out of library mode to browse hdd for files to play so i have to switch to a different skin to do it.
mcborzu Wrote:Just click on "Videos" on the Homescreen
buzz_kill Wrote:i have that hidden dont like extra clutter on the homescreen.
Ram2000 Wrote:So you dont like to have that one extra icon on display but you swap to a different skin to browse files.......
eckstheory Wrote:I just did what everyone else did and put a switch in the context menu to switch between library and browse files. I just figured it was easier that way as I jump into videofiles all the time for stuff ive downloaded but dont want to add to library.
zwat Wrote:dont see the problem since files is the first option on the submen to both movies and tv shows (if that hasn't been changed in latest update).
eckstheory Wrote:Add
<control type="button" id="21">
<include>WindowMenuButton_Library</include>
<label>$LOCALIZE[29800]</label>
<onclick>ReplaceWindow(VideoLibrary)</onclick>
</control>
to myvideo.xml
and
<control type="button" id="21">
<include>WindowMenuButton_Library</include>
<label>$LOCALIZE[29800]</label>
<onclick>ReplaceWindow(VideoFiles)</onclick>
</control>
to myvideonav.xml.
Look for id 20 and slip them in under that on each xml the give them an id that doesnt clash.
buzz_kill Wrote:I didnt realize this was a non library view, i always setup the homescreen of a skin before i explore it. i hide everything but movies, shows, settings, music, weather, and shutdown
.
Ram2000 Wrote:While I am here as anyone got the use condition based weather working ?
mcborzu Wrote:Settings->skin->Home window options, check "Use condition based Fanart"...then set your path to backgrounds like any other backdrops. Or vice versea, you can set the path then check the setting...
Quote: <posx>-350</posx>
<posy>-20</posy>
<width>281</width>
<height>28</height>
<aligny>center</aligny>
<align>center</align>
<font>Font_OSDSeek</font>
<textcolor>FF363636</textcolor>
<include>Animation_CommonFade</include>
<label>PAUSED</label>
<visible>Player.Paused</visible>