diff --git a/src/ytdl_sub/prebuilt_presets/tv_show/episode.yaml b/src/ytdl_sub/prebuilt_presets/tv_show/episode.yaml index 53cd842d..bb1c9047 100644 --- a/src/ytdl_sub/prebuilt_presets/tv_show/episode.yaml +++ b/src/ytdl_sub/prebuilt_presets/tv_show/episode.yaml @@ -35,7 +35,6 @@ presets: tv_show_name: "{subscription_name}" tv_show_genre: "{subscription_indent_1}" tv_show_content_rating: "{subscription_indent_2}" - season_title: "{season_number_padded}" season_directory_name: "Season {season_number_padded}" episode_title: "{upload_date_standardized} - {title}" episode_plot: "{webpage_url}\n\n{description}" @@ -43,7 +42,7 @@ presets: episode_content_rating: "{tv_show_content_rating}" episode_date_standardized: "{upload_date_standardized}" episode_file_name: "s{season_number_padded}.e{episode_number_padded} - {file_title}" - episode_file_path: "{season_directory_name}/{episode_file_name}" + episode_file_path: "{season_directory_name_sanitized}/{episode_file_name_sanitized}" _episode_video_tags: video_tags: diff --git a/src/ytdl_sub/prebuilt_presets/tv_show/tv_show.yaml b/src/ytdl_sub/prebuilt_presets/tv_show/tv_show.yaml index 6e2936ae..308162e2 100644 --- a/src/ytdl_sub/prebuilt_presets/tv_show/tv_show.yaml +++ b/src/ytdl_sub/prebuilt_presets/tv_show/tv_show.yaml @@ -9,7 +9,7 @@ presets: overrides: tv_show_poster_file_name: "poster.jpg" tv_show_fanart_file_name: "fanart.jpg" - season_poster_file_name: "Season {season_number_padded}/Season{season_number_padded}.jpg" + season_poster_file_name: "{season_directory_name_sanitized}/Season{season_number_padded}.jpg" file_convert: convert_to: "mp4" # webm doesn't play in many plex clients, so use mp4 instead