Kodi Community Forum

Full Version: Menu Request
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
first off, thank you ronie for such an outstanding skin!

i have just upgraded to XBMC 10.1 for windows, and installed my favorite skin, Transparancy!

due to me being a picky swine, i would like to know if i can link the "Movies" button to the library "list" ie genres, title, year, director etc.. and the TVShows Button to the same options but for tvshows.

many regards!
you'll have to modify Includes_Home.xml.
change (2x):
<onclick>ActivateWindow(Videos,movietitles,return)</onclick>
to:
<onclick>ActivateWindow(Videos,movies,return)</onclick>

in case you run the svn version of the skin, the above code has been moved to Includes.xml
all done, absolute LEGEND!

i changed:

<onclick>ActivateWindow(VideoLibrary,movietitless,return)</onclick> x2 and the relevent tv line.

thank you very much!
i have done some further experimentation and editing if anyone is interested...

i changed <onclick>ActivateWindow(VideoLibrary,movietitles,return)</onclick> x2 to

<onclick>ActivateWindow(VideoLibrary</onclick>

and got movie button linking to the "movies, tv shows, recently added movies, recently added tv shows" menu.

thanks again Ronie.

and i learnt something! cant be bad!

this is precisely why i love open source stuff!