jellyfin_set_overview
Set a movie or collection's description in Jellyfin. Lock the field to prevent overwrite, or preview changes before confirming.
Instructions
Set an item's Overview/description (a collection or a movie, by name or id).
By default lock=True adds "Overview" to the item's LockedFields so a later metadata refresh cannot overwrite the curated text; set lock=False to leave it unlocked. confirm=False previews; confirm=True writes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lock | No | ||
| confirm | No | ||
| item_ref | Yes | ||
| overview | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |