Skip to main content
Operations for managing galleries (image collections). Bases: StashClientProtocol Mixin for gallery-related client methods.

Functions

Find a gallery by its ID. Parameters: Returns:

find_galleries

Find galleries matching the given filters. Parameters: Returns:
Create a new gallery in Stash. Parameters: Returns: Raises:
Update an existing gallery in Stash. Parameters: Returns: Raises:

galleries_update

Update multiple galleries with individual data. Parameters: Returns:
Delete galleries. Parameters: Returns:
Remove images from a gallery. Parameters: Returns:
Set the cover image for a gallery. Parameters: Returns:
Reset the cover image for a gallery. Parameters: Returns:
Create a new gallery chapter. Parameters: Returns:
Update a gallery chapter. Parameters: Returns:
Add images to a gallery. Parameters: Returns: Examples: Add images to a gallery:
Update gallery images with the specified mode. This is a convenience method that delegates to either add_gallery_images or remove_gallery_images based on the mode parameter. Parameters: Returns: Raises: Examples: Set gallery images (replace all):
Add images to gallery:
Remove images from gallery:
Delete a gallery chapter. Parameters: Returns:
Bulk update galleries. Parameters: Returns: