update_scrobble
Mark a media item as played in Plex by providing its key or URI, updating its play state.
Instructions
Mark an item as played.
PUT /:/scrobble
Args:
identifier: The identifier of the media provider containing the media to rate. Typically com.plexapp.plugins.library
key: The key of the item to rate. This is the ratingKey found in metadata items
uri: URI of the item to scrobble. Format is library://<section-uuid>/item/<url-encoded-key> or plex://movie/<guid> or plex://episode/<guid>.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | ||
| uri | No | ||
| identifier | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |