FeatureFuel
6

[Feature] Update Album Thumbnails to Latest

Source: immich-app/immich#3493 · opened by @cfitzw
The feature After adding photos to album, the thumbnail for that album should be set/updated to be the most recent photo, except when a custom thumbnail has already been set for that album. From what I can tell, when setting a custom album "cover"/thumbnail, nothing gets stored in the database to denote that it was manually set (and therefore no way to code against it). Also, upon upload of files for a new album, it looks to take the first photo in the array versus do some comparisons to determine and set to the latest. My thought is that a new column should be created in the albums db table named 'isAlbumThumbnailOverridden'... • Upon a user setting a custom thumbnail, the boolean gets updated to true and the asset id stored alongside it (the latter already exists). • If boolean is set to false (default), then every time new photos get added to an album, the thumbnail gets updated to be the most recent pic (between existing album p…

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests