diff --git a/docs/source/config_reference/plugins.rst b/docs/source/config_reference/plugins.rst index 1fd114ab..bc8bf0a3 100644 --- a/docs/source/config_reference/plugins.rst +++ b/docs/source/config_reference/plugins.rst @@ -852,10 +852,11 @@ for representing audio albums. static_nfo_tags --------------- -Adds an NFO file for every entry, but does not link it to an entry in the download archive. -This is intended to produce ``season.nfo``s in each season directory. Each entry within a -season will overwrite this file with its season name. If the entry gets deleted from ytdl-sub, -this file will remain since it's not linked. +Adds an NFO file for every entry, but does not link it to an entry in the download +archive. This is intended to produce ``season.nfo`` files in each season +directory. Each entry within a season will overwrite this file with its season +name. If the entry gets deleted from ytdl-sub, this file will remain since it's not +linked. Usage: diff --git a/src/ytdl_sub/plugins/static_nfo_tags.py b/src/ytdl_sub/plugins/static_nfo_tags.py index e4c1dbea..3476bda5 100644 --- a/src/ytdl_sub/plugins/static_nfo_tags.py +++ b/src/ytdl_sub/plugins/static_nfo_tags.py @@ -7,10 +7,11 @@ from ytdl_sub.validators.string_formatter_validators import StringFormatterValid class StaticNfoTagsOptions(SharedNfoTagsOptions): """ - Adds an NFO file for every entry, but does not link it to an entry in the download archive. - This is intended to produce ``season.nfo``s in each season directory. Each entry within a - season will overwrite this file with its season name. If the entry gets deleted from ytdl-sub, - this file will remain since it's not linked. + Adds an NFO file for every entry, but does not link it to an entry in the download + archive. This is intended to produce ``season.nfo`` files in each season + directory. Each entry within a season will overwrite this file with its season + name. If the entry gets deleted from ytdl-sub, this file will remain since it's not + linked. Usage: