Reviews for Image Picka
Image Picka by eight04
Review by Firefox user 13597987
Rated 4 out of 5
by Firefox user 13597987, 7 years agoWhen I save many pics with "${index}${ext}" pattern, all of them begin at 1 (1.jpg, 2.jpg, etc). However, I want to save them with any begin number, not only 1. Is there any way to do that?
For example: I want to save all pics in 2 chapters of a manga in only 1 folder. So base number when saving chap 2 should be changed to avoid overwritten.
For example: I want to save all pics in 2 chapters of a manga in only 1 folder. So base number when saving chap 2 should be changed to avoid overwritten.
Developer response
posted 7 years agoI would like to know in which situation you would like to change the base number?
How about to change the filename to `chapter1-${index}${ext}` and `chapter2-${index}${ext}`? So they don't overwrite each other and you'll know the chapter number by looking at the filename.
[Edit]
There is a new feature in 0.6.1. Now you can evaluate expressions in filename pattern. To use different base index, turn on the feature in advanced section, and change the pattern to e.g. "${index+20}${ext}" to make it start from 21.
How about to change the filename to `chapter1-${index}${ext}` and `chapter2-${index}${ext}`? So they don't overwrite each other and you'll know the chapter number by looking at the filename.
[Edit]
There is a new feature in 0.6.1. Now you can evaluate expressions in filename pattern. To use different base index, turn on the feature in advanced section, and change the pattern to e.g. "${index+20}${ext}" to make it start from 21.