View Full Version : Changing the menu item selected at startup
Quick and stupid, I'm sure, but how can I set TV Shows to be the menu item selected at startup? I've turned off Programs, Music and Photos, and read the FAQ so I know I can't turn off Weather and suchlike, but Weather is the item selected at startup and I can see no way of changing it.
I love MediaStream otherwise, it's an amazing piece of work.
Cheers,
Badge
neoanderson2002
2009-02-05, 20:11
Go to the home.xml - find the <!-- Main Menu --> section and swap the id number of weather with the TV shows section. Hope this helps!
Like to do the same but whn swapping numbers I get overlapping text. Any other help/ideas? Thanksmuch:)
Go to system / appearance / look and feel / startup window.
Here you can setup your startup window.
But that doesn't change what the default section is in the home window. I'd rather movies or tv shows be highlighted instead of weather.:)
freddan101
2009-03-01, 15:31
But that doesn't change what the default section is in the home window. I'd rather movies or tv shows be highlighted instead of weather.:)
I second that! Would be very nice to choose default menu item on the home screen. I primarily don't run xbmc to check the weather... ;)
Like to do the same but whn swapping numbers I get overlapping text. Any other help/ideas? Thanksmuch:)The menu is built in the order (top down) the items are in in the xml file. Swapping <id> numbers will not help with this. You need to move the <item> sections around into the order you want them.
Search for <focusposition>
EDIT: changing the focuspos messes up the menu, kricker is right change the order the 3rd is the focused item.
Search for <focusposition>
EDIT: changing the focuspos messes up the menu, kricker is right change the order the 3rd is the focused item.Yup changing the <focuspostion> will only lead to a screwed up looking menu. I've played with the home menu quite a bit now adding/replacing menu/submenu items.
the only file home.xml that i find is in the maythem skin, should i modify this one?
regards