oleksis / youtube-dl-gui

A cross platform front-end GUI of the popular youtube-dl written in wxPython.
https://oleksis.github.io/youtube-dl-gui/
The Unlicense
1.71k stars 111 forks source link

Add Option to Auto-Start Downloads Once You Add Them #84

Open mina-atef-00 opened 2 years ago

mina-atef-00 commented 2 years ago

Please follow the guide below

WARNING

All invalid issues will be rejected!!


Before going further


What is the purpose of your issue?

Please remove any sections between (---) if they are not related to your issue

Feature request (request for a new functionality)

Please make sure that the requested feature is NOT already in the TODO list

What operating system do you use ?

Windows 10 LTSC 2021


Add an option to enable auto-start for downloads. Once the downloads are added, make the download start automatically. I was expecting downloads to be starting automatically once I add them like some download managers I've used. An option to have them would be very conventional.

jimsy3 commented 2 years ago

i cant shuffle through all of the text and options again, but can you also add a feature, where it would just download the file with an n+1 name(for .m3u8 urls) when there is the same filename already present in the download folder - aka most of the files are called "playlist.mp4", because the url name was "playlist.m3u8" at the end, and i would need to change the filename every time i want to download something more...

altho it probably needs a separate "new" and "resume" tickable options above the download button, because then the program would know if it has to resume the file or create a new file with playlist(1), playlist(2) etc names...