From 3db234a4230f8d3315d453009f8bfddfc1bba733 Mon Sep 17 00:00:00 2001 From: simulot Date: Fri, 22 Nov 2024 21:49:39 +0100 Subject: [PATCH] Update release notes to format tag options consistently and improve clarity --- docs/releases.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/releases.md b/docs/releases.md index 202e64c..4cad5d4 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -12,9 +12,9 @@ **Folder import tags** Its now possible to assign tags to photos and videos: ```sh - --folder-as-tags Use the folder structure as tags, (ex: the file "holidays/summer 2024/file.jpg" get the tag holidays/summer 2024) - --session-tag Tag uploaded photos with a tag "{immich-go}/YYYY-MM-DD HH-MM-SS" - --tag strings Add tags to the imported assets. Can be specified multiple times. Hierarchy is supported using a / separator (e.g. 'tag1/subtag1') +--folder-as-tags Use the folder structure as tags, (ex: the file "holidays/summer 2024/file.jpg" get the tag holidays/summer 2024) +--session-tag Tag uploaded photos with a tag "{immich-go}/YYYY-MM-DD HH-MM-SS" +--tag strings Add tags to the imported assets. Can be specified multiple times. Hierarchy is supported using a / separator (e.g. 'tag1/subtag1') ``` The session tag is useful to identify all photos imported at the same time. It's easy to remove them from the tag screen @@ -22,9 +22,9 @@ The session tag is useful to identify all photos imported at the same time. It's **Google photos import tags** ```sh - --takeout-tag Tag uploaded photos with the takeout file name: "{takeout}/takeout-YYYYMMDDTHHMMSSZ" - --session-tag Tag uploaded photos with a tag "{immich-go}/YYYY-MM-DD HH-MM-SS" - --tag strings Add tags to the imported assets. Can be specified multiple times. Hierarchy is supported using a / separator (e.g. 'tag1/subtag1') +--takeout-tag Tag uploaded photos with the takeout file name: "{takeout}/takeout-YYYYMMDDTHHMMSSZ" +--session-tag Tag uploaded photos with a tag "{immich-go}/YYYY-MM-DD HH-MM-SS" +--tag strings Add tags to the imported assets. Can be specified multiple times. Hierarchy is supported using a / separator (e.g. 'tag1/subtag1') ```