You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many of the pictures I have within the library have dates where they have been slightly edited or touched up thus effecting the date modified data; however, all of the Date Taken data pages are correct.
Due to this, there are countless photos appearing out-of-order within the main timeline.
# You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables# The location where your uploaded files are stored
UPLOAD_LOCATION=/mnt/12Bay/Pictures/MobileUploads
# The Immich version to use. You can pin this to a specific version like "v1.71.0"
IMMICH_VERSION=release
# Connection secrets for postgres and typesense. You should change these to random passwords
TYPESENSE_API_KEY=some-random-text
DB_PASSWORD=postgres
# The values below this line do not need to be changed###################################################################################
DB_HOSTNAME=immich_postgres
DB_USERNAME=postgres
DB_DATABASE_NAME=immich
REDIS_HOSTNAME=immich_redis
PUBLIC_LOGIN_PAGE_MESSAGE="Family Photos aand Videos Backup Server"
IMMICH_WEB_URL=http://immich-web:3000
IMMICH_SERVER_URL=http://immich-server:3001
Reproduction steps
1. Added photos via libraries into Immich.
2. Timeline appears to be either sorted by date created or date modified.
3.
...
This discussion was converted from issue #4649 on November 01, 2023 03:34.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
The bug
Many of the pictures I have within the library have dates where they have been slightly edited or touched up thus effecting the date modified data; however, all of the Date Taken data pages are correct.
Due to this, there are countless photos appearing out-of-order within the main timeline.
The OS that Immich Server is running on
Ubuntu 20.04.5 LTS
Version of Immich Server
1.82.1
Version of Immich Mobile App
1.82.0 build.121
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions