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

Reduce requests to Plex #18

Closed
SpaceK33z opened this issue Dec 22, 2016 · 0 comments
Closed

Reduce requests to Plex #18

SpaceK33z opened this issue Dec 22, 2016 · 0 comments
Labels
enhancement this item makes the project better in some way

Comments

@SpaceK33z
Copy link
Owner

SpaceK33z commented Dec 22, 2016

Because of #1, if a movie doesn't exist on Plex with the given year, it will do a second request with the year + 1.

Perhaps we should use the search API for this. I didn't want to use it before, because e.g. searching for a movie like "50 cent" would also return all movies where "50 cent" acts in. However I just found it is possible to prepend title:.

Another benefit of using this search API is that we no longer have to keep track of the movie & TV show libraries, because the search API just searches in all of them.

SpaceK33z added a commit that referenced this issue Dec 22, 2016
@Ephellon Ephellon added the enhancement this item makes the project better in some way label Jun 28, 2019
This was referenced Jun 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement this item makes the project better in some way
Projects
None yet
Development

No branches or pull requests

2 participants