Adds the function `%contains_any`, and list support in a tilda override subscription. The end-goal of these features are to more easily add a title exclude list, like so:
```
__preset__:
filter_exclude:
- "{%contains_any( %lower(title), exclude_title_strings )}"
...
Jellyfin TV Show by Date:
~History Documentaries:
url: "https://..."
exclude_title_strings:
- "trailer"
- "preview"
```
A proper prebuilt preset or built-in functionality will follow this change.
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_array_functions.py | ||
| test_boolean_functions.py | ||
| test_conditional_functions.py | ||
| test_date_functions.py | ||
| test_error_functions.py | ||
| test_json_functions.py | ||
| test_map_functions.py | ||
| test_numeric_functions.py | ||
| test_regex_functions.py | ||
| test_string_functions.py | ||