You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,6 +113,10 @@ This script is mostly based on the following original script: [REDVM/immich_auto
113
113
If set, the script tries to access all passed root paths and recursively search for.albumprops filesin all contained folders. These properties will be used to set custom options on an per-album level. Check the readme for a complete documentation. (default: False)
114
114
--api-timeout API_TIMEOUT
115
115
Timeout when requesting Immich API in seconds (default: 20)
116
+
--comments-and-likes-enabled
117
+
Pass this argument to enable comment and like functionality in all albums this script adds assets to. Cannot be used together with --comments-and-likes-disabled (default: False)
118
+
--comments-and-likes-disabled
119
+
Pass this argument to disable comment and like functionality in all albums this script adds assets to. Cannot be used together with --comments-and-likes-enabled (default: False)
116
120
```
117
121
118
122
__Plain example without optional arguments:__
@@ -169,6 +173,7 @@ The environment variables are analoguous to the script's command line arguments.
169
173
| FIND_ARCHIVED_ASSETS | no | By default, the script only finds assets that are not archived in Immich. Set this option make the script discover assets that are already archived. If -A/--find-assets-in-albums is set as well, both options apply. (default: `False`)<br>Refer to [Automatic Archiving](#automatic-archiving). |
170
174
| READ_ALBUM_PROPERTIES | no | Set to `True` to enable discovery of `.albumprops` files in root paths, allowing to set different album properties for differnt albums. (default: `False`)<br>Refer to [Setting Album-Fine Properties](#setting-album-fine-properties). |
171
175
| API_TIMEOUT | no | Timeout when requesting Immich API in seconds (default: `20`) |
176
+
| COMMENTS_AND_LIKES | no | Set to `1` to explicitly enable Comments & Likes functionality for all albums this script adds assets to, set to `0` to disable. If not set, this setting is left alone by the script. |
help="Pass this argument to enable comment and like functionality in all albums this script adds assets to. Cannot be used together with --comments-and-likes-disabled")
help="Pass this argument to disable comment and like functionality in all albums this script adds assets to. Cannot be used together with --comments-and-likes-enabled")
0 commit comments