-
Notifications
You must be signed in to change notification settings - Fork 79
Description
Is your feature request related to a problem? Please describe.
I have videos which would benefit from being broken up at the chapter level. Think long-form compilations of short-form content. This is exactly what the --split-chapters yt-dlp flag does. It could also potentially be of benefit even to certain use cases for more structured videos, especially if the files are named after the chapters and ordered properly, for a user to quickly and exclusively engage with the parts of the video that interest them.
Describe the solution you'd like
A "Split By Chapters" toggle for a source.
Describe alternatives you've considered
Alternatively, consider a "custom commands" input box to append to the inner yt-dlp command, to allow easier user extensibility for all the niche yt-dlp commands that someone might request a feature for.
Additional context
I like your app. :)