update_metadata
Update a Plex media item's metadata, including title, year, genres, ratings, directors, and other fields.
Instructions
Update metadata fields for a media item (requires PLEX_ENABLE_MUTATIVE_OPS=true)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | New year (optional) | |
| roles | No | Replace roles/actors with these tags (optional) | |
| title | No | New title (optional) | |
| genres | No | Replace genres with these tags (optional) | |
| rating | No | New user rating (optional) | |
| studio | No | New studio (optional) | |
| summary | No | New summary/description (optional) | |
| tagline | No | New tagline (optional) | |
| directors | No | Replace directors with these tags (optional) | |
| ratingKey | Yes | The rating key of the media item to update | |
| sortTitle | No | New sort title (optional) | |
| collections | No | Replace collections with these tags (optional) | |
| contentRating | No | New content rating (optional) | |
| originalTitle | No | New original title (optional) |