ytdl-sub/docs/deprecation_notices.rst
Jesse Bannon 0cbd2af4d3
[FEATURE] embed_thumbnail plugin (#659)
* [REFACTOR] OptionsValidator + OptionsDictValidator

* more

* [FEATURE] Dedicated embed_thumbnail plugin

* tests

* fix test

* docs

* deprecation notices

* priority to run after file convert

* naming

* fixtures
2023-07-24 12:07:36 -07:00

25 lines
446 B
ReStructuredText

Deprecation Notices
===================
July 2023
---------
embed_thumbnail
^^^^^^^^^^^^^^^
Embedding thumbnails has its own dedicated plugin now, which supports both audio and video files.
It will be removed from ``music_tags`` in October 2023. Convert from:
.. code-block:: yaml
my_example_preset:
music_tags:
embed_thumbnail: True
To the following:
.. code-block:: yaml
my_example_preset:
embed_thumbnail: True