Make a new menu (Cusom item), with 2 favourites?
#1
Hey..!

I have posted some threads here about this subject, but now i have learned that it's possible to add custom items (New menus in the home menu). I'm trying to make a menu in XBMC -which is close to what i can find in Mediaportal. It can be illustreated by the following screen:

Image



So when i select "Movies" from the home menu, then i can choose between "All movies" (Title), "Genres", and maybe others... (Customized either in the GUI, or by changing the XML files).


Image



How can i make such a menu?

Until now i have "hacked" the skin, to show de favourites menu, as "Movies" in the home menu.. But i'm not happy with this solution, because it still says "favourites" in the top left corner..
Reply
#2
Nobody have an update regrding this?
Reply
#3
?
Reply
#4
Edit IncludesHomeDefault.xml

Replace -

Code:
<onclick>ActivateWindow(MyVideoLibrary,movietitles,return)</onclick>

Code:
<onclick>ActivateWindow(MyVideoLibrary,movietitles)</onclick>

with -

Code:
<onclick>ActivateWindow(Videos,Movies,return)</onclick>

Code:
<onclick>ActivateWindow(Videos,Movies)</onclick>
Reply
#5
Hitcher Wrote:Edit IncludesHomeDefault.xml

Replace -

Code:
<onclick>ActivateWindow(MyVideoLibrary,movietitles,return)</onclick>

with -

Code:
<onclick>ActivateWindow(MyVideoLibrary,return)</onclick>

Thanks for your reply.

I cannot see this change is changing anything? :/
Reply
#6
Edited my post.
Reply
#7
Hitcher Wrote:Edited my post.

Beautiful Smile It's working just like it should!

Do you know which file contains the Genre, Title, Year, Actor etc links? I wan't to re-arrange them, so Title is the first slection on the list.
Reply
#8
You can't change the order as that's handled by XBMC and not the skin.
Reply
#9
Hitcher Wrote:You can't change the order as that's handled by XBMC and not the skin.

Allright thank you. I will try to post in another forum then. It must be possible to change the order for theese items.
Reply

Logout Mark Read Team Forum Stats Members Help
Make a new menu (Cusom item), with 2 favourites?0