ytdl-sub/src/ytdl_sub/prebuilt_presets/music/albums_from_chapters.yaml
Jesse Bannon 663fb76132
[FEATURE] Multi-url support for YouTube music presets (#1113)
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
2024-10-30 17:46:42 -07:00

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"