Recensioni per Image Picka
Image Picka di eight04
Recensione di Utente Firefox 13597987
Valutata 4 su 5
di Utente Firefox 13597987, 7 anni faWhen 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.
Replica dello sviluppatore
pubblicato il 7 anni faI 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.