[DOCS] Fix nfo plugin names (#187)
This commit is contained in:
parent
790c65859a
commit
f8386daadd
2 changed files with 5 additions and 5 deletions
|
|
@ -192,16 +192,16 @@ music_tags
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
nfo
|
nfo_tags
|
||||||
'''
|
''''''''
|
||||||
.. autoclass:: ytdl_sub.plugins.nfo_tags.NfoTagsOptions()
|
.. autoclass:: ytdl_sub.plugins.nfo_tags.NfoTagsOptions()
|
||||||
:members:
|
:members:
|
||||||
:member-order: bysource
|
:member-order: bysource
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
nfo_output_directory
|
output_directory_nfo_tags
|
||||||
''''''''''''''''''''
|
'''''''''''''''''''''''''
|
||||||
.. autoclass:: ytdl_sub.plugins.output_directory_nfo_tags.OutputDirectoryNfoTagsOptions()
|
.. autoclass:: ytdl_sub.plugins.output_directory_nfo_tags.OutputDirectoryNfoTagsOptions()
|
||||||
:members:
|
:members:
|
||||||
:member-order: bysource
|
:member-order: bysource
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ class NfoTagsOptions(PluginOptions):
|
||||||
|
|
||||||
presets:
|
presets:
|
||||||
my_example_preset:
|
my_example_preset:
|
||||||
nfo:
|
nfo_tags:
|
||||||
# required
|
# required
|
||||||
nfo_name: "{title_sanitized}.nfo"
|
nfo_name: "{title_sanitized}.nfo"
|
||||||
nfo_root: "episodedetails"
|
nfo_root: "episodedetails"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue