dweymouth / supersonic

A lightweight and full-featured cross-platform desktop client for self-hosted music servers
GNU General Public License v3.0
680 stars 27 forks source link

Add limit to local image cache size #227

Closed dweymouth closed 11 months ago

dweymouth commented 11 months ago

There should be a configurable limit to the size of the image cache directory, and if new images cause it to exceed that size, the least recently accessed (or least recently modified, since we currently periodically refresh cached images) files should be purged first.