Cela fait un petit moment que je dois faire cette note, désolé d'avoir tardé. De nombreux scripts sont affectés et rendus inutilisables. Des mises à jour
relativement aisée à apporter peuvent remédier à cela.
Par ailleurs si quelques développeurs ont un tout petit peu de temps à consacrer à ce problème, nous soumettrons une liste de scripts que les utilisateurs souhaiteraient voir refonctionner.
Sur le forum officiel, sur
ce topic précisément il a été porté à l'attention des développeurs de Scripts les points suivants.
Three changes are coming to XBMC pythons implementation that will affect scripts.
The first is os.getcwd() will no longer append a semi-colon to the result. this should not affect most scripts, but in the future use os.getcwd() only.
The second affects ALL windowxml and windowxmldialog scripts. the fallbackPath is now scriptPath. you pass the scripts working directory (eg os.getcwd() ) your skins then need to be placed in "resources" folder ( eg scriptfolder/resources/skins/default )
The third moves the language folder (xbmc newly introduced builtin support for language files) into the same "resources" folder. ( eg scriptfolder/resources/language/English )
If there are any scripts in the scripting svn or addons svn that stop working and the scripter is noshow. please post here and they will be fixed.
thanks