Updated documentation to set the correct default thumbnail file name
This commit is contained in:
parent
ddb62a473d
commit
4bc965f6ef
2 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,7 @@ presets:
|
|||
output_options:
|
||||
output_directory: "{music_video_directory}"
|
||||
file_name: "{music_video_name}.{ext}"
|
||||
thumbnail_name: "{music_video_name}.jpg"
|
||||
thumbnail_name: "{music_video_name}-thumb.jpg"
|
||||
|
||||
# For each video downloaded, add a music video NFO file for it. Populate it
|
||||
# with tags that Kodi will read and use to display it in the music or music
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ presets:
|
|||
output_options:
|
||||
output_directory: "{youtube_tv_shows_directory}/{tv_show_name_sanitized}"
|
||||
file_name: "{episode_name}.{ext}"
|
||||
thumbnail_name: "{episode_name}.jpg"
|
||||
thumbnail_name: "{episode_name}-thumb.jpg"
|
||||
maintain_download_archive: True
|
||||
|
||||
# For each video downloaded, add an episode NFO file for it. We give it
|
||||
|
|
|
|||
Loading…
Reference in a new issue