[Release] Repositories Installer Add-on

  Thread Rating:
  • 1 Votes - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
spiff Offline
Grumpy Bastard Developer
Posts: 12,172
Joined: Nov 2003
Reputation: 81
Post: #61
yes, it's to avoid the need to restart.

use xbmc.executebuiltin()

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
Temhil Offline
Skilled Python Coder
Posts: 395
Joined: Apr 2008
Reputation: 1
Location: Canada
Post: #62
Perfect, is there a way to check if the command is available or should i check on the revision number?
BTW what is XBMC revision number including this feature?

[Image: passionxbmc_signature.png]
_____________________________

Repositories Installer: select and install unofficial repositories / TAC.TV: watch videos on TAC.TV
Installer Passion-XBMC: Download and Install Add-ons (pre-Dharma only)

[Image: project_thin_badge.gif]
find quote
spiff Offline
Grumpy Bastard Developer
Posts: 12,172
Joined: Nov 2003
Reputation: 81
Post: #63
we don't have revisions any more, the revision is the hash from the url i gave..

just check the python version;

Code:
addon = xbmcaddon.Addon('xbmc.python')
if addon.getAddonVersion('version') == "2.0":
  print "it's around"
else:
  print "it's not around"

keeping compatibility with all sorts of nightlies is simply not worth the effort.

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
Temhil Offline
Skilled Python Coder
Posts: 395
Joined: Apr 2008
Reputation: 1
Location: Canada
Post: #64
Just to let you know the parsing of the wiki page is probably broken because of the adding of Lucifurious Repo. Since no URL for the zip has been addon this makes the addon fail while parsing the wiki page.
We can either remove this line or I need to come with a fix, but it won't be today, I don't have currently time.

[Image: passionxbmc_signature.png]
_____________________________

Repositories Installer: select and install unofficial repositories / TAC.TV: watch videos on TAC.TV
Installer Passion-XBMC: Download and Install Add-ons (pre-Dharma only)

[Image: project_thin_badge.gif]
find quote
mortstar Offline
Senior Member
Posts: 248
Joined: Aug 2010
Reputation: 3
Post: #65
Any chance you could have a setting to turn-off the 'need to restart message'? Or detect Python version and automatically disable it.

[Image: watched-clearlogo.jpg]
find quote
macf1an Offline
Senior Member
Posts: 273
Joined: Aug 2011
Reputation: 0
Post: #66
Would you mind having a look why the latest unofficial repo here ( repository.MaxMustermann.xbmc-1.0.0.zip ) is extracted in a folder with the zip's name, which contains another folder with the addon.xml, thus not being detected by XBMC ?
Happens in both ATV2 (from my signature) and WinXP with 10.0-1 Dharma.

ATV2 4.3 8F455 Seas0npassed / XBMC 11
Samsung HT-P70 5.1 / Samsung WS-32Z419P
find quote
whufclee Offline
Fan
Posts: 391
Joined: Oct 2008
Reputation: 0
Location: Essex
Post: #67
I've posted on the SportsDevil thread, after taking a look the only difference in his addon.xml to mine is the "zip" and "compressed" fields are set to true where as I have them set to false so I presume it's one of those causing the problem.
find quote
Ned Scott Offline
Team-XBMC Wiki Guy
Posts: 11,878
Joined: Jan 2011
Reputation: 130
Location: Arizona, USA
Post: #68
EDIT: never mind, seems to be working after all.
(This post was last modified: 2012-01-23 13:45 by Ned Scott.)
find quote
rogerthis Offline
Donor
Posts: 279
Joined: Apr 2011
Reputation: 0
Location: Connacht
Post: #69
Why isn't this added to the official xbmc repo?
find quote
javier911 Offline
Junior Member
Posts: 13
Joined: Apr 2011
Reputation: 0
Post: #70
Does this still work on Eden Beta 3? I tried it and it installs, but it just sits on "Retrieving 0 Items" forever, no movement on progress bar either.

I searched the web but I couldn't find anything recent and my best guess was that it's not yet compatible with Eden Beta 3 so I decided to ask here.
find quote
Post Reply