Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replicated images cache (previews/thumbnails) #115

Closed
kirillt opened this issue Oct 19, 2021 · 0 comments
Closed

Replicated images cache (previews/thumbnails) #115

kirillt opened this issue Oct 19, 2021 · 0 comments
Assignees

Comments

@kirillt
Copy link
Member

kirillt commented Oct 19, 2021

The app is generating previews/thumbnails and storing them in cache folder.

Since the app is supposed to be used coupled with replication mechanism (like Syncthing) we can avoid re-generation of caches if we persist them. It might be stored in hidden folder. Only relative paths must be used in this case.

In case of previews/thumbnails, we have to ensure that they are generated universally for any device — it doesn't make sense to replicate cache if it works well only on certain device. This may change in future, since it is good to generate different previews for different screen sizes. When it'll change, we would like to have preference in settings menu (#77) for disabling replication of images cache to other devices.

@kirillt kirillt changed the title Persisted cache (index and previews/thumbnails) Persisted/Replicated cache (index and previews/thumbnails) Nov 10, 2021
@kirillt kirillt changed the title Persisted/Replicated cache (index and previews/thumbnails) Replicated images cache (previews/thumbnails) Nov 20, 2021
@kirillt kirillt closed this as completed May 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants