set_playback_progress
Set the playback position of a media item to a specified time in milliseconds. Requires the item's rating key and progress time.
Instructions
Set the playback progress for a media item to a specific position.
rating_key: the item's rating key. progress_ms: position in milliseconds (must be > 0). To reset progress to zero, use mark_unwatched instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rating_key | Yes | ||
| progress_ms | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |