feat: list assets per album
All checks were successful
Build and test / Build AMD64 (pull_request) Successful in 1m16s
Build and test / Tests (pull_request) Successful in 1m25s
Checking Renovate configuration / validate (pull_request) Successful in 1m55s
Checking yaml / Run yamllint (pull_request) Successful in 36s
Build and test / Clippy (pull_request) Successful in 31s
Build and test / Generate Documentation (pull_request) Successful in 55s

This commit is contained in:
Marc Plano-Lesay 2025-08-13 14:13:34 +10:00
parent 07907b2ce2
commit 9ad599a2b4
Signed by: kernald
GPG key ID: 66A41B08CC62A6CF
6 changed files with 54 additions and 1 deletions

View file

@ -12,6 +12,7 @@ video backup solution. This tool provides various utilities to manage your Immic
- **List** all albums on your Immich server
- **Delete** albums (all or empty ones only)
- **Auto-create** albums from external libraries folder structure
- **List assets of an album** by album name
### Assets
- **List** assets (all or offline only)
@ -105,6 +106,11 @@ Auto-create albums from folder structure:
immich-tools albums auto-create --album-name-separator "/"
```
List assets belonging to a specific album (by album name):
```bash
immich-tools albums list-assets --album "My Album"
```
### Assets
List all assets: