ytdl-sub/docs/source/config_reference
Jesse Bannon 10cb82a69a
[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.
2024-09-20 09:23:22 -07:00
..
prebuilt_presets [DOCS] Add more configuration docs (#916) 2024-02-02 22:52:17 -08:00
scripting [BACKEND] %contains_any function, list + dict support for tilda overrides mode (#1054) 2024-09-20 09:23:22 -07:00
config_yaml.rst [DOCS] Tooling to auto-generate custom sphinx docs (#849) 2023-12-28 22:39:59 -08:00
index.rst [DOCS] Begin complete overhaul of readthedocs (#847) 2023-12-27 10:27:40 -08:00
plugins.rst [DOCS] Show ytdl_options per url (#954) 2024-04-01 04:41:12 -07:00
subscriptions_yaml.rst [FEATURE] Simplify TV Show Collection Preset (#953) 2024-03-30 22:04:45 -07:00