mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-02 22:57:34 -05:00
Include "Production Countries" to Custom Filters #6642
Labels
No labels
Area: API
Area: Database
Area: Db-migration
Area: Download Clients
Area: Extras
Area: Import Lists
Area: Indexer
Area: Metadata API
Area: Notifications
Area: Organizer
Area: Parser
Area: Scanning
Area: Tooling
Area: UI
Area: Unit Tests
On Hold: MetadataAPI Blocking
On Hold: MetadataAPI Blocking
Priority: High
Priority: Low
Priority: Medium
Status: Accepted
Status: Cannot Reproduce
Status: Confirmed
Status: Help Wanted
Status: In Progress
Status: Indexer - need invite
Status: Info Needed
Status: Investigating
Status: Logs Needed
Status: Maybe One Day
Status: Needs Triage
Status: On Hold
Status: Ready for Review
Status: Unlikely
Status: Waiting for OP
Status: Won't Fix
Type: Bug
Type: Documentation
Type: Duplicate
Type: Enhancement
Type: External Bug
Type: Feature Request
Type: Regression
Type: Support
Type: Support.
conflict
lidarr-pull
no-conflict
not-pulled
readarr-pull
readarr-pull
sonarr upstream
sonarr-pull
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Radarr#6642
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ItsME6969 on GitHub (Jul 27, 2022).
Is there an existing issue for this?
Is your feature request related to a problem? Please describe
Currently unable to filter by country. This info is returned by the API so it would be nice if it was added as a filter.
Describe the solution you'd like
Add "Production Countries" to Custom Filters
Describe alternatives you've considered
None
Anything else?
AB#3389
@Qstick commented on GitHub (Oct 19, 2022):
When you say "this info is returned by the API" what are you referring to?
@ItsME6969 commented on GitHub (Oct 19, 2022):
@Qstick
{ "adult": false, "backdrop_path": "/9G6m2ZFmtiX7IfbJ7b794UyDI80.jpg", "belongs_to_collection": null, "budget": 5000000, "genres": [ { "id": 18, "name": "Drama" }, { "id": 10749, "name": "Romance" } ], "homepage": "null", "id": 1391, "imdb_id": "tt0245574", "original_language": "es", "original_title": "Y tu mamá también", "overview": "In Mexico, two teenage boys and an attractive older woman embark on a road trip and learn a thing or two about life, friendship, sex, and each other.", "popularity": 32.102, "poster_path": "/izw41PkE8y891yraO6fN1tCNmOG.jpg", "production_companies": [ { "id": 1101, "logo_path": null, "name": "Bésame Mucho Pictures", "origin_country": "null" }, { "id": 1102, "logo_path": null, "name": "Producciones Anhelo", "origin_country": "null" } ], "**_production_countries_**": [ { "iso_3166_1": "MX", "name": "Mexico" } ], "release_date": "2001-06-08", "revenue": 33616692, "runtime": 106, "spoken_languages": [ { "english_name": "Spanish", "iso_639_1": "es", "name": "Español" } ], "status": "Released", "tagline": "Life has its ways of teaching", "title": "Y Tu Mamá También", "video": false, "vote_average": 7.42, "vote_count": 1194, "videos": { "results": [ { "iso_639_1": "en", "iso_3166_1": "US", "name": "Y tu mamá también (2001) ORIGINAL TRAILER", "key": "inc0vS58ZKg", "site": "YouTube", "size": 1080, "type": "Trailer", "official": false, "published_at": "2017-12-02T21:20:04.000Z", "id": "62e9c849c68b69006012647d" } ] } }@ItsME6969 commented on GitHub (Oct 19, 2022):
"production_countries": [ { "iso_3166_1": "MX", "name": "Mexico" } ]
@Qstick commented on GitHub (Oct 19, 2022):
Ok, you are talking about TMDb API and not Radarrs API. Got it.
This is going to take some work to metadata before we tackle the client.
@JoshuaAJones74 commented on GitHub (Jul 25, 2023):
I would like to see "Budget" and "Revenue" added as filters, too.
Thanks!
@dukobpa3 commented on GitHub (Jan 9, 2024):
Any updates on this? I also would like to have production countries filter.
@myhme commented on GitHub (Dec 24, 2024):
@Qstick maybe we can add origin_country from tmdb data to custom filters/tag since it would be easier (single value) ?
For Interstellar i have got origin_country (https://api.themoviedb.org/3/movie/157336?api_key=XXXXX)
"origin_country":["US"] (single value)
{"adult":false,"backdrop_path":"/9REO1DLpmwhrBJY3mYW5eVxkXFM.jpg","belongs_to_collection":null,"budget":165000000,"genres":[{"id":12,"name":"Adventure"},{"id":18,"name":"Drama"},{"id":878,"name":"Science Fiction"}],"homepage":"http://www.interstellarmovie.net/","id":157336,"imdb_id":"tt0816692","origin_country":["US"],"original_language":"en","original_title":"Interstellar","overview":"The adventures of a group of explorers who make use of a newly discovered wormhole to surpass the limitations on human space travel and conquer the vast distances involved in an interstellar voyage.","popularity":232.815,"poster_path":"/gEU2QniE6E77NI6lCU6MxlNBvIx.jpg","production_companies":[{"id":923,"logo_path":"/8M99Dkt23MjQMTTWukq4m5XsEuo.png","name":"Legendary Pictures","origin_country":"US"},{"id":9996,"logo_path":"/3tvBqYsBhxWeHlu62SIJ1el93O7.png","name":"Syncopy","origin_country":"GB"},{"id":13769,"logo_path":null,"name":"Lynda Obst Productions","origin_country":"US"}],"production_countries":[{"iso_3166_1":"GB","name":"United Kingdom"},{"iso_3166_1":"US","name":"United States of America"}],"release_date":"2014-11-05","revenue":701729206,"runtime":169,"spoken_languages":[{"english_name":"English","iso_639_1":"en","name":"English"}],"status":"Released","tagline":"Mankind was born on Earth. It was never meant to die here.","title":"Interstellar","video":false,"vote_average":8.4,"vote_count":35858}