![]() |
|
Plugin python directory services for XBMC (now in SVN) - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Development (/forumdisplay.php?fid=32) +--- Forum: Python Add-on Development (/forumdisplay.php?fid=26) +--- Thread: Plugin python directory services for XBMC (now in SVN) (/showthread.php?tid=28031) |
- Asteron - 2007-09-06 01:54 dafunks Wrote:Is there a dummies guide to installing these Plugins. Hi dafunks, read this section in the wiki and let me know if you still have questions. http://xboxmediacenter.com/wiki/index.php?title=Types_of_Media_Sources#Plugin_Sources I'm not a python scripter but I was wondering if... - Gamester17 - 2007-09-06 09:57 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).
- Nuka1195 - 2007-09-06 17:17 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. - SandmanCL - 2007-09-07 01:09 Awesome, I've been hoping for something like this for a long time without knowing how to put it in words ![]() 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
- SandmanCL - 2007-09-07 01:10 Unbehagen Wrote:Here is a plugin version of the JooX script. You can download it here: 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 ? - Asteron - 2007-09-07 01:53 SandmanCL Wrote:I like it, works like a charm. But a quick suggestion: Just mount the categories path as your source. - SandmanCL - 2007-09-07 02:02 Ah... Duh...
- Nuka1195 - 2007-09-08 16:23 http://xbmc-scripting.googlecode.com/svn/old/AppleMovieTrailersPlugin.zip only works with the current SVN which I just committed - guyverjay - 2007-09-10 20:46 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 file ![]() what am I doing wrong
- Asteron - 2007-09-11 02:19 guyverjay Wrote:I don't get it You need a recent build and then do add source -> plugin. |