Page 1 of 1
Movie & TV Show menu behaviors
Posted: Mon Apr 27, 2015 12:36 am
by grupy
Im using XBMC4XBOX 3.5 and Confluence Lite skin. I have scanned in Movies and TV Shows into my library and would like to simply jump into the Titles menu when I select either of these two options from the main menu. I dont want to jump to the sub-menu and select Titles. Is there a way to jump to this option?
I assume the editing is done to the Home.xml file on the 720p folder, but can someone point me to the exact code that I would need to change?
Thanks!
Re: Movie & TV Show menu behaviors
Posted: Mon Apr 27, 2015 1:43 pm
by Spongy
Search Home.xml for <onclick>ActivateWindow(Weather)</onclick>
You'll see it's part of an <item>
Below that are more <item>s for Pictures, Videos, Movies, TV, Music, Programs.
Change the <onclick> line in the movies<item> and tv<item> to look like these.
Code: Select all
<onclick>ActivateWindow(VideoLibrary,MovieTitles,return)</onclick>
Code: Select all
<onclick>ActivateWindow(VideoLibrary,TVShowTitles,return)</onclick>
Just in case you want to do music as well.
Code: Select all
<onclick>ActivateWindow(Music,Artists,return)</onclick>
Re: Movie & TV Show menu behaviors
Posted: Mon Jun 08, 2015 5:45 pm
by grupy
I tried that as I recall it doing it at that same location but when I did make that change for tv shows and movies for Confluence Lite, the same issue happens where it loads up a blank black square with nothing on it.
Do you know what line those two changes are?
I made the change to the HOME.XML file in the 720p folder of Confluence Lite. Is there another place in the file where I should make this change? Below are the only two places where the coding has the VideoLibrary option.
- <item id="10">
<label>31954</label>
<onclick>ActivateWindow(VideoLibrary,MoviesTitles,return)</onclick>
<icon>-</icon>
<thumb>-</thumb>
<visible>!Skin.HasSetting(HomeMenuNoMoviesButton) + Library.HasContent(Movies)</visible>
</item>
- <item id="11">
<label>31955</label>
<onclick>ActivateWindow(VideoLibrary,TvShowsTitles,return)</onclick>
<icon>-</icon>
<thumb>-</thumb>
<visible>!Skin.HasSetting(HomeMenuNoTVShowsButton) + Library.HasContent(TVShows)</visible>
</item>
Re: Movie & TV Show menu behaviors
Posted: Tue Jun 09, 2015 5:23 pm
by Spongy
Assuming you're using the
optimized version of confluence lite.
Lines 2347, 2354, 2361.
It looks like you did it right. You might want to post the home.xml to pastbin.
Re: Movie & TV Show menu behaviors
Posted: Tue Jun 09, 2015 11:35 pm
by NOTTHESAME
yeah let me know if you got issues, ill help you since im doing the optimized version
but i didnt touch none of theses areas so everyshould work fine.
Re: Movie & TV Show menu behaviors
Posted: Wed Jun 10, 2015 2:57 am
by fxmech
Go to videos, select Titles and press white button, select "Set as default".... Isn't this an option guys?