Kodi Community Forum

Full Version: How to force python plugin recompile?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Other then restarting, or removing old files... is there a command that can force a plugins files to recompile?
I would like to remove the .pyo from a plugin so that new ones can be generated without restarting xbmc.
I tried xbmc.executebuiltin("UpdateLocalAddons") hoping that would refresh the folders, but I didn't notice a change....

any help would be appreciated...
Usually python notices as soon as the .py differs.
(2014-06-21, 00:37)jmarshall Wrote: [ -> ]Usually python notices as soon as the .py differs.

Thanks, I'll keep an eye on if it change...