XBMC - Thumbnails

In Recuva, I noticed it was showing ALL of the thumbnails of previously watched movies/clips in XBMC as undeleted. Even though CCLEANER was set to clear the cache! So on further investigation it turns out that ccleaner doesn't touch these directories and might be worth adding?

C:\users\username\appdata\roaming\xbmc\userdata\thumbnails

There was also another directory

C:\users\username\appdata\roaming\xbmc.old\userdata\thumbnails

CCleaner doesn't natively handle XBMC at all (at least not as far as I can see in winapp.ini)

Please add the following code to a file called winapp2.ini (make sure ini is the file extention) and put it in your CCleaner folder

edit: I'm assuming winapp2.ini is already there, since winapp2.ini cleans the xmbc cache. It may have been created if you put it there yourself or used an application to 'enhance' CCleaner.

[XBMC Thumbnails*]
LangSecRef=3023
DetectFile=%AppData%\xbmc
Default=False
FileKey1=%AppData%\xbmc\userdata\thumbnails|*.*|RECURSE
FileKey2=%AppData%\xbmc.old\userdata\thumbnails|*.*|RECURSE

Brilliant, will add it thankyou :)

Will you be adding it to a future winapp.ini file?

Btw I use ccenhancer :)

Btw I use ccenhancer :)

Please note ccenhancer is not supported on this forum.

Will you be adding it to a future winapp.ini file?

Yes

Yes

Great, thankyou :)