Kodi Community Forum
Python Scripts Development - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+--- Thread: Python Scripts Development (/showthread.php?tid=2045)

Pages: 1 2 3 4 5 6 7 8


- alx5962 - 2004-04-08

hi darkie,
working on the documentation i have some requests/questions.

the function getskindir() only returns the skin dir name, but without path. it 's not a real problem except now skins handle pal/ntsc screen size. so maybe it could be nice to know these infos... but this is not a very important thing at all for now.
also i 'd like to know the progress status of the xbox version management of python.

regards

alex


- darkie - 2004-04-09

Quote:the function getskindir() only returns the skin dir name, but without path. it 's not a real problem except now skins handle pal/ntsc screen size. so maybe it could be nice to know these infos... but this is not a very important thing at all for now.
ok, will see what i can do, not much time now so don't expect anything new this week
Quote:also i 'd like to know the progress status of the xbox version management of python.
no progress has been made for it. will look at it asap, shouldn't be to hard to just add a method like getpythonversion() or so