Record or update playback progress for a media item. Creates a playback entry if it does not exist. Updates history with the current progress. If progress is 80% or higher, the item is marked as completed. Watchlist Auto-Removal: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.
- Movies: Automatically removed from watchlist when progress > 20%
- TV Shows: Automatically removed from watchlist when episode progress >= 80% (complete)
- When progress >= 80%, the item is marked as completed and removed from the playback queue
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| mediaId | string | Yes | The media ID with prefix (MV_TMDBID for movies, TV_TMDBID for TV shows) |
| progress | number | Yes | Playback progress percentage |
| tv | ScrobbleTv | No |
View ScrobbleTv structure
View ScrobbleTv structure
Returns
ScrobbleResponse — Scrobble progress recorded
View response structure
View response structure