alexta69 / metube

Self-hosted YouTube downloader (web UI for youtube-dl / yt-dlp)
GNU Affero General Public License v3.0
6.31k stars 398 forks source link

[ENHANCEMENT REQUEST] YTDL_OPTIONS selection list #261

Open tamimology opened 1 year ago

tamimology commented 1 year ago

It would be more useful to have the YTDL_OPTIONS as a list in the UI when adding a new URL to download

What is there now is to include them in the docker environment variables and recreate the container.

For example, I want to download a video (one time only) with an English subtitle, and add other videos from a playlist with no subtitle and leave it unattended. I cannot as I need to create the container with the {"writesubtitles": true, "subtitleslangs": ["en", "-live_chat"]} than without it for the second list.

PikuZheng commented 1 year ago

so. . . perhaps a blank input box for filling in additional parameters when downloading?

tamimology commented 1 year ago

Still we need to lookup for the option on the site and write it and might mess up things if left unattended after adding the url

Soltinator commented 11 months ago

just adding a me too to this issue. i want to use a external proxy and select playlist range as well as downloading subtitles and thumbnails. this could be grate.