mikf / gallery-dl

Command-line program to download image galleries and collections from several image hosting sites
GNU General Public License v2.0
11.7k stars 953 forks source link

How to rename files? #6349

Open CoCuCoH41k opened 5 days ago

CoCuCoH41k commented 5 days ago
Is there an option for automaticly renaming downloaded files in their download queue index? Example Downloaded download index saved as
Enigma.png 0 0000.png
Sigma.jpg 1 0001.png
RlyDigitalartNotAi.png 2 0002.png
... ... ...
Downloaded file name.extention N N.png
mikf commented 3 days ago

There are --rename and --rename-to options, but there is no general/global "download index" value for them to use.

  --rename FORMAT             Rename previously downloaded files from FORMAT
                              to the current filename format
  --rename-to FORMAT          Rename previously downloaded files from the
                              current filename format to FORMAT