-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Add info about album sync&folder view #12371
Merged
Merged
Changes from 10 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
26daa53
Album Sync
aviv926 d456ce3
npm run format:fix
aviv926 85b5c31
fix path
aviv926 904d948
info about folder view
aviv926 c56693b
Sync albums
aviv926 990d7e5
npm run format:fix
aviv926 0402600
Merge branch 'main' into Album-Sync
aviv926 a97f119
Add information about limitations of a property that appears in multi…
aviv926 4dfdf29
npm run format:fix
aviv926 4684ab2
- to ->
aviv926 8999674
Update docs/docs/features/mobile-app.mdx
alextran1502 5f58a21
Update docs/docs/features/mobile-app.mdx
alextran1502 3635df8
Merge branch 'main' into Album-Sync
alextran1502 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,3 +27,39 @@ The beta release channel allows users to test upcoming changes before they are o | |
:::info | ||
You can enable automatic backup on supported devices. For more information see [Automatic Backup](/docs/features/automatic-backup.md). | ||
::: | ||
|
||
## Album Sync | ||
|
||
You can sync or mirror an album from your phone to the Immich server on your account. For example, if you select Recents, Camera and Videos album for backup, the corresponding album with the same name will be created on the server. Once the assets from those albums are uploaded, they will be put into the target albums automatically. | ||
|
||
### Album Synchronization Highlights | ||
|
||
- **One-Way Sync:** Synchronization is one-way, from the device to the server. | ||
|
||
- **Name Matching:** If an album on the server has the same name as the album on the device, images from the device will be merged with the existing images in the server album. | ||
|
||
- **Shared Albums:** If the matching album on the server is shared, the new photos merged into the album will also be shared. | ||
|
||
- **Album Structure:** When an album is created for the first time, its structure is based on the initial state. Future updates made on the phone (such as deleting or repositioning photos) will not be reflected in Immich. | ||
|
||
- **User-Specific Sync:** Album synchronization is unique to each server user and does not sync between different users or partners. | ||
|
||
- **Mobile-Only Feature:** Album synchronization is currently only available on mobile. For similar options on a computer, refer to [Libraries](/docs/features/libraries) for further details. | ||
|
||
### Synchronizing albums from the past | ||
|
||
Albums can be synchronized to the server even if they did not exist on the server before, in order to apply this setting you have to: | ||
alextran1502 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
Enter the cloud on the top right -> cog wheel on the top right -> and select the sync option under Sync albums. | ||
alextran1502 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
:::info Sync albums delete/move photos | ||
If you delete/move photos in the local album on your device, it will not be reflected in the album on the server **even if** you click Sync albums | ||
It will only reflect files you add. | ||
::: | ||
|
||
If the same asset is in more than one album it will only sync to the first album it's in, after that it won't sync again even if the user clicks sync albums manually. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
I actually don't really know if this will necessarily be the first album he appears on |
||
To overcome this limitation, the files must be removed from the blacklist by | ||
App settings -> Advanced -> Duplicate Assets -> Clear | ||
|
||
:::info | ||
Cleaning duplicate assets from the list will cause all the previously uploaded duplicate files to be re-uploaded, the files will not actually be uploaded and will be rejected on the server side (due to duplication) but will be synchronized to the album and at the end will be added to the black list again at the end of the synchronization. | ||
::: |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe add a
my.immich.app
link here?