Plugin python directory services for XBMC (now in SVN)

  Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Gamester17 Offline
Team-XBMC Forum Moderator
Posts: 10,595
Joined: Sep 2003
Reputation: 9
Location: Sweden
Lightbulb    Post: #51
maybe xbmcscripts.com would be the best host? ...and maybe also start a new SourceForge project for xbmcscripts to get a SVN and trackers? (like we have for the XBMC Skinning Project)
find quote
Nuka1195 Offline
Skilled Python Coder
Posts: 3,938
Joined: Dec 2004
Reputation: 17
Post: #52
Anything I can look at to see why the back .. doesn't show for plugins?

For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
find quote
spiff Offline
Grumpy Bastard Developer
Posts: 12,234
Joined: Nov 2003
Reputation: 82
Post: #53
fixed @ 10243

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.
find quote
BigBellyBilly Offline
Skilled Python Coder
Posts: 959
Joined: Feb 2005
Reputation: 2
Location: UK
Post: #54
A couple of Q's about plugins:

1) Does anyone know if the dev tool xbmc_pc.exe is planned to be updated to
support them ?

2) Are there any limitation on controls that can be called from the plugin. eg DialogProgress ? or is the rule of thumb to keep them a simple as possible without much user interaction in the process of gathering the directories ?

ta.
BBB

My Addons (myTV, T3CH Upgrader, DVDProfiler, BBCPodRadio, Comics, Football, GoogleReader, reeplay.it, Metacritic, Phonebin, FileViewer,SVN Repo Installer (contributor)) available at Box.net
find quote
spiff Offline
Grumpy Bastard Developer
Posts: 12,234
Joined: Nov 2003
Reputation: 82
Post: #55
1) already works in xbmc_pc

2) no limitation. however keeping it as close to browsing a dir as possible is ofc preferable.

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.
find quote
BigBellyBilly Offline
Skilled Python Coder
Posts: 959
Joined: Feb 2005
Reputation: 2
Location: UK
Post: #56
xbmc_pc - the reason I asked was, as I ran the one from latest t3ch build and the Add Source didnt show plugins. I guess that included xbmc_pc must be out of date?

thanks

My Addons (myTV, T3CH Upgrader, DVDProfiler, BBCPodRadio, Comics, Football, GoogleReader, reeplay.it, Metacritic, Phonebin, FileViewer,SVN Repo Installer (contributor)) available at Box.net
find quote
BigBellyBilly Offline
Skilled Python Coder
Posts: 959
Joined: Feb 2005
Reputation: 2
Location: UK
Post: #57
spiff.

would you mind mailing me the latest xbmc_pc.exe you have that supports plugins ?

bigbellybilly at gmail dot com

thanks

EDIT: ignore that request, the problem was just me. I hadnt created a script named folder under the relevant plugin area.
eg
Q:\plugins\music\default.py
instead of
Q:\plugins\music\myscriptname\default.py

thanks anyway

My Addons (myTV, T3CH Upgrader, DVDProfiler, BBCPodRadio, Comics, Football, GoogleReader, reeplay.it, Metacritic, Phonebin, FileViewer,SVN Repo Installer (contributor)) available at Box.net
(This post was last modified: 2007-09-29 15:13 by BigBellyBilly.)
find quote
Scouse Offline
Junior Member
Posts: 1
Joined: Sep 2007
Reputation: 0
Post: #58
Hi all,

I'm trying to get the Joox plugin working.

I have XBMC-SVN_2007-09-30_rev10387-T3CH installed

I unpacked Unbehagens Joox archive into Q:\plugins\video\

I've added it as a source.

Now, when I try to run it, I get an error 'CPlayList instance has no attribute 'logo''

Any idea what's wrong?
Thanks
find quote
Nuka1195 Offline
Skilled Python Coder
Posts: 3,938
Joined: Dec 2004
Reputation: 17
Post: #59
spiff just added the auto set thumbnail for plugins and added video plugins to the library view Smile

For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
find quote
Nuka1195 Offline
Skilled Python Coder
Posts: 3,938
Joined: Dec 2004
Reputation: 17
Post: #60
Scouse, ask in his thread in the support channel.

For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
find quote
Post Reply