ytdl-sub/docs/source
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
..
_static [DOCS] Tooling to auto-generate custom sphinx docs (#849) 2023-12-28 22:39:59 -08:00
config_reference [BACKEND] %contains_any function, list + dict support for tilda overrides mode (#1054) 2024-09-20 09:23:22 -07:00
faq [DOCS] Add Plex Agent Sources Information (#969) 2024-04-25 23:12:08 -07:00
guides [DOCS] Fix the command syntax on the linux install page for executing the program (#1027) 2024-07-24 21:20:16 -07:00
prebuilt_presets [FEATURE] Simplify TV Show Collection Preset (#953) 2024-03-30 22:04:45 -07:00
conf.py [DOCS] Various doc cleanups (#928) 2024-02-17 08:53:06 -08:00
deprecation_notices.rst [DOCS] Begin complete overhaul of readthedocs (#847) 2023-12-27 10:27:40 -08:00
index.rst [DOCS] Update links to reflect doc-upgrade (#858) 2023-12-27 11:07:11 -08:00
introduction.rst [DOCS] Begin complete overhaul of readthedocs (#847) 2023-12-27 10:27:40 -08:00
requirements.txt [BACKEND] Remove old format for video_tags, music_tags, download_strategy (#899) 2024-01-15 00:04:32 -08:00
usage.rst [DOCS] Update Usage page (#883) 2024-01-08 16:20:08 -08:00