From 75c5766c94c892b7483777bb44b20edff7b589c1 Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Sat, 23 Nov 2024 12:08:44 -0800 Subject: [PATCH] spacing --- docs/source/guides/getting_started/index.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/guides/getting_started/index.rst b/docs/source/guides/getting_started/index.rst index 5a0d82a7..ffdcaf74 100644 --- a/docs/source/guides/getting_started/index.rst +++ b/docs/source/guides/getting_started/index.rst @@ -31,6 +31,7 @@ Overview Terminology ~~~~~~~~~~~ + Must-know terminology: - ``subscription``: URL(s) that you want to download with specific metadata requirements. - ``preset``: Reusable YAML configuration, that can specify anything from metadata layout, media quality, or any feature of ytdl-sub, to apply to subscriptions. A preset can inherit other presets. @@ -40,11 +41,13 @@ Must-know terminology: - ``subscription file``: The file to specify all of your subscriptions and some override variables. Intermediate terminology: + - ``plugin``: Modular logic to apply to a subscription. To use a plugin, it must be defined in a preset. - ``config file``: An optional file where you can define custom presets and other advanced configuration. - ``yt-dlp``: The underlying application that handles downloading for ytdl-sub. Advanced terminology: + - ``entry variables``: Variables that derive from a downloaded yt-dlp entry. - ``static variables``: Variables that do not have a dependency to entry variables. - ``scripting``: Syntax that allows the use of entry variables, static variables, and functions in override variables.