Skip to content
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

Open
1 task done
ineednewpajamas opened this issue Apr 23, 2024 · 5 comments · May be fixed by #3952
Open
1 task done

Add Status filtering #3850

ineednewpajamas opened this issue Apr 23, 2024 · 5 comments · May be fixed by #3952
Labels

Comments

@ineednewpajamas
Copy link

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

Screenshot_20240423-080403

Code of Conduct

  • I agree to follow Overseerr's Code of Conduct
@wesleyem
Copy link

wesleyem commented Jul 4, 2024

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.

@kage1414
Copy link

I'm interested in contributing, would this be a good first issue for a mid-level developer?

@kage1414
Copy link

kage1414 commented Oct 6, 2024

I'll go ahead and take this one

@kage1414
Copy link

kage1414 commented Oct 10, 2024

@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 with_status property is added to tmdb it will be possible. I'm going to go ahead and reduce the scope to just TV and create another issue for movies

@wesleyem
Copy link

@kage1414 concur. This fell off my scan because I hit that roadblock with the TMDB API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants