ytdl-sub/config.yaml
2022-03-31 00:20:06 +00:00

39 lines
1.1 KiB
YAML

config:
working_directory: 'tmp'
presets:
soundcloud_with_id3_tags:
soundcloud:
download_strategy: "albums_then_tracks"
skip_premiere_tracks: True
ytdl_opts:
format: 'bestaudio[ext=mp3]'
post_process:
file_name: "[{album_year}] {sanitized_album}/{track_number_padded} - {sanitized_title}.{ext}"
thumbnail_name: "[{album_year}] {sanitized_album}/folder.{thumbnail_ext}"
tagging:
artist: "{artist}"
albumartist: "{artist}"
title: "{title}"
album: "{album}"
tracknumber: "{track_number}"
year: "{album_year}"
genre: "{genre}"
music_videos:
youtube:
download_strategy: "playlist"
ytdl_opts:
format: 'best'
ignoreerrors: True
post_process:
file_name: "{sanitized_artist} - {sanitized_title}.{ext}"
convert_thumbnail: "jpg"
thumbnail_name: "{sanitized_artist} - {sanitized_title}.jpg"
nfo_name: "{sanitized_artist} - {sanitized_title}.nfo"
nfo_root: "musicvideo"
nfo:
artist: "{artist}"
title: "{title}"
album: "Music Videos"
year: "{upload_year}"