Kometa-Team / Kometa

Python script to update metadata information for items in plex as well as automatically build collections and playlists. The Wiki Documentation is linked below.
https://kometa.wiki
MIT License
2.42k stars 301 forks source link

Bug: #443

Closed Chuchodavids closed 2 years ago

Chuchodavids commented 2 years ago

Describe the Bug Filter does not fully work. I have filtered release date, original language and duration, And only original language seems to be working.

Relevant Collection Config

  Popular:
    tmdb_popular: 30
    imdb_list:
      url:  https://www.imdb.com/search/title/?title_type=feature,tv_movie,documentary,short
      limit: 30
    sync_mode: sync
    filters:
      original_language: en
      release.after: 1/1/1990
  Top Rated:
    tmdb_top_rated: 30
    sync_mode: sync
    filters:
      original_language: en
      release.after: 1/1/1990
  Disney:
    tmdb_company: 3475
    sync_mode: sync
    filters:
      original_language: en
      release.after: 1/1/2000
      duration.gte: 60
  Pixar:
    tmdb_company: 3
    sync_mode: sync
    filters:
      original_language: en
      release.after: 1/1/2000
      duration.gte: 60
  Trending this Week:
    trakt_trending: 10
    tmdb_trending_weekly: 10
    sync_mode: sync
    filters:
      original_language: en
      release.after: 1/1/1990
  Box Office:
    trakt_boxoffice: true
    sync_mode: sync

Plex Meta Manager Info

Link to logs (required)

meisnate12 commented 2 years ago

looking at your log everything appears to be in working order. Mind that only specific filters can filter missing movies and shows most filters like release do not filter missing. Notice how under Number Filters it says The tmdb_vote_count and tmdb_year filters will also filter out movies/shows from being added to Radarr/Sonarr.