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

feature request: store thumbnails locally #158

Open
winst0nsmith opened this issue Nov 17, 2022 · 2 comments
Open

feature request: store thumbnails locally #158

winst0nsmith opened this issue Nov 17, 2022 · 2 comments
Labels
enhancement New feature or request investigate Issue requires some investigation

Comments

@winst0nsmith
Copy link

hi.

i looked didn't see anyone asking for this. i'd like better offline usability in the yaga app.

is it possible to have downloaded image thumbnails stored locally on the device, so that one could browse a photo library while offline. i'd also like to see full size images cached locally when viewed, but to have that cache size-limited and those cached images cleaned out based on last access date.

basically, i'd like to have yaga operate like ios photos app. this keeps the memory used on the device to a minimum, while allowing limited offline usability in the form of cached thumbnails and recent images.

thanks for the hard work so far tho!

@winst0nsmith winst0nsmith changed the title store thumbnails locally feature request: store thumbnails locally Nov 17, 2022
@vauvenal5 vauvenal5 added enhancement New feature or request investigate Issue requires some investigation labels Nov 25, 2022
@vauvenal5
Copy link
Owner

Hi!

Thumbnails of folders which were once browsed should be visible in offline mode. I have to take a look if something is broken in that regard. Or is your request about downloading all thumbnails which exist on the server?

Regarding your 2nd request with a max cache limit, I will keep it in mind but there are a few more important things on the table right now.

Thx for the feedback! :)

@winst0nsmith
Copy link
Author

  1. the entire library's thumbnails need downloaded automatically. they should persist when offline.
  2. tapping an image thumbnail should download the full size (or perhaps a downscaled version of) that photo.
  3. downloaded full-sized (or downscaled) photos should persist offline, until a threshold library size in GB is hit. at that point, the oldest full-size images should be removed first, with their thumbnails left behind.

this is the behavior apple's photos app follows, which allows for large libraries to be browsed, in their entirety, locally on the phone even when offline. i don't mean to sound like an apple fanboi, but their photos app is pretty damn slick. that should be the model. it is pretty magic. does anyone know if google photos behaves in a similar fashion? i have never used it.

i am no programmer, but it seems to me like you are close to this already. i wish i could help, like i say i think you've done a great job already, just throwing my wishlist at you...i really don't want to use either apple or google's photos apps for privacy reasons.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request investigate Issue requires some investigation
Projects
None yet
Development

No branches or pull requests

2 participants