youtube-dl-gui icon indicating copy to clipboard operation
youtube-dl-gui copied to clipboard

autonumber start with each download again

Open RalfKo opened this issue 2 years ago • 2 comments

Please follow the guide below

  • You will be asked some questions and requested to provide some information, please read them carefully and answer honestly
  • Put an x into all the boxes [ ] relevant to your issue (like that [x])
  • Use Preview tab to see how your issue will actually look like

WARNING

All invalid issues will be rejected!!


Before going further

  • If your problem is a bug with youtube-dl or a request for new site support please report it here

  • Make sure you are using the latest yt-dlg version (Click the Settings icon and then About to view the current version)

  • Make sure you are using the latest youtube-dl version (Click the Settings icon and then Update to update to the latest youtube-dl version)

  • Make sure you searched the bugtracker for similar issues including closed ones

  • Make sure to read the FAQs file

    • [x] I think my problem is NOT with youtube-dl
    • [x] I've verified and i assure that I'm running yt-dlg 1.X.Y
    • [x] I assure that i am using the latest version of youtube-dl
    • [x] Searched bugtracker
    • [x] I've read the FAQs file

What is the purpose of your issue?

  • [x] Bug report
  • [x] Feature request (request for a new functionality)
  • [ ] Question
  • [ ] Other

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


Bug report

If the problem occurs when downloading a URL please provide the full verbose output as follows:

  1. Restart yt-dlg
  2. Go to Options > Extra tab
  3. Enable Debug youtube-dl
  4. Go to Options > Advanced tab and Clear your log content
  5. Try to download the URL
  6. Copy the whole log content and insert it between the ``` part below
delete me and insert your log content here

What operating system do you use ?

Windows

List of actions to perform to reproduce the problem:

  1. in filename format use (autonumber)
  2. download more than on file via GUI
  3. ..

What is the expected behaviour ?

one would think that not every file is numbered with 1, but first with "1", second with "2" etc

What happens instead ?

every download is numbered with "1"


Feature request (request for a new functionality)

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

  • [x] I've verified and i assure that my requested feature is NOT in the TODO list

What operating system do you use ?

Windows


  1. make (autonumber) work when downloading more than one video like a user would expect by using the "--autonumber-start" option youtube-dl has and increase the valut for ech video by 1
  2. nice to have: offer the option "--autonumber-start" in your gui, so a user can start with a value greater than 1

thank you!

RalfKo avatar Dec 03 '22 08:12 RalfKo

every download is numbered with

"00001"

hoasis2 avatar Aug 06 '23 20:08 hoasis2

I have a dirty hack that does this, but it looks like the way the codebase works right now it might require some substantial reorganization to do it cleanly and "properly" :(

simonwiles avatar Sep 02 '24 19:09 simonwiles