issues
search
akshay2000
/
XBMCRemoteRT
XBMC Remote for Windows and Windows Phone
24
stars
18
forks
source link
Cache image resources locally for authenticated connections
#30
Closed
christianprescott
closed
9 years ago
christianprescott
commented
9 years ago
27
Media images app-wide are served from local cache.
The cache is updated in full on the first connection, and then only incrementally after that.
Requests for new images are cached. (With the downsides we discussed a few comments ago.)
A new action on the settings page allows a user to force a refresh of the entire cache.
Progress of the time-intensive cache update is reported to the user.
Cache actions are taken and displayed only on authenticated connections.
27