Adds support to specify multiple URLs for the YouTube-based music presets. More info here: https://ytdl-sub.readthedocs.io/en/latest/prebuilt_presets/music.html
25 lines
No EOL
627 B
YAML
25 lines
No EOL
627 B
YAML
presets:
|
|
|
|
# assumes that each chapter in an entry is a song
|
|
_albums_from_chapters:
|
|
preset:
|
|
- "_music_base"
|
|
- "_multi_url"
|
|
|
|
chapters:
|
|
embed_chapters: True
|
|
split_by_chapters:
|
|
when_no_chapters: "pass"
|
|
|
|
overrides:
|
|
include_sibling_metadata: False
|
|
|
|
track_title: "{chapter_title}" # Chapter title is the track title
|
|
track_album: "{title}" # Video's title is the album title
|
|
track_number: "{chapter_index}"
|
|
track_number_padded: "{chapter_index_padded}"
|
|
track_total: "{chapter_count}"
|
|
|
|
"YouTube Full Albums":
|
|
preset:
|
|
- "_albums_from_chapters" |