-
-
Notifications
You must be signed in to change notification settings - Fork 456
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Status filtering #3850
Comments
Here is the discussion I had with Travis Bell at TMDB. Statuses for Movies: Rumored, Planned, In Production, Post Production, Released, Canceled Statuses for TV: Returning Series, Planned, In Production, Ended, Canceled, Pilot The TMDB API allows their discover/tv endpoint to filter based on TV statuses, however, discover/movie doesn't. So some client side filtering would need to be done. Additionally, the various 'statuses' aren't available at any endpoint so they would need to be hard coded. |
I'm interested in contributing, would this be a good first issue for a mid-level developer? |
I'll go ahead and take this one |
@wesleyem I don't think this will be possible for filtering movies. The status property is only available on the find endpoint and not returned by the discover endpoint. The only way to feasibly do this with Movies is to grab the details for every single movie retrieved by the find endpoint and I don't think we want to do that. Once the |
@kage1414 concur. This fell off my scan because I hit that roadblock with the TMDB API. |
Description
Add filtering for Status field
Desired Behavior
To have the ability to filter for items with a certain status, for example 'Returning Series'
Additional Context
Code of Conduct
The text was updated successfully, but these errors were encountered: