mirror of
https://github.com/immich-app/immich.git
synced 2025-05-31 20:25:32 -04:00
* Album Sync * npm run format:fix * fix path * info about folder view * Sync albums * npm run format:fix * Add information about limitations of a property that appears in multiple albums * npm run format:fix * - to -> * Update docs/docs/features/mobile-app.mdx Co-authored-by: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com> * Update docs/docs/features/mobile-app.mdx Co-authored-by: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com> --------- Co-authored-by: Alex <alex.tran1502@gmail.com> Co-authored-by: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com>
66 lines
3.3 KiB
Plaintext
66 lines
3.3 KiB
Plaintext
import MobileAppDownload from '/docs/partials/_mobile-app-download.md';
|
|
import MobileAppLogin from '/docs/partials/_mobile-app-login.md';
|
|
import MobileAppBackup from '/docs/partials/_mobile-app-backup.md';
|
|
|
|
# Mobile App
|
|
|
|
## Download
|
|
|
|
<MobileAppDownload />
|
|
|
|
:::info Beta Program
|
|
The beta release channel allows users to test upcoming changes before they are officially released. To join the channel use the links below.
|
|
|
|
- Android: Invitation link from [web](https://play.google.com/store/apps/details?id=app.alextran.immich) or from [mobile](https://play.google.com/store/apps/details?id=app.alextran.immich)
|
|
- iOS: [TestFlight invitation link](https://testflight.apple.com/join/1vYsAa8P)
|
|
|
|
:::
|
|
|
|
## Login
|
|
|
|
<MobileAppLogin />
|
|
|
|
## Backup
|
|
|
|
<MobileAppBackup />
|
|
|
|
:::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:
|
|
Enter the cloud on the top right -> cog wheel on the top right -> select the sync option under Sync albums.
|
|
|
|
:::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.
|
|
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.
|
|
:::
|