Skip to content

Custom Download template. #558

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
abelokoj-github opened this issue Apr 28, 2025 · 0 comments
Open

Custom Download template. #558

abelokoj-github opened this issue Apr 28, 2025 · 0 comments
Labels
feature request New major feature request

Comments

@abelokoj-github
Copy link

Is your feature request related to a problem? Please describe.
A lot of users will need to add custom download templates that work directly with yt-dlp (youtube-dl) as an examle, I frequently make use of this command
--output "%(title)s_%(upload_date>%Y-%m-%d)s.%(ext)s" --continue --restrict-filenames --ignore-errors -f bestaudio --extract-audio --audio-format opus --audio-quality 32k --ppa "ExtractAudio+ffmpeg_o: -c:a libopus -b:a 32K" --write-subs --convert-subs lrc --add-metadata --convert-thumbnail jpg --embed-thumbnail --write-thumbnail

which converts my output to a different format (.opus audio in this case) using ffmpeg after downloading.

Describe the solution you'd like
Give option for users to enter their custom commands and save it with a different name. that way, when a user wants to download files with audio using certain commands in yt-dlp they can just select say audio opus download which they had saved previously

Describe alternatives you've considered
Check out media-downloader on media-downloader github. it has something similar to what I just described here.

Additional context
Add any other context or screenshots about the feature request here.

Image

@abelokoj-github abelokoj-github added the feature request New major feature request label Apr 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New major feature request
Projects
None yet
Development

No branches or pull requests

1 participant