Immich-Go is an open-source tool designed to streamline uploading large photo collections to your self-hosted Immich server.
- Effortlessly Upload Large Google Photos Takeouts: Immich-Go excels at handling the massive archives you download from Google Photos using Google Takeout. It efficiently processes these archives while preserving valuable metadata like GPS location, capture date, and album information.
- Flexible Uploads: Immich-Go isn't limited to Google Photos. You can upload photos directly from your computer folders, folders tree and ZIP archives.
- Simple Installation: Immich-Go doesn't require NodeJS or Docker for installation. This makes it easy to get started, even for those less familiar with technical environments.
- Prioritize Quality: Immich-Go discards any lower-resolution versions that might be included in Google Photos Takeout, ensuring you have the best possible copies on your Immich server.
- Stack burst and raw/jpg photos: Group together related photos in Immich.
-
Taking Out Your Photos:
- Choose the ZIP format when creating your takeout for easier import.
- Select the largest file size available (50GB) to minimize the number of archive parts.
- Download all parts to your computer.
-
Importing Your Photos:
- If your takeout is in ZIP format, you can import it directly without needing to unzip the files first.
- It's important to import all the parts of the takeout together, since some data might be spread across multiple files.
Use/path/to/your/files/takeout-*.zip
as file name. - For .tgz files (compressed tar archives), you'll need to decompress all the files into a single folder before importing. When using the import tool, don't forget the
-google-photos
option. - You can remove any unwanted files or folders from your takeout before importing.
- Restarting an interrupted import won't cause any problems and it will resume the work where it was left.
-
Lot of files are not imported: What are the options?
- Verify if all takeout parts have been included in the processing.
- Request another takeout, either for an entire year or in smaller increments.
- Force the import of files despite the missing JSON. Use the option
-upload-when-missing-JSON
For insights into the reasoning behind this alternative to immich-cli
, please read the motivation here.
⚠️ This an early version, not yet extensively tested
⚠️ Keep a backup copy of your files for safety
The immich-go
is a command line tool that must be run from a terminal window.
The immich-go
program uses the Immich API. Hence it needs the server address and a valid API key.
On Linux, macOS and FreeBSD friends:
./immich-go -server=URL -key=KEY -general_options COMMAND -command_options... {path/to/files}
Important
macOS users have to explicitly allow immich-go to run. Open Privacy & Security > Security Settings to allow
On Windows systems:
.\immich-go -server=URL -key=KEY -general_options COMMAND -command_options... {path/to/files}
Boolean options have a default value indicated below. Mentioning any option on the common line changes the option to TRUE.
To force an option to FALSE, use the following syntax: -option=FALSE
.
Example: Immich-go check the server's SSL certificate. you can disable this behavior by turning on the skip-verify-ssl
option. Just add -skip-verify-ssl
.
-skip-verify-ssl
is equivalent to -skip-verify-ssl=TRUE
. To turn off the feature (which is the default behavior), use -skip-verify-ssl=FALSE
Parameter | Description | Default value |
---|---|---|
-use-configuration=path/to/config/file |
Specifies the configuration file to use. Server URL and the API key are stored into the immich-go configuration file. They can be omitted for the next runs. |
Linux $HOME/.config/immich-go/immich-go.json Windows %AppData%\immich-go\immich-go.json macOS $HOME/Library/Application Support/immich-go/immich-go.json |
-server=URL |
URL of the Immich service, example http://:2283 or https://your-domain.tld | |
-api=URL |
URL of the Immich api endpoint (http://container_ip:3301) | |
-device-uuid=VALUE |
Force the device identification | $HOSTNAME |
-client-timeout=duration |
Set the timeout for server calls. The duration is a decimal number with a unit suffix, such as "300ms", "1.5m" or "45m". Valid time units are "ms", "s", "m", "h". | 5m |
-skip-verify-ssl |
Skip SSL verification for use with self-signed certificates | false |
-key=KEY |
A key generated by the user. Uploaded photos will belong to the key's owner. | |
-log-level=LEVEL |
Adjust the log verbosity as follows: - ERROR : Display only errors - WARNING : Same as previous one plus non-blocking error - INFO : Information messages |
INFO |
-log-file=/path/to/log/file |
Write all messages to a file | Linux $HOME/.cache/immich-go/immich-go_YYYY-MM-DD_HH-MI-SS.log Windows %LocalAppData%\immich-go\immich-go_YYYY-MM-DD_HH-MI-SS.log macOS $HOME/Library/Caches/immich-go/immich-go_YYYY-MM-DD_HH-MI-SS.log |
-log-json |
Output the log as line-delimited JSON file | false |
-time-zone=time_zone_name |
Set the time zone for dates without time zone information | The system's time zone |
-no-ui |
Disable the user interface | false |
-debug-counters |
Enable the generation a CSV beside the log file | false |
-api-trace |
Enable trace of API calls | false |
Use this command for uploading photos and videos from a local directory, a zipped folder or all zip files that the Google Photos takeout procedure has generated.
Parameter | Description | Default value |
---|---|---|
-album="ALBUM NAME" |
Import assets into the Immich album ALBUM NAME . |
|
-dry-run |
Preview all actions as they would be done. | FALSE |
-create-album-folder |
Generate immich albums after folder names. | FALSE |
-use-full-path-album-name |
Use the full path to the file to determine the album name. | FALSE |
-album-name-path-separator |
Determines how multiple (sub) folders, if any, will be joined | |
-create-stacks |
Stack jpg/raw or bursts. | FALSE |
-stack-jpg-raw |
Control the stacking of jpg/raw photos. | FALSE |
-stack-burst |
Control the stacking bursts. | FALSE |
-select-types=".ext,.ext,.ext..." |
List of accepted extensions. | |
-exclude-types=".ext,.ext,.ext..." |
List of excluded extensions. | |
-when-no-date=FILE|NOW |
When the date of take can't be determined, use the FILE's date or the current time NOW. | FILE |
-exclude-files=pattern |
Ignore files based on a pattern. Case insensitive. Repeat the option for each pattern do you need. | @eaDir/ @__thumb/ SYNOFILE_THUMB_*.* Lightroom Catalog/ thumbnails/ |
Fine-tune import based on specific dates:
Parameter | Description |
---|---|
-date=YYYY-MM-DD |
import photos taken on a particular day. |
-date=YYYY-MM |
select photos taken during a particular month. |
-date=YYYY |
select photos taken during a particular year. |
Use the -exclude-files=PATTERN
to exclude certain files or directories from the upload. Repeat the option for each pattern do you need. The following directories are excluded automatically:
- @eaDir/
- @__thumb/
- SYNOFILE_THUMB_*.*
- Lightroom Catalog/
- thumbnails/
- .DS_Store/
Example, the following command excludes any files in directories called backup or draft and any file with name finishing with "copy)" as PXL_20231006_063121958 (another copy).jpg:
immich-go -server=xxxxx -key=yyyyy upload -exclude-files=backup/ -exclude-files=draft/ -exclude=copy).* /path/to/your/files
Specialized options for Google Photos management:
Parameter | Description | Default value |
---|---|---|
-google-photos |
import from a Google Photos structured archive, recreating corresponding albums. | |
-from-album="GP Album" |
Create the album in immich and import album's assets. |
|
-create-albums |
Controls creation of Google Photos albums in Immich. | TRUE |
-keep-untitled-albums |
Untitled albums are imported into immich with the name of the folder as title. |
FALSE |
-use-album-folder-as-name |
Use the folder's name instead of the album title. | FALSE |
-keep-partner |
Specifies inclusion or exclusion of partner-taken photos. | TRUE |
-partner-album="partner's album" |
import assets from partner into given album. | |
-discard-archived |
don't import archived assets. | FALSE |
-auto-archive |
Automatically archive photos that are also archived in Google Photos | TRUE |
-upload-when-missing-JSON |
Upload photos not associated with a JSON metadata file | FALSE |
Read here to understand why Google Photos takeout isn't easy to handle.
Currently the bursts following this schema are detected:
- xxxxx_BURSTnnn.*
- xxxxx_BURSTnnn_COVER.*
- xxxxx.RAW-01.COVER.jpg and xxxxx.RAW-02.ORIGINAL.dng
- xxxxx.RAW-01.MP.COVER.jpg and xxxxx.RAW-02.ORIGINAL.dng
- xxxxxIMG_xxxxx_BURSTyyyymmddhhmmss.jpg and xxxxxIMG_xxxxx_BURSTyyyymmddhhmmss_COVER.jpg (Huawei Nexus 6P)
- yyyymmdd_hhmmss_xxx.jpg (Samsung)
All images must be taken during the same minute. The COVER image will be the parent image of the stack
Both images should be taken in the same minute. The JPG image will be the cover.
Please open an issue to cover more possibilities.
To illustrate, here's a command importing photos from a Google Photos takeout archive captured between June 1st and June 30th, 2019, while auto-generating albums:
./immich-go -server=http://mynas:2283 -key=zzV6k65KGLNB9mpGeri9n8Jk1VaNGHSCdoH1dY8jQ upload
-create-albums -google-photos -date=2019-06 ~/Download/takeout-*.zip
Immich-go get the first available data in the following order.
- Google Photos takeout
- Google Photos JSON field
photoTakenTime
- Photo's file name: ex
PXL_20220909_154515546.jpg
- Photo's exif data
- Google Photos JSON field
- Folder import
- XMP file
- Photo's file name: ex
PXL_20220909_154515546.jpg
- Photo's file path: ex
/photos/2022/11/09/IMG_1234.HEIC
- Photo's exif data
- Google Photos takeout
- Google Photos JSON field
geoDataExif
- Google Photos JSON field
geoData
- Google Photos album JSON field
locationEnrichment
- Photo's exif data
- Google Photos JSON field
- Folder import
- XMP file
- Photo's exif data
immich-go
takes the photo's date from the associated JSON file.
The server ignores the date provided by immich-go and takes the MP4's date even when it is incorrect.
See #322 Creation timestamp from metadata is wrong
Immich-go tries to determine the date of capture with the file name, or the file path.
Ex:
Path | Photo's capture date |
---|---|
photos/album/PXL_20220909_154515546.jpg | 2022-09-09 15:51:55 |
photos/scanned/19991231.jpg | 1999-12-31 00:00:00 |
photos/20221109/IMG_1234.HEIC | 2022-11-19 00:00:00 |
photos/2022.11.09T20.30/IMG_1234.HEIC | 2022-11-19 20:30:00 |
photos/2022/11/09/IMG_1234.HEIC | 2022-11-19 00:00:00 |
If the path can't be used to determine the capture date, immich-go read the file's metadata
or exif
.
Use this command for analyzing the content of your immich
server to find any files that share the same file name, the date of capture, but having different size.
Before deleting the inferior copies, the system gets all albums they belong to, and add the superior copy to them.
Parameter | Description | Default value |
---|---|---|
-yes |
Assume Yes to all questions | FALSE |
-date |
Check only assets have a date of capture in the given range | 1850-01-04,2030-01-01 |
-ignore-tz-errors |
Ignore timezone difference when searching for duplicates | FALSE |
-ignore-extension |
Ignore filetype extensions when searching for duplicates | FALSE |
Example Usage: clean the immich
server after having merged a Google Photos archive and the original files
This command examines the immich server content, remove less quality images, and preserve albums.
./immich-go -server=http://mynas:2283 -key=zzV6k65KGLNB9mpGeri9n8Jk1VaNGHSCdoH1dY8jQ duplicate -yes
The possibility to stack images has been introduced with immich
version 1.83.
Let use it to group burst and jpg/raw images together.
Parameter | Description | Default value |
---|---|---|
-yes |
Assume Yes to all questions | FALSE |
-date=date_range |
Check only assets have a date of capture in the given range | 1850-01-04,2030-01-01 |
This command introduces command line tools to manipulate your immich
server
This command deletes albums that match with the given pattern
-yes
Assume Yes to all questions (default: FALSE).
./immich-go -server=http://mynas:2283 -key=zzV6k65KGLNB9mpGeri9n8Jk1VaNGHSCdoH1dY8jQ tool album delete \d{4}-\d{2}-\d{2}
This command deletes all albums created with de pattern YYYY-MM-DD
Installing immich-go
is a straightforward process. Visit the latest release page and select the binary file compatible with your system:
- Darwin arm-64, x86-64
- Linux arm-64, armv6-64, x86-64
- Windows arm-64, x86-64
- Freebsd arm-64, x86-64
Download the archive corresponding to your OS/Architecture on your machine and decompress it.
Open a command windows, go to the directory where immich-go resides, and type the command immich-go
with mandatory parameters and command.
For a source-based installation, ensure you have the necessary Go language development tools (https://go.dev/doc/install) in place. Download the source files or clone the repository.
go build -ldflags "-X 'main.version=$(git describe --tag)' -X 'main.date=$(date)'"
immich-go
is packaged with nix and distributed via nixpkgs.
You can try immich-go
without installing it with:
nix-shell -I "nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixos-unstable-small.tar.gz" -p immich-go
# Or with flakes enabled
nix run "github:nixos/nixpkgs?ref=nixos-unstable-small#immich-go" -- -help
Or you can add immich-go
to your configuration.nix
in the environment.systemPackages
section.
Kudos to the Immich team for their stunning project! 🤩
This program use following 3rd party libraries:
- https://github.com/rivo/tview the terminal user interface
- github.com/rwcarlsen/goexif to get date of capture from JPEG files
- github.com/thlib/go-timezone-local for its windows timezone management
A big thank you to the project contributors:
- rodneyosodo gitub CI, go linter, and advice
- sigmahour SSL management
- mrwulf Partner sharing album
- erkexzcx Date determination based on file path and file name