From 368d5c64ea2aedbd1c3436c461c5eaf91fb4c7c3 Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Tue, 25 Oct 2022 23:45:41 -0700 Subject: [PATCH] fix subtitles preset --- examples/tv_show_config.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/examples/tv_show_config.yaml b/examples/tv_show_config.yaml index c21f6230..e2763980 100644 --- a/examples/tv_show_config.yaml +++ b/examples/tv_show_config.yaml @@ -86,14 +86,15 @@ presets: # Preset to download subtitles (either by file or embedded) add_subtitles: - # Embed subtitles into the video - embed_subtitles: True - # And/or download them as a file. Uncomment to download as file: - # subtitles_name: "{episode_file_path}.{lang}.{subtitles_ext}" - # subtitles_type: "srt" + subtitles: + # Embed subtitles into the video + embed_subtitles: True + # And/or download them as a file. Uncomment to download as file: + # subtitles_name: "{episode_file_path}.{lang}.{subtitles_ext}" + # subtitles_type: "srt" - languages: "en" # supports list of multiple languages - allow_auto_generated_subtitles: True # allow auto subtitles + languages: "en" # supports list of multiple languages + allow_auto_generated_subtitles: True # allow auto subtitles ####################################################################################################