immich/packages/plugin-core
Alex Tran b75d9b74b9
feat(plugin-core): add filterByAlbum workflow step
Adds a filterByAlbum core plugin method so workflows (e.g. the
AlbumAssetAdded trigger) can be scoped to specific albums. The step
checks the asset's album membership via the searchAlbums host function
and halts the workflow when the asset is not in any of the configured
albums (or, with inverse, when it is).
2026-06-04 04:03:01 +00:00
..
src feat(plugin-core): add filterByAlbum workflow step 2026-06-04 04:03:01 +00:00
.gitignore feat: workflows & plugins (#26727) 2026-05-18 11:09:33 -04:00
.prettierrc feat: workflows & plugins (#26727) 2026-05-18 11:09:33 -04:00
esbuild.js feat: workflows & plugins (#26727) 2026-05-18 11:09:33 -04:00
manifest.json feat(plugin-core): add filterByAlbum workflow step 2026-06-04 04:03:01 +00:00
mise.toml feat: workflows & plugins (#26727) 2026-05-18 11:09:33 -04:00
package.json feat: more plugin triggers and methods (#28690) 2026-05-29 14:02:07 -04:00
tsconfig.json feat: workflows & plugins (#26727) 2026-05-18 11:09:33 -04:00