Plugin python directory services for XBMC (now in SVN)
#31
dafunks Wrote:Is there a dummies guide to installing these Plugins.

I am really confused as to installing these.

I have read the first post but it seems more for the devopment then a how to.

Thanks

Hi dafunks, read this section in the wiki and let me know if you still have questions.
http://xboxmediacenter.com/wiki/index.ph...in_Sources
Reply
#32
Question 
is there now also as well a way via python plugin to use and display listings via directory services inside a python script?, ...I mean so that the plugin python directory services loonks to be integrated into a python scipt (similar to how WindowXML works).

Huh
Reply
#33
You want to know if you can use xbmcplugin to fill a media list in a WindowXML python script?

I'm not sure I understand the advantage. You would not get the views or the sort by for instance.

Maybe I didn't understand.
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#34
Awesome, I've been hoping for something like this for a long time without knowing how to put it in words Big Grin

There's a lot of skilled python coders out there, but not everyone think it's fun to work on the layout. This way they can do what they do best: write code, and let the skinners worry about how things look Smile
Reply
#35
Unbehagen Wrote:Here is a plugin version of the JooX script. You can download it here:
http://max-server.informatik.uni-bremen....m/JooX.rar

I like it, works like a charm. But a quick suggestion:
Instead of having to browse from JooX Net -> Joox -> Categories, why not just skip the middle step ?
Reply
#36
SandmanCL Wrote:I like it, works like a charm. But a quick suggestion:
Instead of having to browse from JooX Net -> Joox -> Categories, why not just skip the middle step ?

Just mount the categories path as your source.
Reply
#37
Ah... Duh... Smile
Reply
#38
http://xbmc-scripting.googlecode.com/svn...Plugin.zip only works with the current SVN which I just committed
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#39
I don't get it

I put the plug ins in the correct folder, I go to add source and go to the respective folder but it doesn't see the py fileHuh

what am I doing wrong Sad
Reply
#40
guyverjay Wrote:I don't get it

I put the plug ins in the correct folder, I go to add source and go to the respective folder but it doesn't see the py fileHuh

what am I doing wrong Sad

You need a recent build and then do add source -> plugin.
Reply
#41
you only browse to the folder, not the .py file
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#42
Should the back .. be added by XBMC to plugin directories if it's enabled in settings?
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#43
It should be, yes. XBMC should do this for any directory, regardless of content. It is not the plugin's role to accomplish this.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#44
Just used this feature in the latest T3CH, and it's very awesome Smile It looks great, and I might write a couple of plugins myself soon. This beats making your own window by a lot
Reply
#45
Smile 
Nuka1195 Wrote:
Gamester17 Wrote:is there now also as well a way via python plugin to use and display listings via directory services inside a python script?, ...I mean so that the plugin python directory services loonks to be integrated into a python scipt (similar to how WindowXML works).
You want to know if you can use xbmcplugin to fill a media list in a WindowXML python script?

I'm not sure I understand the advantage. You would not get the views or the sort by for instance.
Yes, so that python scripters could have the option to fill media lists in thier own WindowXML built GUI using xbmcplugin. The advantage would from the end-users perspective, the users would not have to use 'Add Source' and get the lists and updates options all from the same view/GUI in the script. Of course it would then be nice to have the same 'sort by' options inside the script lists views as well.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply

Logout Mark Read Team Forum Stats Members Help
Plugin python directory services for XBMC (now in SVN)2