Custom temp dir #9
Loading…
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?
Currently: Use the current folder for temporary files
What I want: Defaulting to a temporary directory like %TEMP% or /tmp (with the possibility to change it via cli arg?)
idc, too many hassle since doing temp dir mean that we need to keep track of what we gonna do next, example
knowing that the merged 2 audio tracks will exceed the max size and that we'll compress it, then we need to put it in the temp dir, otherwise keep it in the current dir since it doesnt need more transformation (as of now)
so thats why i dont want to bother