Custom Context Menu items?

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
wpervaz Offline
Junior Member
Posts: 5
Joined: Aug 2008
Reputation: 0
Post: #1
I think the context menu is non-skin related, so here goes:

when i'm browsing my video files, i can hit 'c' to display the context menu...

There are a number of options in there including 'Add to Favourites', 'Add to Queue', 'Go To Root', etc....

Now, I want to add/remove some of these options.... I know the actual strings are stored in strings.xml but I cant seem to find where these are being called... If i take out the label in strings.xml, the button goes blank but is still clickable... Is there a way I can altogather remove a button, for example remove 'Go To Root' option from the context menu ??

thanks in advance !
find quote
Jezz_X Offline
Team-XBMC Skinner
Posts: 5,269
Joined: Jun 2006
Reputation: 55
Location: Earth
Post: #2
They are hardcoded into xbmc you can't remove them without editing and recompiling the source code

Skins I have done....
[Image: skinsq.png]
And others in the past...

Want to know what I'm working on currently? Check me out on Google+
find quote
richardss Offline
Junior Member
Posts: 10
Joined: Mar 2010
Reputation: 0
Post: #3
Where in the source code are the context menu items?

Thanks in advance
find quote