Admin-configurable backup priority: choose whether photos or videos are uploaded/synced first (global or per-user) #31662
Closed
VolkerNemrod
started this conversation in
Feature Request
Replies: 1 comment
0 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.
I have searched the existing feature requests, both open and closed, to make sure this is not a duplicate request.
The feature
I have searched existing feature requests:
Yes (I searched both open and closed feature requests and did not find an equivalent proposal.)
The feature I'd like to propose:
Add an administrator-configurable setting that defines the backup/upload priority between photos and videos. The admin should be able to specify whether Immich should, by default, prioritize uploading/syncing photos first or videos first when processing new media.
This setting should be configurable at two levels:
Why this would be useful:
In self-hosted / homelab environments, storage I/O, network bandwidth, and transcoding resources are often limited. Videos are typically much larger and more expensive to process (transcoding, thumbnails, motion photos, etc.). Depending on the use case, an administrator might prefer:
Photos-first policy:
Videos-first policy:
Currently, the upload/sync order appears to be implementation-defined and not user-controllable. Giving admins a simple toggle would make it easier to tune Immich for different environments without changing code or Docker configuration.
How it could work (UI / behavior):
In the Administration panel, add a setting such as:
For each user (in the user management view), add an optional override:
The mobile and desktop upload/sync logic would then use this preference when deciding the order in which pending assets are processed.
This should not change what is backed up, only the order in which items are uploaded/processed.
Additional context:
This feature is primarily aimed at self-hosted deployments where admins want to optimize:
It would be especially helpful in multi-user households or small organizations running a single Immich instance with mixed photo/video workloads.
Platform
All reactions