XBMC pre-eden plugin help
#1
Question 
I'm trying to create a plugin for eden.
I saw in http://wiki.xbmc.org/index.php?title=Eden_API_Changes
That xbmc is going to use external version of Python.
"The version of the xbmc.python api is now 2.0."
So in what version of Python we have to write for eden ? 2.x 3.x ??

Thx in advance
Reply
#2
_Pierre_ Wrote:I'm trying to create a plugin for eden.
I saw in http://wiki.xbmc.org/index.php?title=Eden_API_Changes
That xbmc is going to use external version of Python.
"The version of the xbmc.python api is now 2.0."
So in what version of Python we have to write for eden ? 2.x 3.x ??

Thx in advance

It's based on system Python, usually 2.6 - 2.7.
Reply
#3
Thnx , got it working.
Reply
#4
More questions Smile
Is it possible to show a info dialog like ("plugin updated") using python ?
I want to show ("authentication failed") info message and then go on with script.
Reply
#5
Found it myself
xbmc.executebuiltin("Notification(%s,%s,%i)" % ("warning", "Login Failed", 5000))
Reply

Logout Mark Read Team Forum Stats Members Help
XBMC pre-eden plugin help0