tautulli2trakt icon indicating copy to clipboard operation
tautulli2trakt copied to clipboard

Progress <80% doesn't get marked as played

Open Forceflow opened this issue 6 years ago • 2 comments

As per the Trakt documentation: https://trakt.docs.apiary.io/#reference/scrobble/stop

My Tautulli was set as "mark 75% as watched", so the last call to the script was made at 75%. This does not register with Trakt as a scrobble, resulting in missing items in my Trakt history, even though I watched the episode to the end.

So either Tautulli does not generate a "stream stopped" event at the end of my episodes (watching through Kodi + Plex plugin), or there should be a notice somewhere to not configure Tautulli to generate the "watched" event on lower than 80%, since that will not result in a scrobble.

Forceflow avatar Sep 16 '19 02:09 Forceflow

From https://trakt.docs.apiary.io/#reference/scrobble/stop

If the progress is less than 80%, it will be treated as a pause and the action will be set to pause.

Instead of sending STOP to avoid items set to pause on trakt.tv, a better approach is to send to watched history, that way watched percent can be set bellow 80% on Tautulli https://trakt.docs.apiary.io/#reference/sync/add-to-history/add-items-to-watched-history

I'll try to fix this for next release

Generator avatar Sep 28 '19 14:09 Generator

@Forceflow has a workaround you can simply remove command arguments from Watched.
That way won't send the STOP action to trakt.tv and will be marked has watched on Tautulli and Trakt.tv

Generator avatar Sep 29 '19 13:09 Generator