Skip to content

Fix Immich API to retrieve assets from album#677

Open
rs9000 wants to merge 1 commit intofatihak:mainfrom
rs9000:fix/plugin-image_album
Open

Fix Immich API to retrieve assets from album#677
rs9000 wants to merge 1 commit intofatihak:mainfrom
rs9000:fix/plugin-image_album

Conversation

@rs9000
Copy link
Copy Markdown

@rs9000 rs9000 commented Apr 19, 2026

This PR fixes how the image_album plugin retrieves assets from Immich.

Previously, the plugin used a POST request to the search endpoint:
/api/search/metadata
This approach was unreliable and sometimes returned a subset of the images within an album.

The updated implementation replaces this with a GET request to:
/api/albums/{album_id}
This endpoint reliably returns all images contained in the album and removes the need for paginated requests.

Copilot AI added a commit to BaloMueller/UDash that referenced this pull request May 4, 2026
# Conflicts:
#	src/plugins/image_album/image_album.py

Co-authored-by: BaloMueller <793558+BaloMueller@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant