Skip to content

v1.6.3 — Trakt Seen & Skip endpoints

Choose a tag to compare

@martinargalas martinargalas released this 09 Jun 11:17
· 13 commits to main since this release

What's new

New Trakt proxy endpoints

Two new endpoints to support the Seen & Skip buttons in the card:

  • POST arr_stack/trakt/history — marks a title as watched on Trakt (POST /sync/history). Improves future recommendations.
  • DELETE arr_stack/trakt/recommendations/{movies|shows}/{slug} — hides a title from your Trakt recommendations feed without affecting your watch history.

Both endpoints clear the local recommendations cache so the next card fetch gets a fresh list from Trakt.

Requires card v1.6.3 or later.