Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistencies with output directory in Windows 10 #745

Open
christian-aksdal opened this issue Sep 28, 2024 · 0 comments
Open

Inconsistencies with output directory in Windows 10 #745

christian-aksdal opened this issue Sep 28, 2024 · 0 comments

Comments

@christian-aksdal
Copy link

christian-aksdal commented Sep 28, 2024

Use case

I like to keep my source and output files separate, so I would prefer not having to shift-click the convert button and having to specify my output directory each and every time I start a conversion.

Current inconsistent behaviour

  • By default, when I click the "Convert" button (without holding shift) the output directory defaults to individually matching each source item.
  • When I shift click the "Convert" button, I am prompted to select an output directory (for all items in my queue), the starting point directory is always the same as application executable.
  • Each time I add files or directories to the queue by clicking the "Add file" or "Add directory" buttons, the application changes its starting point directory for the dialogue which appears when I shift-click the "Convert" button. The starting point directory will now match the source file's location (instead of the executable directory). This change persists after the application is closed.
  • When I shift-click the convert button but choose "Cancel" in the output directory selection dialogue, the app starts the conversion process regardless (placing each output file in the directory that corresponds with its source file, as if I hadn't shift-clicked the "Convert" button in the first place.)

My current workaround

  1. Make a temporary copy of a random source file and place this in my desired output directory
  2. Add this temporary file to the conversion queue using the "Add file" button in the application GUI (the "Add directory" button also works)
  3. Clear the queue or close the application, and delete the temporary source file
  4. Add any files I actually intend to convert using drag & drop into the application window, instead of using the "Add file" or "Add directory" buttons (since that would reset the starting point directory to be same as the source)
  5. Shift-click the "Convert" button (the output directory selection prompt should now start in the directory where the temporary file was) and choose "Select folder" in the output directory selection prompt (the starting directory will now be where the temporary file was, rather than where the application executable is)

Feature request

An optional setting for selecting a default output directory which will be used whenever i click the convert button normally (without needing to hold the shift key)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant