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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ The environment variables are analoguous to the script's command line arguments.
59
59
| ROOT_PATH | yes | The external libarary's root path in Immich |
60
60
| API_URL | yes | The root API URL of immich, e.g. https://immich.mydomain.com/api/ |
61
61
| API_KEY | yes | The Immich API Key to use |
62
-
| ALBUM_LEVELS | no | Number of levels of sub-folder for which to create separate albums. Must be at least 1. (default: 1) |
62
+
| ALBUM_LEVELS | no | Number of levels of sub-folder for which to create separate albums. Must be at least 1. (default: 1) Refer to [How it works](#how-it-works) for a detailed explanation|
63
63
| ALBUM_SEPARATOR | no | Separator string to use for compound album names created from nested folders. Only effective if -a is set to a value > 1 (default: " ") |
64
64
| CHUNK_SIZE | no | Maximum number of assets to add to an album with a single API call (default: 2000) |
65
65
| FETCH_CHUNK_SIZE | no | Maximum number of assets to fetch with a single API call (default: 5000) |
0 commit comments