ScreenToGif icon indicating copy to clipboard operation
ScreenToGif copied to clipboard

[FR] Option to autoincrement file number if a file with the same name already exists

Open wenfangdu opened this issue 3 years ago • 5 comments

If the Overwrite (if already exists) under Save the file to a folder of your choice is not checked, I think it makes sense to add an option to autoincrement the file number instead of manual incrementing, if the proposed option is not checked, people can still have the same file name check.

image image

wenfangdu avatar Jun 14 '21 23:06 wenfangdu

Ok, I was thinking to add another checkbox that unchecks the Override one when enabled.

NickeManarin avatar Jun 15 '21 02:06 NickeManarin

Btw, you can also use DateTime formats as an automatic file naming scheme.

? dd-MM-yyyy HH-mm-ss?

NickeManarin avatar Jun 15 '21 02:06 NickeManarin

Btw, you can also use DateTime formats as an automatic file naming scheme.

?dd-MM-yyyy HH-mm-ss?

I've tried this, worked really well, maybe an option for turning this on as well? Plus i18n for the time format, e.g. ?yyyy-MM-dd HH_mm_ss? for Chinese.

wenfangdu avatar Jun 16 '21 23:06 wenfangdu

@NickeManarin Yes, just about to edit the comment. The current UI is really hard to find this feature, many people simply don't do the hover. A better UI like a separate tip on how to construct the time format etc. would be better.

wenfangdu avatar Jun 16 '21 23:06 wenfangdu

Hey @NickeManarin , I came here because I didn't unerstand that you were supposed to put this format ?dd-MM-yyyy HH-mm-ss? to get the filename with a date, I think that maybe the tooltip should be updated so it's more explicit. For now (in french version) it's only: image

keytrap-x86 avatar Mar 11 '22 10:03 keytrap-x86

I propose changing default "save as" file name from Animation.gif to gif_?yyyyMMdd_HHmmss?.gif. This clearly shows formatting capabilities and that you can add text outside ??. Next add tooltip with example (incase person already deleted default one and don't remember correct modifiers) and explanations of available modifiers.

Tooltip example:

Name of a file e.g "gif_?yyyyMMdd_HHmmss?"
Text between ?...? are for Date/Time formatting e.g "?yyyyMM_dd?" will be saved as "202209_25.gif"
Available modifiers:
yyyy - current year, MM - month, dd - day, HH - hour, mm - minute, ss - second

Bonus feature would be to display formatted string under file name input field so you could see current date as final file name

Combinacijus avatar Feb 09 '23 10:02 Combinacijus

@Combinacijus

I'm currently working on the next major release. Here's the current implementation of the file name automation:

image

UI is not final, but basically, it's supposed to be easier to add/edit/remove automated sections of the filename. And the field tells you which parts are dynamic.

When inserting the dynamic field, you can select the format:

image

Or you can edit it yourself.

NickeManarin avatar Feb 09 '23 23:02 NickeManarin

@NickeManarin Oh wow that's amazing. This is miles beyond my suggestion. Great work 👍

Combinacijus avatar Feb 10 '23 08:02 Combinacijus

It will be available in the next version (v3).

NickeManarin avatar Feb 21 '23 19:02 NickeManarin