Skip to content

Commit 1dbf89f

Browse files
authored
README
- Added note to API key permissions with v1.136.0 - Updated compatibility statement for v1.136.x
1 parent a334f2d commit 1dbf89f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This is a python script designed to automatically create albums in [Immich](http
1111
This is useful for automatically creating and populating albums for external libraries.
1212
Using the provided docker image, the script can simply be added to the Immich compose stack and run along the rest of Immich's containers.
1313

14-
__Current compatibility:__ Immich v1.106.1 - v1.135.x
14+
__Current compatibility:__ Immich v1.106.1 - v1.136.x
1515

1616
### Disclaimer
1717
This script is mostly based on the following original script: [REDVM/immich_auto_album.py](https://gist.github.com/REDVM/d8b3830b2802db881f5b59033cf35702)
@@ -60,6 +60,8 @@ This script is mostly based on the following original script: [REDVM/immich_auto
6060
### Creating an API Key
6161
Regardless of how the script will be used later ([Bare Python Script](#bare-python-script) or [Docker](#docker)), an API Key is required for each user the script should be used for.
6262
Since Immich Server v1.135.x, creating API keys allows the user to specify permissions. The following permissions are required for the script to work with any possible option:
63+
> [!IMPORTANT]
64+
> The API Key permissions listed below are sufficient only for Immich Server v1.135.x. Since v1.136.0, API calls for which no explicit permission exists in Immich are no longer accessilble for API keys that do not have all permissions. Hopefully, permissions will get more granular in the future and will cover all API calls this script uses. For now, API keys must be created with all permissions for the script to work.
6365
- `asset`
6466
- `asset.delete`
6567
- `album`

0 commit comments

Comments
 (0)