2016-03-23, 20:17
Can someone give me a hand please. When Kodi starts up, I want "TV Shows" to be the default selection (focus).
I've been doing alot of reading about this, and found that the best way this is accomplished is to just swap the position of "Movies" and "TV Shows" as the center object is going to be the focus.
So in reading, I found i should edit the "Home.xml" file according to the wiki to do the swap.
However, I couldn't find home.xml. So more reading. For some background I'm on an android TV box, Kodi was installed from the play store on android. Originally I installed Isengard, but have since let play update Kodi to Jarvis. I found nothing recent in posts, but did find this thread on reddit which seems applicable.
So I jumped over to githhb, and grabbed the entire zip file, and extracted it's contents to: "/Android/data/org.xbmc.kodi/files/.kodi/userdata/addon_data/skin.confluence/"
I edited home.xml in the 720p folder according to the wiki. I just flipflopped the two sections and now it is:
But it's still not working. Hasn't changed anything from what I can tell (I had to reset all the skin's settings but other than that the layout is the same)
Thanks!
I've been doing alot of reading about this, and found that the best way this is accomplished is to just swap the position of "Movies" and "TV Shows" as the center object is going to be the focus.
So in reading, I found i should edit the "Home.xml" file according to the wiki to do the swap.
However, I couldn't find home.xml. So more reading. For some background I'm on an android TV box, Kodi was installed from the play store on android. Originally I installed Isengard, but have since let play update Kodi to Jarvis. I found nothing recent in posts, but did find this thread on reddit which seems applicable.
So I jumped over to githhb, and grabbed the entire zip file, and extracted it's contents to: "/Android/data/org.xbmc.kodi/files/.kodi/userdata/addon_data/skin.confluence/"
I edited home.xml in the 720p folder according to the wiki. I just flipflopped the two sections and now it is:
Code:
<item id="11">
<label>31955</label>
<onclick>ActivateWindow(Videos,TVShowTitles,return)</onclick>
<icon>-</icon>
<thumb>-</thumb>
<visible>!Skin.HasSetting(HomeMenuNoTVShowButton) + Library.HasContent(TVShows)</visible>
</item>
<item id="10">
<label>31954</label>
<onclick>ActivateWindow(Videos,MovieTitles,return)</onclick>
<icon>-</icon>
<thumb>-</thumb>
<visible>!Skin.HasSetting(HomeMenuNoMovieButton) + Library.HasContent(Movies)</visible>
But it's still not working. Hasn't changed anything from what I can tell (I had to reset all the skin's settings but other than that the layout is the same)
Thanks!