© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
ImmichI
Immich•3y ago•
2 replies
Scorecard1126

Default Library (CLI import) vs New External library

Before external libraries were recently added, I have only ever used the external gallery - CLI feature.

Upon reading about the new external libraries feature and the ease of rescanning the library, I created my first external library which points to the same path I used in my external gallery - CLI import.

Under the libraries section I now see a Default Library with 22,882 assets at 197 GiB and my external library with 23532 assets at 208 GiB.

Are these duplicates? Is there a way to clear the default library? I don't intend to upload photos, just use the RO external path. Is the issue that my uploads directory is within the external library directory?

The external path under my user settings is:
/Photos

Below is the relevant section of my docker compose yaml:

services:
immich-server:
container_name: immich_server
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
command: [ "start.sh", "immich" ]
volumes:
- ${UPLOAD_LOCATION}:/usr/src/app/upload
- "D:/Photos:/Photos:ro"

env_file:
- .env
depends_on:
- redis
- database
- typesense
restart: always

immich-microservices:
container_name: immich_microservices
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
command: [ "start.sh", "microservices" ]
volumes:
- ${UPLOAD_LOCATION}:/usr/src/app/upload
- "D:/Photos:/Photos:ro"
env_file:
- .env
depends_on:
- redis
- database
- typesense
restart: always





Below is the relevant section of the .env file:
###################################################################################

Upload File Location

#

This is the location where uploaded files are stored.

###################################################################################

UPLOAD_LOCATION=D:\Photos\Immich
ImmichJoin
A place to hang out, get support, discuss Immich, get announcements about releases and anything else going on.
36,590Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Import External Library
ImmichIImmich / help-desk-support
3y ago
New install - import of external folders failing in CLI
ImmichIImmich / help-desk-support
3y ago
Migrating from external library to default
ImmichIImmich / help-desk-support
6mo ago
Import CLI fail - libraryId must be ... [400]
ImmichIImmich / help-desk-support
3y ago