Image Picka 的评价
Image Picka 作者: eight04
Firefox 用户 13597987 的评价
评分 4 / 5
来自 Firefox 用户 13597987,7 年前When 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.
开发者回应
发布于 7 年前I 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.