Menu Request
#1
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!
Reply
#2
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
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#3
all done, absolute LEGEND!

i changed:

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

thank you very much!
Reply
#4
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!
Reply

Logout Mark Read Team Forum Stats Members Help
Menu Request0