Bonus Features item in info-menu
#1
Hey Guys!

Is there any way i can add a link in the 'info menu' (aeon nox) that is linked to a video folder of choice?

I'm talking about the menu with 'PLAY - RESUME - GET THUMB etc..'
Adding a link here to a custom video folder (containing the movie 'extras') would be awesome!

I'm not sure if this is possible at the moment, if not it would be a cool looking feature for future versions of xbmc!

(i'm not sure if this is the section to post this question in.. new to the forum Wink)
Reply
#2
Linked to a video folder? Like a movie folder?
You can set it in settings so that anytime you click on a movie, it goes to the info page rather then play the movie, then you can just hit play in the info page, thats what I do... if thats what you mean? Just goto: Settings(system) > Video > File Lists and change the default select action to "Show Information" Hope that helps if thats what your talking about.
My Madnox Mods | Nox Version Guide
---------------------------------------------------------------
Movie Logo Requests | Studio Logo Requests
Logo's Made So Far:
838
Reply
#3
You can add a button to do that. Something like this:
Code:
<control type="button" id="29">
  <label>Extras</label>
  <onclick>Dialog.Close(all,true)</onclick>
  <onclick>ActivateWindow(Videos,$INFO[ListItem.Path,extras])</onclick>
  <include>DialogVideoInfoButton</include>
</control>

This would open a folder in the movie folder named extras. Not sure if thats any good as XBMC would probably try to scan those in the library, but you get the idea.
This should be added in DialogVideoInfo.xml inside grouplist with id 5000
Reply

Logout Mark Read Team Forum Stats Members Help
Bonus Features item in info-menu0