Track skip events during playback. Used for analytics; currently logs the event.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.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| mediaId | string | Yes | The media ID with prefix (MV_TMDBID for movies, TV_TMDBID for TV shows) |
| 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 | ScrobbleTv | No |
View ScrobbleTv structure
View ScrobbleTv structure
Returns
ScrobbleSkipResponse — Skip event recorded
View response structure
View response structure