83 lines
2.4 KiB
YAML
83 lines
2.4 KiB
YAML
config:
|
|
working_directory: '/Users/jesse.bannon/workspace/ytdl_subscribe/tmp'
|
|
|
|
presets:
|
|
soundcloud_with_id3_tags:
|
|
soundcloud:
|
|
download_strategy: "albums_then_tracks"
|
|
skip_premiere_tracks: True
|
|
ytdl_opts:
|
|
format: 'bestaudio/best'
|
|
extractaudio: True # only keep the audio
|
|
audioformat: "mp3" # convert to mp3
|
|
noplaylist: True
|
|
post_process:
|
|
file_name: "[{album_year}] {sanitized_album}/{tracknumberpadded} - {sanitized_title}.{ext}"
|
|
thumbnail_name: "[{album_year}] {sanitized_album}/folder.{thumbnail_ext}"
|
|
tagging:
|
|
artist: "{artist}"
|
|
albumartist: "{artist}"
|
|
title: "{title}"
|
|
album: "{album}"
|
|
tracknumber: "{tracknumber}"
|
|
year: "{album_year}"
|
|
genre: "{genre}"
|
|
|
|
music_videos:
|
|
youtube:
|
|
noop: True
|
|
ytdl_opts:
|
|
format: 'best'
|
|
ignoreerrors: True
|
|
post_process:
|
|
file_name: "{sanitized_artist} - {sanitized_track}.{ext}"
|
|
convert_thumbnail: "jpg"
|
|
thumbnail_name: "{sanitized_artist} - {sanitized_track}.jpg"
|
|
nfo_name: "{sanitized_artist} - {sanitized_track}.nfo"
|
|
nfo_root: "musicvideo"
|
|
nfo:
|
|
artist: "{artist}"
|
|
track: "{sanitized_track}"
|
|
album: "Music Videos"
|
|
year: "{upload_year}"
|
|
|
|
subscriptions:
|
|
ALISON:
|
|
preset: "soundcloud_with_id3_tags"
|
|
soundcloud:
|
|
username: alis_on
|
|
output_path: "/Users/jesse.bannon/workspace/ytdl_subscribe/alison"
|
|
overrides:
|
|
artist: "A.L.I.S.O.N."
|
|
genre: "Synthwave / Electronic"
|
|
delorra:
|
|
preset: "soundcloud_with_id3_tags"
|
|
soundcloud:
|
|
username: delorra
|
|
output_path: "/Users/jesse.bannon/workspace/ytdl_subscribe/delorra"
|
|
overrides:
|
|
artist: "DeLorra"
|
|
genre: "Synthwave / Electronic"
|
|
bl00dwave:
|
|
preset: "soundcloud_with_id3_tags"
|
|
soundcloud:
|
|
username: bl00dwave
|
|
output_path: "/Users/jesse.bannon/workspace/ytdl_subscribe/bl00dwave"
|
|
overrides:
|
|
artist: "bl00dwave"
|
|
genre: "Synthwave / Electronic"
|
|
|
|
tom_petty:
|
|
youtube:
|
|
playlist_id: PLoopXDarluPBnuxs4PTC55Sc_2ShAXC0i
|
|
preset: "music_videos"
|
|
output_path: "tompetty_test"
|
|
overrides:
|
|
artist: "Tom Petty and the Heartbreakers"
|
|
|
|
rammstein:
|
|
url: "https://www.youtube.com/playlist?list=PLVTLbc6i-h_iuhdwUfuPDLFLXG2QQnz-x"
|
|
preset: "music_videos"
|
|
output_path: "rammstein test"
|
|
overrides:
|
|
artist: "Rammstein"
|