[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()
|
||||
:members:
|
||||
:member-order: bysource
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
nfo_output_directory
|
||||
''''''''''''''''''''
|
||||
output_directory_nfo_tags
|
||||
'''''''''''''''''''''''''
|
||||
.. autoclass:: ytdl_sub.plugins.output_directory_nfo_tags.OutputDirectoryNfoTagsOptions()
|
||||
:members:
|
||||
:member-order: bysource
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ class NfoTagsOptions(PluginOptions):
|
|||
|
||||
presets:
|
||||
my_example_preset:
|
||||
nfo:
|
||||
nfo_tags:
|
||||
# required
|
||||
nfo_name: "{title_sanitized}.nfo"
|
||||
nfo_root: "episodedetails"
|
||||
|
|
|
|||
Loading…
Reference in a new issue