ytdl-sub/docs/source/config_reference
Jesse Bannon 28c29683cb
[FEATURE] Filter Keywords prebuilt preset (#1086)
Adds ``Filter Keywords``, a preset that can include or exclude media with any of the listed keywords. Both keywords and title/description are lower-cased before filtering.

Supports the following override variables:

* ``title_include_keywords``
* ``title_exclude_keywords``
* ``description_include_keywords``
* ``description_exclude_keywords``

For best usage, use the `~` tilda subscription mode to set a subscription's list override variables.
Tilda mode allows override variables to be set directly underneath it.

```
Plex TV Show by Date | Filter Keywords:
  
  = Documentaries:
    "~NOVA PBS":
       url: "https://www.youtube.com/@novapbs"
       title_exclude_keywords:
         - "preview"
         - "trailer"  

    "~To Catch a Smuggler":
       url: "https://www.youtube.com/@NatGeo"
       title_include_keywords:
         - "To Catch a Smuggler"
```
2024-10-05 01:03:52 -07:00
..
prebuilt_presets [FEATURE] Filter Keywords prebuilt preset (#1086) 2024-10-05 01:03:52 -07:00
scripting [BACKEND] Proper functions with docstrings (#1061) 2024-09-25 23:24:49 -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 [BREAKING CHANGE] Remove regex plugin (#1067) 2024-09-29 08:41:09 -07:00
subscriptions_yaml.rst [FEATURE] Simplify TV Show Collection Preset (#953) 2024-03-30 22:04:45 -07:00