[72] #712 add additional discover options

pull/726/head
meisnate12 3 years ago
parent 081a3ca5cf
commit e3007b4461

@ -1 +1 @@
1.15.1-develop71 1.15.1-develop72

@ -20,7 +20,7 @@ type_map = {
"tmdb_show": "Show", "tmdb_show_details": "Show", "tmdb_writer": "Person", "tmdb_writer_details": "Person" "tmdb_show": "Show", "tmdb_show_details": "Show", "tmdb_writer": "Person", "tmdb_writer_details": "Person"
} }
discover_all = [ 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", "certification_country", "certification", "certification.lte", "certification.gte",
"year", "primary_release_year", "primary_release_date.gte", "primary_release_date.lte", "year", "primary_release_year", "primary_release_date.gte", "primary_release_date.lte",
"release_date.gte", "release_date.lte", "vote_count.gte", "vote_count.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" "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 = [ discover_movie_only = [
"region", "with_cast", "with_crew", "with_people", "certification_country", "certification", "include_video", "region", "with_cast", "with_crew", "with_people", "certification_country", "certification", "include_video", "year",
"year", "primary_release_year", "primary_release_date", "release_date", "include_adult", "with_release_type" "primary_release_year", "primary_release_date", "release_date", "include_adult", "with_release_type", "with_title_translation"
] ]
discover_tv_only = [ discover_tv_only = [
"timezone", "screened_theatrically", "include_null_first_air_dates", "air_date", "timezone", "screened_theatrically", "include_null_first_air_dates", "air_date", "first_air_date",
"first_air_date", "first_air_date_year", "with_networks", "with_status", "with_type", "first_air_date_year", "with_networks", "with_status", "with_type", "with_name_translation"
] ]
discover_strings = [ discover_strings = [
"with_cast", "with_crew", "with_people", "with_companies", "with_networks", "with_genres", "without_genres", "with_release_type", "with_cast", "with_crew", "with_people", "with_companies", "with_networks", "with_genres", "without_genres", "with_release_type",

@ -1,5 +1,5 @@
PlexAPI==4.9.2 PlexAPI==4.9.2
tmdbapis==1.0.1 tmdbapis==1.0.2
arrapi==1.3.1 arrapi==1.3.1
lxml==4.7.1 lxml==4.7.1
requests==2.27.1 requests==2.27.1

Loading…
Cancel
Save