mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[GH-ISSUE #838] [Feature Request] Retain output and filename among presets #659
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#659
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tony on GitHub (Apr 21, 2021).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/838
Originally assigned to: @NickeManarin on GitHub.
Hi! Thank you again for the application @NickeManarin! This is a tiny one, but wanted to document it for posterity in case anyone else would like it.
(Not sure if this is my own personal habit or the expectation of the common user!)
My intuition expects to "Save as" with the same file name and destination folder in different file types/presets.
In 2.27 and at least 2.28.1, switching the dialog resets / uses the file name for that file type/preset rather than keeping the filename consistent.
I feel surprised when file name changes simply from switching the output types.
For instance:
Switching the "file type" wouldn't reset the filename or the destination folder.
Current behavior
Step 1
Step 2: Switch filetype / preset
current behavior
Below: I would expect the "File" to be the same with the exception of the
.mp4file extensiondesired behavior
@NickeManarin commented on GitHub (Apr 22, 2021):
The file name and folder are stored in each preset, I could create an option to persist the filename to all presets.
@tony commented on GitHub (Apr 22, 2021):
@NickeManarin I think that would make sense
The file name and the file destination/folder, right? (Hopefully!)
We can leave this issue open to see if anyone agrees / disagrees, as well. So far I think I'm the only one who mentioned it.
@byzod commented on GitHub (Apr 26, 2021):
This is bothering me too
I need a "Set Working Directory" option
btw what I need is remember filename/path for each type of saving mode (gif/webp/etc), but all preset of one mode share the same filename/path
@NickeManarin commented on GitHub (Jun 25, 2021):
Idea:
Create two/three options (Options > Application) to persist output path and filename to all presets.
When the output path or filename of a preset changes, the other presets will receive the same data.
(Not sure if 'persist' is the right word for that)
@byzod commented on GitHub (Jun 25, 2021):
Idea fragments I can think of
filename_gifski_present1.gifuse default directorywd/gifsand apng inwd/apng. User can change it towhatever/apng2and stg will remember it until user clickreset to default folderbutton@NickeManarin commented on GitHub (Jun 26, 2021):
The second idea can be implemented in another time, but by opening another issue ticket.
The first and third ideas I didn't properly understand.
Looks like it wouldn't be easy to present that functionality for the user.
(Think that this app needs to easy to understand as possible)
@tony commented on GitHub (Jun 26, 2021):
Thank you for looking into this @NickeManarin !
(Purely a UX bikeshed) Another angle of why the current output/filename handling is odd for me:
Since it's the same recording project, why would filenames and outputs be different between presets?
Right now - if we save with an output/filename in a project, switching presets may give the previous project's filename, which I think can be confusing to users.
People pick filenames based on the project, usually, I assume.
@NickeManarin commented on GitHub (Jul 3, 2021):
I added some options to control this behavior.
@NickeManarin commented on GitHub (Jul 3, 2021):
@tony Ahh, yes. The behavior that you are referring to is something that want to implement.
I'm reworking the editor from scratch, changing the UX (one of the things that I want to change is that).
The editor will work on top of projects, so to edit something, the app will create a project based on the type of file, locations, etc.
@tony commented on GitHub (Jul 4, 2021):
@NickeManarin I'm excited to try these new settings out!
Look forward to seeing this! The UX you have already is excellent! Wondering what the rework will look like.