I have successfully created a button on the home menu that goes directly to my video plugins folder. Below is the code in my Home.xml folder...
<item>
<icon>E:\Apps\XBMC\skin\xTV\media\ff.png</icon>
<thumb>E:\Apps\XBMC\skin\xTV\media\ff.png</thumb>
<label>31007</label>
<onclick>ActivateWindow(video, plugins)</onclick>
</item>
The only problem is that when I use the button, the directory pops up as purely a directory. None of the plugins will activate. It acts like it is simply using the file manager to look at folder. I found this page: http://wiki.xbmc.org/?title=Window_IDs and it was very helpful in finding content... HOWEVER, there is no 'plugins' tag.
How can I make this button nav to the folder WITH functionality? It acts as though I am looking for video files within the plugin folders, when really I just want to run the plugins.
Note: I have already tried running it as (scripts, plugins) but the plugins cannot run as scripts and will not work.
creating new buttons
flacnvinyl
Member Posts: 53 Joined: Nov 2008 Reputation: 2 |
2009-04-03 17:37
Post: #1
(This post was last modified: 2009-04-03 23:02 by flacnvinyl.)
|
| find quote |
CHI3f
Team-XBMC Skinner Joined: Jan 2007 Reputation: 0 Location: New Jersey, USA |
2009-04-03 23:29
Post: #2
<onclick>ActivateWindow(MyVideoLibrary,Plugins)</onclick>
|
| find quote |
flacnvinyl
Member Posts: 53 Joined: Nov 2008 Reputation: 2 |
2009-04-03 23:59
Post: #3
<onclick>ActivateWindow(MyVideoFiles,plugin://video)</onclick> solved it.
thank you! |
| find quote |

Search
Help