I've been running into variations in style in the docs I've edited so far. I've been including changes for consistency in with other commits but in many cases that makes one part of one doc more consistent with the rest but less consistent with itself. It seems like a bit of cleanup may be in order. This change applies the following conventions: - Section heading heirarchy: #. ``=`` with overline for document title, IOW first heading #. ``-`` #. ``~`` #. ``"`` - Two newlines before ``-`` sections for readability - A newline between every section of any level and the first line of text - Wrap paragraph lines at 88 characters to match Python's Black I've only applied these changes to those ``*.rst`` files that aren't generated. In the future, I might suggest another bulk change to match [the Sphinx conventions for section headings](https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#sections).
37 lines
1 KiB
ReStructuredText
37 lines
1 KiB
ReStructuredText
================
|
|
Prebuilt Presets
|
|
================
|
|
|
|
``ytdl-sub`` offers a number of built-in presets using best practices for formatting
|
|
media in various players.
|
|
|
|
.. hint::
|
|
|
|
Apply multiple presets to your subscriptions using pipes. Pipes can define multiple
|
|
presets and values on the same line to apply to all subscriptions nested below them.
|
|
|
|
.. code-block:: yaml
|
|
:caption:
|
|
Applies Max Video Quality preset to all TV shows, and Chunk Downloads preset to
|
|
some
|
|
|
|
Plex TV Show by Date | Max Video Quality:
|
|
|
|
= Documentaries | Chunk Downloads:
|
|
"NOVA PBS": "https://www.youtube.com/@novapbs"
|
|
"National Geographic": "https://www.youtube.com/@NatGeo"
|
|
|
|
= Documentaries:
|
|
"Cosmos - What If": "https://www.youtube.com/playlist?list=PLZdXRHYAVxTJno6oFF9nLGuwXNGYHmE8U"
|
|
|
|
For advanced users, you can review the prebuilt preset definitions :doc:`here
|
|
</config_reference/prebuilt_presets/index>`.
|
|
|
|
.. toctree::
|
|
:titlesonly:
|
|
|
|
tv_shows
|
|
music
|
|
music_videos
|
|
media_quality
|
|
helpers
|