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
Is your feature request related to a problem? Please describe.
When targeting dirs, the possibility to merge folders if a folder with the same name exists in the destination dir.
Describe the solution you'd like
The ability to merge folders upon conflict.
Describe alternatives you've considered
I've tried doing so that for any conflicting folder, a number gets appended (I didn't get it to work, though).
Additional context
x
The text was updated successfully, but these errors were encountered:
My use-case is basically this: any "loose" file found, gets put in a directory unsorted_<type> which, in turn, contains sub-folders based on extension and, therein, folders based on date. The unsorted_<type> folders are created in the same dir the file was found ({path.parent}/unsorted_vids/{extension.lower()}/{created.strftime('%Y-%m-%d')}/).
Since the template is the same for every file/folder, I wanted to move every type (e.g. music, docs, etc.) to the location where it belongs, but it wouldn't allow me/organize reports that the folder exists in the dest dir.
For my use-case, it would be enough for me to have parent/subdir/subdir merged. I tried using rename: {name}{+1} but that (obviously) didn't work. If you got a way around it or some clever trick to just append a letter or a number to rename the dir upon conflict, that will do as well; I can then just manually move the sub-dirs where they belong 😊
Is your feature request related to a problem? Please describe.
When targeting dirs, the possibility to merge folders if a folder with the same name exists in the destination dir.
Describe the solution you'd like
The ability to merge folders upon conflict.
Describe alternatives you've considered
I've tried doing so that for any conflicting folder, a number gets appended (I didn't get it to work, though).
Additional context
x
The text was updated successfully, but these errors were encountered: