Include "Production Countries" to Custom Filters #6642

Open
opened 2026-02-19 23:06:08 -05:00 by deekerman · 7 comments
Owner

Originally created by @ItsME6969 on GitHub (Jul 27, 2022).

Is there an existing issue for this?

  • I have searched the existing issues

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?

Screenshot 2022-07-27 010718 - Copy

AB#3389

Originally created by @ItsME6969 on GitHub (Jul 27, 2022). ### Is there an existing issue for this? - [X] I have searched the existing issues ### 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? ![Screenshot 2022-07-27 010718 - Copy](https://user-images.githubusercontent.com/89707006/181196579-48c8b504-5b4a-4d49-9616-17742de031f8.jpg) [AB#3389](https://dev.azure.com/Servarr/7ab38f4e-5a57-4d70-84f4-94dd9bc5d6df/_workitems/edit/3389)
Author
Owner

@Qstick commented on GitHub (Oct 19, 2022):

When you say "this info is returned by the API" what are you referring to?

@Qstick commented on GitHub (Oct 19, 2022): When you say "this info is returned by the API" what are you referring to?
Author
Owner

@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): @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" } ] } } `
Author
Owner

@ItsME6969 commented on GitHub (Oct 19, 2022):

"production_countries": [ { "iso_3166_1": "MX", "name": "Mexico" } ]

@ItsME6969 commented on GitHub (Oct 19, 2022): "production_countries": [ { "iso_3166_1": "MX", "name": "Mexico" } ]
Author
Owner

@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.

@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.
Author
Owner

@JoshuaAJones74 commented on GitHub (Jul 25, 2023):

I would like to see "Budget" and "Revenue" added as filters, too.
Thanks!

@JoshuaAJones74 commented on GitHub (Jul 25, 2023): I would like to see "Budget" and "Revenue" added as filters, too. Thanks!
Author
Owner

@dukobpa3 commented on GitHub (Jan 9, 2024):

Any updates on this? I also would like to have production countries filter.

@dukobpa3 commented on GitHub (Jan 9, 2024): Any updates on this? I also would like to have production countries filter.
Author
Owner

@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}

@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}`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Radarr#6642
No description provided.