We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.18.3
master
Filter tmdb_vote_count is being rejected as a valid filter.
For example, with configuration
collections: Movies to Remove: plex_all: true filters: tmdb_vote_count.lte: 100
the following error is reported:
| File "/modules/builder.py", line 811, in __init__ | | self._filters(method_name, method_data) | | File "/modules/builder.py", line 1594, in _filters | | final_data = self.validate_attribute(filter_attr, modifier, f"{filter_final} filter", filter_data, validate) | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | | File "/modules/builder.py", line 2228, in validate_attribute | | raise Failed(f"{self.Type} Error: {final} attribute not supported") | | modules.util.Failed: Collection Error: tmdb_vote_count.lte filter attribute not supported | | | | Collection Error: tmdb_vote_count.lte filter attribute not supported
Other tmdb filters, such as tmdb_year seems to be working fine.
No response
The text was updated successfully, but these errors were encountered:
[93] #1325 Allow tmdb_vote_count
460db75
meisnate12
No branches or pull requests
Version Number
1.18.3
What branch are you on?
master
Describe the Bug
Filter tmdb_vote_count is being rejected as a valid filter.
For example, with configuration
the following error is reported:
Other tmdb filters, such as tmdb_year seems to be working fine.
Relevant Collection/Overlay/Playlist Definition
No response
Logs
No response
The text was updated successfully, but these errors were encountered: