app
app copied to clipboard
[BUG] Thumbnail expiry.
Describe the bug Thumbnails from certain sources expire after a certain amount of time and theres no workaround for this.
To Reproduce
- Get any source that has expiring urls.
- Load the thumbnail
- Wait until it expires.
Expected behaviour It should reload the thumbnail on expire. It shouldn't be expected that a source can provide urls that don't expire.
App Version Eg: v0.7-r51
Potential Solutions
- Allow sources to specify when the
manga.imageurl expires (manga.image_expirefor example), in which case Paperback can recallgetMangaDetailsto get a new image url once required. - Simply cache the image, this would make thumbnails work offline, save on bandwidth, and speed up thumbnail loading for those on slower connections.
We have logged issues to cache these images so that they dont have to be fetched every time the library loads. and if you go offline they still display. we are waiting the final result of that request