Cleaning Up ".kodi/temp"

  • Hi Everyone!

    Whose responsability is it to delete files that a plugin has left in ".kodi/temp" ?

    • Kodi's (i.e. at startup)
    • the individual plugin's (whenever necessary, i.e. at uninstall)
    • ...


    I have a plugin (DeezerKodi) leaving files that need to be cleaned manually after a while in order to refresh its contents.
    Therefore I need to find out where I'm going to file a bug report...

    Thanks
    -uo-

    libreelec 7.0.2 on ASUS Chromebox

  • If the addon places files at the temp folder, someone has decided to do that. I guess it's the maintainer of that addon. So I would contact him first.

  • I came across this with my own plugin, the item list didnt refresh on SOME installations, no idea why. His home dir was on nfs if that mattered (not LE)
    To solve it I used xbmcplugin.endOfDirectory(_handle, cacheToDisc=False) in the plugin.