From 2efe4dc3f2862942ab61a4af4b0b6b8f9b5799c2 Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Mon, 24 Jul 2023 18:08:46 -0700 Subject: [PATCH] deprecation notice --- docs/deprecation_notices.rst | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/docs/deprecation_notices.rst b/docs/deprecation_notices.rst index e9875915..212beea0 100644 --- a/docs/deprecation_notices.rst +++ b/docs/deprecation_notices.rst @@ -7,7 +7,7 @@ July 2023 music_tags ^^^^^^^^^^ -Music tags is getting simplified. ``tags`` will now reside directly under music_tags, and +Music tags are getting simplified. ``tags`` will now reside directly under music_tags, and ``embed_thumbnail`` is getting moved to its own plugin (supports video files as well). Convert from: .. code-block:: yaml @@ -28,3 +28,24 @@ To the following: artist: "Elvis Presley" The old format will be removed in October 2023. + +video_tags +^^^^^^^^^^ + +Video tags are getting simplified as well. ``tags`` will now reside directly under video_tags. +Convert from: + +.. code-block:: yaml + + my_example_preset: + video_tags: + tags: + title: "Elvis Presley Documentary" + +To the following: + +.. code-block:: yaml + + my_example_preset: + video_tags: + title: "Elvis Presley Documentary"