2023-12-24 01:13:13 +02:00
---
2023-12-24 14:44:47 +02:00
sidebar_position: 5
2023-12-24 01:13:13 +02:00
---
# External Library
2023-12-30 19:37:45 +02:00
### Can I add an external library while keeping the existing albums structure?
2023-12-24 01:13:13 +02:00
2023-12-30 19:37:45 +02:00
We haven't put in an official mechanism to create albums from external libraries at the moment., but there are some [workarounds from the community ](https://github.com/immich-app/immich/discussions/4279 ) which you can find here to help you achieve that.
2023-12-24 01:13:13 +02:00
2023-12-27 19:14:00 +02:00
### I got duplicate files in the upload library and the external library
It is important to remember that Immich does not filter duplicate files from [external Library ](/docs/features/libraries ) at the moment.
2023-12-30 19:37:45 +02:00
Upload library and external library use different mechanisms to detect duplicates:
2023-12-27 19:14:00 +02:00
- Upload library: hashes the file
- External library: uses the file path
2024-01-06 20:29:17 -05:00
Therefore, a situation where the same file appears twice in the timeline is possible.