PDA

View Full Version : Image caching: how to disable/clear cache



svuille
April 21st, 2009, 09:02 AM
Hi all,

I've been working on a few rss applications this past week after giving up on python (I find it easier to use php and build custom rss feeds than to mess with python). The main problem I have encountered is boxee caching of thumbnails/icons. Say I decide to change the image I link to in the descripto file, no matter how many times I de-install, re-install my application, I will always get the same old test image and not my new shiny image. Is there any way to disable caching, or at least to flush the cash?

Thanks

Simon

afrancoeur
April 21st, 2009, 10:02 AM
i believe i saw under general options a way to flush the image / thumbnail cache...

idan
April 21st, 2009, 10:07 AM
hey,
either use the general option or delete the folder ~/UserData/profiles/[USERNAME]/Thumbnails
idan

svuille
April 21st, 2009, 02:28 PM
thanks for this. For some reason the general option didn't work, but deleting the files worked smoothly.