PDA

View Full Version : Startup Screen


wyoak
2009-10-15, 06:11
This is probably a stupid question, but I couldn't find it in the forums or in the XML files (I bet it's in there, just don't know where to look)....Is there a way to have minimeedia startup on a screen other than TV shows? I'd like to have it start on weather if possible.

Great skin too, my favorite.

jabba_29
2009-10-25, 20:55
Any joy?

I have the same problem :sad:
Even tried updating the skin through the SVN
(think I was up to date anyway)

I am on Atv...

Waffa
2009-10-25, 21:54
Home.xml (720p folder)
See line 500

<item id="9">
<description>My Movies Button</description>
<label>$LOCALIZE[342]</label>
<label2>$LOCALIZE[31009]</label2>
<thumb>$INFO[Skin.String(CustomMoviesBGFolder)]</thumb>
<onclick>XBMC.ActivateWindow(MyVideoLibrary,movietitles,ret urn)</onclick>
<visible>!Skin.HasSetting(HideMovies)</visible>
</item>

This is the second button and if you have set library MiniMeedia will start with this button.

If you like an other start up window, make the window you like second in row :;):