jmarshall
Team-XBMC Developer Posts: 24,523 Joined: Oct 2003 Reputation: 138 |
2010-05-25 23:09
Post: #11
The docs may be out of date - check the code in SVN.
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 |
FrostBox
Skilled Python Coder Joined: Nov 2005 Reputation: 6 Location: Quebec City |
2010-05-26 16:51
Post: #12
mindweaver Wrote:They seem to use the old description.xml and not the newer addon.xml hi, check revision 765 and 766 http://code.google.com/p/passion-xbmc/so...tail?r=765 plugin.video.astral.media script.calculator and my game script.game.arkanoid work great ![]() cheers frost |
| find quote |
mindweaver
Posting Freak Joined: Jan 2004 Reputation: 1 Location: Sweden |
2010-05-26 17:02
Post: #13
FrostBox Wrote:hi, check revision 765 and 766 Thank you for the suggestions. See that you call getSetting with an integer. what does "sys.argv[1]" mean? Code: xbmcplugin.getSetting( int( sys.argv[ 1 ] ), "DlPath" ), "" )if you really are "Skilled Python Coder" can't you take a look at the AMT plugin and see if you can get it to work? Would be awesome. It worked fine in builds before 28274. http://tillytech.se/plugin.amtlite.rar
(This post was last modified: 2010-05-26 17:24 by mindweaver.)
|
| find quote |
theophile
Fan Posts: 569 Joined: Jan 2009 Reputation: 30 |
2010-06-01 07:13
Post: #14
I'm wondering the same thing. I grabbed the Astral Media plugin from svn, putting it in /usr/share/xbmc/addons/plugin.video.astral.media/
Even after restarting XBMC, it does not appear in the addons list nor in the video plugins list (which is empty). I am using XBMC build 30704. I've managed to "hack" in a couple skins by creating the necessary addon.xml file and I'm trying to do the same for a couple video plugins. I've read that it's possible. What am I doing wrong? |
| find quote |
Basje
Skilled Python Coder Posts: 984 Joined: Jul 2005 Reputation: 4 |
2010-06-06 18:31
Post: #15
I have the following issue:
I added an addon.xml to my existing script. It now appears in XBMC, but I now get the error: Code: 18:17:20 T:5308 M:1288683520 NOTICE: Traceback (most recent call last):Any clues? I tried some of the http://code.google.com/p/passion-xbmc/source script addons, but they give the same error?
|
| find quote |

![[Image: badge.gif]](http://www.ohloh.net/projects/9132/badge.gif)

Search
Help