Kodi Community Forum
File still shown in XBMC UI Listing after Delete when using DirectoryCache - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: File still shown in XBMC UI Listing after Delete when using DirectoryCache (/showthread.php?tid=108845)



File still shown in XBMC UI Listing after Delete when using DirectoryCache - dteirney - 2011-08-28

I've been using the DirectoryCache for MythDirectory for a long time now.

I recently upgraded our HTPC to use master and now whenever a file is deleted it is still shown in the XBMC UI listing. The directory where the files that I am testing delete with uses DIR_CACHE_ALWAYS.

Has something changed with the way files need to be evicted from the Directory Cache?

I've tried to manually use ClearFile(url.Get()) where url is passed to the IFile Delete interface. That doesn't appear to work either.

What do I need to change?


- dteirney - 2011-09-04

After much investigation this turned out to be a change in the way recordings are scheduled for deletion in Myth 0.24.

All fixed, pending Pull Request going in.