[Feature] Separate thumbs storage location by quality #17366
mmomjian
started this conversation in
Feature Request
Replies: 2 comments 3 replies
-
This is great! I would love for this to be implemented to allow my unsaid server to upload thumbnails much quicker to the mobile app while I'm not home. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have searched the existing feature requests, both open and closed, to make sure this is not a duplicate request.
The feature
We now have 3 qualities of thumbs:
Users may want to use flash storage for some but not all of these files. For example, on my system, the thumbnail WEBPs take 3 GB, while the preview JPEGs take 60 GB. Moving the thumbnails to an SSD would greatly improve the timeline experience.
Proposed solution: migrate thumbs to 3 subfolders:
thumbs/thumbnail/<user UUIDs>
thumbs/preview/<user UUIDs>
thumbs/fullsize/<user UUIDs>
In this way users can mount varying storage to the subfolders and mix flash and HDD storage. This shouldn't be a breaking change, and we can use the Storage Migration job.
Platform
Beta Was this translation helpful? Give feedback.
All reactions