Search IMDb for high-quality cover art for movies, TV shows, anime, and games — then copy it to your clipboard, or send it straight to a Capacities object as its cover image.
Results come from IMDb's own search-suggestion endpoint (the same one imdb.com's search box uses), covering movies, TV, anime, and video games in a single search, each with an official IMDb poster.
Searching requires no API key or account. Everything above works out of the box.
The Add as Cover in Capacities action uploads the selected image into your Capacities space and links it as the cover image of the matching object.
This assumes your space has a custom object type for your media (movies, shows, games) with an object-link property pointing at an image. If you track your watchlist that way, this will fit; if not, the rest of the extension still works without any of this configured.
api:read and
api:write scopes.| Preference | Required | What it is |
|---|---|---|
| Capacities API Token | Yes | The token from step 1 |
| Object Type(s) | Yes | Comma-separated object type names to match against (e.g. Media, Games) |
| Cover Property | Yes | The object-link property on those types that should hold the cover (e.g. Cover image) |
| Image Collection | No | An image collection to file the uploaded cover into (e.g. Cover Images) |
All of these are matched by the names you see in the Capacities UI — no internal IDs needed. Type names can be
singular or plural (Game and Games both work), and each listed type can have its own separate cover property.
When you run the action on a result, the extension:
{title} coverCover, and files it into your configured collection if you set oneIt always uses the top search match. If several objects have similar titles, double-check the result — the success message names the object it updated.