You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issue tracker for a feature request that matches the one I want to file, without success.
Describe your suggested feature
Currently, when using the "Save image" function, the file name gets set as the original file name of the page that gets saved. It'd be nice to be able to override that. One example would be wanting the file name of the saved page to be: [name of folder the file you are reading is in] - [name of the file you are reading] - [current page of the file]
That'd be good to immediately be able to recognize where a saved image comes from and to prevent duplicate name conflicts in the case the page file names of two pages that are saved are the same.
Additional Information
No response
Sample file
No response
The text was updated successfully, but these errors were encountered:
Agreed. Instead of selecting folder when saving single image, it would be better to change save window to "save file" with entering filename.
Also, I think, default filename for image from cbz file should be " - ".
And also it would fix current bug: if file with same name exists in folder, OpenComic doesn't save anything. Which is good, because you never know what it could override without any alert messages, but popup message in OpenComic says that "image saved".
I changed the folder selection dialog to the file save dialog 4b01440, with this you can now change the file name, also it is possible to use some vars to get data from the original file, as follows.
Maybe setting filename template from settings, because for now template reset to default for next save and also there is no "replace" warning if you save page with same name. I assume because filename template doesn't collide before actual values at saving. And OpenComic shows that file saved successfuly with the same name from template, but it doesn't save anything, because file with that name already exists.
Save page.
Copy full name of saved page
Delete file
Rename different image to copied name
Save same page again
"Saved successfuly"
Different image with saved page name is exists (as it should, because it shouldn't be replaced without warning).
Result: No warning, wrong pop-up "saved successfuly".
Preflight Checklist
Describe your suggested feature
Currently, when using the "Save image" function, the file name gets set as the original file name of the page that gets saved. It'd be nice to be able to override that. One example would be wanting the file name of the saved page to be:
[name of folder the file you are reading is in] - [name of the file you are reading] - [current page of the file]
That'd be good to immediately be able to recognize where a saved image comes from and to prevent duplicate name conflicts in the case the page file names of two pages that are saved are the same.
Additional Information
No response
Sample file
No response
The text was updated successfully, but these errors were encountered: