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

Full Plex search #207

Closed
chrisbenincasa opened this issue Mar 22, 2024 · 1 comment · Fixed by #210
Closed

Full Plex search #207

chrisbenincasa opened this issue Mar 22, 2024 · 1 comment · Fixed by #210
Assignees
Labels
backend Pertains to the Tunarr server enhancement New feature or request frontend Pertains to the Tunarr frontend

Comments

@chrisbenincasa
Copy link
Owner

Flesh out Plex search, right now we just support title prefix. There's a lot more...
https://github.com/pkkid/python-plexapi/blob/abcab4f78d22e86b380327c6014d3148e0248e6d/plexapi/library.py#L1282-L1535
shows a piece of what is possible.

Some thoughts:

  • Look into how to dynamically derive the different tags available - this powers the dropdowns that control tag value to search on and operator
  • Is caching an option? Unclear how hard this is on the Plex server
  • Maybe we can start with a well-defined subset of fields -- title, year, genre, etc.
@chrisbenincasa chrisbenincasa added backend Pertains to the Tunarr server enhancement New feature or request frontend Pertains to the Tunarr frontend idea labels Mar 22, 2024
@chrisbenincasa chrisbenincasa self-assigned this Mar 22, 2024
@chrisbenincasa
Copy link
Owner Author

Also just to note this work will serve as the basis for one of the ways to build dynamic channels

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Pertains to the Tunarr server enhancement New feature or request frontend Pertains to the Tunarr frontend
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant