add thumbnail filename override to episode base, rename some new presets
This commit is contained in:
parent
ef62e03e07
commit
a69ca273a5
3 changed files with 6 additions and 18 deletions
|
|
@ -17,29 +17,16 @@ presets:
|
|||
only_recent_max_files: 0
|
||||
|
||||
|
||||
"Fetch Newest":
|
||||
"Only Recent Archive":
|
||||
# Only fetch videos after today minus date_range
|
||||
date_range:
|
||||
after: "today-{only_recent_date_range}"
|
||||
after: "today-{fetch_newest_date_range}"
|
||||
|
||||
# Set the default date_range to 2 months
|
||||
overrides:
|
||||
date_range: "2months" # keep for legacy-reasons
|
||||
only_recent_date_range: "{date_range}"
|
||||
|
||||
|
||||
"Delete Oldest":
|
||||
# Only keep files uploaded after date_range
|
||||
output_options:
|
||||
keep_files_after: "today-{only_recent_date_range}"
|
||||
keep_max_files: "{only_recent_max_files}"
|
||||
|
||||
# Set the default date_range to 2 months
|
||||
overrides:
|
||||
date_range: "2months" # keep for legacy-reasons
|
||||
only_recent_date_range: "{date_range}"
|
||||
only_recent_max_files: 0
|
||||
|
||||
|
||||
|
||||
chunk_initial_download:
|
||||
ytdl_options:
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ presets:
|
|||
ytdl_options:
|
||||
merge_output_format: "mp4"
|
||||
|
||||
"Best AV Quality":
|
||||
"Best Video Quality":
|
||||
preset:
|
||||
- best_video_quality
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ presets:
|
|||
output_options:
|
||||
output_directory: "{tv_show_directory}/{tv_show_name_sanitized}"
|
||||
file_name: "{episode_file_path}.{ext}"
|
||||
thumbnail_name: "{episode_file_path}-thumb.jpg"
|
||||
thumbnail_name: "{thumbnail_file_name}"
|
||||
info_json_name: "{episode_file_path}.{info_json_ext}"
|
||||
maintain_download_archive: True
|
||||
|
||||
|
|
@ -43,6 +43,7 @@ presets:
|
|||
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_sanitized}/{episode_file_name_sanitized}"
|
||||
thumbnail_file_name: "{episode_file_path}-thumb.jpg"
|
||||
|
||||
_episode_video_tags:
|
||||
video_tags:
|
||||
|
|
|
|||
Loading…
Reference in a new issue