mcdamo / tab-image-saver

Firefox addon to save images from open tabs
https://addons.mozilla.org/firefox/addon/tab-image-saver/
Mozilla Public License 2.0
39 stars 14 forks source link

Carrying on numeration between download sessions #52

Closed eduard93 closed 2 years ago

eduard93 commented 4 years ago

Let's say I download images from one host, so my images are saved as:

<basedir>\<host>\img_001.png
<basedir>\<host>\img_002.png
<basedir>\<host>\img_003.png
<basedir>\<host>\img_004.png

Some time passed and I want to download some other images for the same host, currently I have two options:

Is it possible to check last image number in folder and start from incrementing that number? So in the case above where images 001-004 exist, if we start a new download, start it from 005?

I guess I'm proposing adding third option to Duplicate filename action: append.

mcdamo commented 2 years ago

The option to set the starting value and continue indexing between downloads been included in v4.