create_library_metadata_by_ids_by_element
Set artwork, theme, or other media element for Plex library items by specifying comma-separated IDs and the element type, with an optional image URL or binary upload.
Instructions
Set an item's artwork, theme, etc.
POST /library/metadata/{ids}/{element}
Args: ids: Comma-separated list of IDs element: The type of artwork element (e.g., art, poster, thumb) url: The url of the new asset. If not provided, the binary of the asset must be provided in the post body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | ||
| url | No | ||
| element | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |