Skip to content

FlickList Personal Data

Finds items from the configured FlickList API key's own watchlist, favorites, watched history, up-next queue, or tracked shows.

FlickList Configuration

Configuring FlickList in the config is required for these builders. Each of these builders reads the read-scoped personal data of whichever FlickList account the configured api_key belongs to.

Each of these builders accepts a blank value or true:

collections:
  FlickList Watchlist:
    flicklist_watchlist:
    collection_order: custom
    sync_mode: sync

  FlickList Favorites:
    flicklist_favorites: true
    collection_order: custom
    sync_mode: sync

  FlickList Watched:
    flicklist_watched:
    sync_mode: sync

  FlickList Tracked:
    flicklist_tracked:
    collection_order: custom
    sync_mode: sync

flicklist_up_next and flicklist_tracked are show-library only, since a next-unwatched-episode queue and a tracked-shows list are both inherently show concepts.

flicklist_up_next additionally accepts an integer limit on how many upcoming episodes to return:

collections:
  FlickList Up Next:
    flicklist_up_next: 20
    collection_order: custom
    sync_mode: sync
Builder Blank/true means Also accepts Library restriction
flicklist_watchlist Entire watchlist Movies and Shows
flicklist_favorites Entire favorites list Movies and Shows
flicklist_watched Entire watched history Movies and Shows
flicklist_up_next All up-next episodes Integer limit Shows only
flicklist_tracked Every tracked show Shows only

flicklist_watchlist covers more than "plan to watch"

FlickList's watchlist is richer than a Trakt-style plan-to-watch list: every item carries a status of plan_to_watch, watching, completed, on_hold, or dropped. flicklist_watchlist currently returns the entire watchlist regardless of status - there is no way to filter to just one status yet. If you're looking for "shows I've marked completed" specifically, note that this is a different concept from flicklist_watched, which reflects actual play history (has the episode/movie been played), not a manually-set watchlist status.