l3uddz / traktarr

Script to add new series & movies to Sonarr/Radarr based on Trakt lists.
GNU General Public License v3.0
576 stars 52 forks source link

Traktarr does not blacklist movies and tv show prior to XXXX #110

Closed moust4ki closed 4 years ago

moust4ki commented 4 years ago

Describe the bug I have set a "blacklisted_min_year": 2000, but traktarr keep adding tv show and movies prior this

Traktarr config.json { "automatic": { "movies": { "anticipated": 3, "boxoffice": 10, "interval": 20, "popular": 3, "trending": 3 }, "shows": { "anticipated": 10, "interval": 48, "popular": 1, "trending": 1 } }, "core": { "debug": false }, "filters": { "movies": { "allowed_countries": [], "allowed_languages": [], "blacklist_title_keywords": [], "blacklisted_genres": [], "blacklisted_max_runtime": 0, "blacklisted_max_year": 2030, "blacklisted_min_runtime": 60, "blacklisted_min_year": 2000, "blacklisted_title_keywords": [], "blacklisted_tmdb_ids": [], "disabled_for": [], "rating_limit": "", "rotten_tomatoes": "" }, "shows": { "allowed_countries": [], "allowed_languages": [], "blacklisted_genres": [], "blacklisted_max_runtime": 0, "blacklisted_max_year": 2030, "blacklisted_min_runtime": 15, "blacklisted_min_year": 2000, "blacklisted_networks": [], "blacklisted_title_keywords": [], "blacklisted_tvdb_ids": [], "disabled_for": [] } }, "notifications": { "verbose": true }, "omdb": { "api_key": "xxxx" }, "radarr": { "api_key": "xxxx", "minimum_availability": "released", "profile": "1080p Remux", "quality": "HD-1080p", "root_folder": "/rclone/movies/", "url": "http://xxx:9898/" }, "sonarr": { "api_key": "xxxx", "language": "English", "profile": "HD - 720p/1080p", "quality": "HD-1080p", "root_folder": "/rclone/tv_shows/", "tags": {}, "url": "http://xxx:8989/" }, "trakt": { "client_id": "xxx", "client_secret": "xxx" } }

System Information