ytdl-sub 2024.09.20
github-actions
released this
20 Sep 16:27
·
57 commits
to master
since this release
[BACKEND] %contains_any
function, list + dict support for tilda overrides mode (#1054)
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.