Documentation Index
Fetch the complete documentation index at: https://docs.discovr.media/llms.txt
Use this file to discover all available pages before exploring further.
ScrobbleProgressBody
| Property | Type | Required | Description |
|---|
| progress | number | Yes | Playback progress percentage |
| tv | object | No | |
ScrobbleResponse
| Property | Type | Required | Description |
|---|
| status | string | Yes | Status of the scrobble request |
| progress | number | Yes | Final progress recorded |
| completed | boolean | Yes | Whether the item was marked as completed/watched |
ScrobbleSkipBody
| Property | Type | Required | Description |
|---|
| from | number | Yes | Starting timestamp of the skip (seconds) |
| to | number | Yes | Ending timestamp after the skip (seconds) |
| duration | number | Yes | Number of seconds skipped forward |
| tv | object | No | |
ScrobbleSkipResponse
| Property | Type | Required | Description |
|---|
| status | string | Yes | Status of the skip event recording |
ScrobbleTv
| Property | Type | Required | Description |
|---|
| season | integer | Yes | Season number (TV only) |
| episode | integer | Yes | Episode number (TV only) |