You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like there may need to have an additional CUSTOM_FILTERS list for each library section class and have the ALLOWED_FILTERS for each libtype (grandparent, parent, child). CUSTOM_FILTERS would need to be able to have use of OPERATORS.
Plex uses exact matching for libtype filtering and allows for operators in custom filter of the library. How close should plex.search() be to Plex's WebUI ilibtype filters and custom filters?
The text was updated successfully, but these errors were encountered:
vs
Appending the operator to the filter name for the used section works as intended.
Seems like there may need to have an additional CUSTOM_FILTERS list for each library section class and have the ALLOWED_FILTERS for each libtype (grandparent, parent, child). CUSTOM_FILTERS would need to be able to have use of OPERATORS.
Plex uses exact matching for libtype filtering and allows for operators in custom filter of the library. How close should
plex.search()
be to Plex's WebUI ilibtype filters and custom filters?The text was updated successfully, but these errors were encountered: