Addin Arguments
#1
Hi All,

I am developing an Add-on for MediaBrowser3 - allowing XBMC to be a client to the MediaBrowser3 server.

In order to get tighter integration, I would like to use Aeon Nox's (or another theme if needed) ability to modify the main menu to point to a subsection.

For this to work, however, I need to be able to call my plugin with an argument.

Essentially I want to run this from the main menu:
Code:
plugin.video.xbmb3c/?mode=0&url=http://192.168.1.6:8096/mediabrowser/Users/81452d964095cf6c18af19ac559f08c5/items?ParentId=964d77e7d7241b8a6c4bd8cc6440f579&SortBy=Name&format=xml

I tried editing 'guisettings.xml' to manually change the 'path' for the menu item to this, however it does not work and reverts to the original value.

Any ideas how to get this working?

Thanks!
xnappo
Reply
#2
Nevermind lol. I was making that way too hard. The 'Video Node' browser was able to browse into my AddOn without issue.

xnappo
Reply

Logout Mark Read Team Forum Stats Members Help
Addin Arguments0