Use Cases
Filters are global by media type. A movie filter affects every movie job, and a show filter affects every show job.
English-language discovery
Section titled “English-language discovery”filters: movies: allowed_languages: ["en"] shows: allowed_languages: ["en"]Recent, well-rated movies
Section titled “Recent, well-rated movies”filters: movies: blacklisted_min_year: 2020 min_rating: 7.0 min_votes: 1000
jobs: popular_movies: enabled: true limit: 20Exclude unwanted genres
Section titled “Exclude unwanted genres”filters: movies: blacklisted_genres: ["documentary", "reality"] shows: blacklisted_genres: ["reality", "talk"]Genre inclusion and per-job filters are not currently supported.
Different discovery providers
Section titled “Different discovery providers”Dynamic jobs created in the Jobs UI can select TMDB, Simkl, or Trakt when the chosen job type supports that provider. The global filters above apply after discovery, regardless of provider.
Preview a job before enabling it to confirm which titles pass the current filters.