diff --git a/VERSION b/VERSION index 90f2d8df..0ecc9bc9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.15.1-develop71 +1.15.1-develop72 diff --git a/modules/tmdb.py b/modules/tmdb.py index a5d76dc0..7bcde631 100644 --- a/modules/tmdb.py +++ b/modules/tmdb.py @@ -20,7 +20,7 @@ type_map = { "tmdb_show": "Show", "tmdb_show_details": "Show", "tmdb_writer": "Person", "tmdb_writer_details": "Person" } discover_all = [ - "language", "with_original_language", "region", "sort_by", "with_cast", "with_crew", "with_people", + "with_overview_translation", "with_original_language", "region", "sort_by", "with_cast", "with_crew", "with_people", "certification_country", "certification", "certification.lte", "certification.gte", "year", "primary_release_year", "primary_release_date.gte", "primary_release_date.lte", "release_date.gte", "release_date.lte", "vote_count.gte", "vote_count.lte", @@ -31,12 +31,12 @@ discover_all = [ "air_date.gte", "air_date.lte", "first_air_date.gte", "first_air_date.lte", "first_air_date_year", "with_networks", "with_release_type" ] discover_movie_only = [ - "region", "with_cast", "with_crew", "with_people", "certification_country", "certification", "include_video", - "year", "primary_release_year", "primary_release_date", "release_date", "include_adult", "with_release_type" + "region", "with_cast", "with_crew", "with_people", "certification_country", "certification", "include_video", "year", + "primary_release_year", "primary_release_date", "release_date", "include_adult", "with_release_type", "with_title_translation" ] discover_tv_only = [ - "timezone", "screened_theatrically", "include_null_first_air_dates", "air_date", - "first_air_date", "first_air_date_year", "with_networks", "with_status", "with_type", + "timezone", "screened_theatrically", "include_null_first_air_dates", "air_date", "first_air_date", + "first_air_date_year", "with_networks", "with_status", "with_type", "with_name_translation" ] discover_strings = [ "with_cast", "with_crew", "with_people", "with_companies", "with_networks", "with_genres", "without_genres", "with_release_type", diff --git a/requirements.txt b/requirements.txt index 71dd22ca..7d8c314f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ PlexAPI==4.9.2 -tmdbapis==1.0.1 +tmdbapis==1.0.2 arrapi==1.3.1 lxml==4.7.1 requests==2.27.1