lordmulder / LameXP

Audio Encoder Front-End
http://lordmulder.github.io/LameXP
Other
185 stars 18 forks source link

"Overwrite Existing File" Does not work as expected #93

Closed jbax1899 closed 3 years ago

jbax1899 commented 4 years ago

I eventually found the answer to this myself after a bit of digging. My issue was the same as this person: Files not being Overwrited (when ussing Same folder as the input) #76

In the changelog under v4.10 it says: "Fixed "overwrite existing file" mode to NOT delete the input file"

I understand that technically it isn't possible to overwrite a file as it is being loaded. Though, I assume, you can create the new file and delete the old one.

The only way to do what I want that I know of is to use a rename pattern, append a special character, use Bulk Rename Utility to search and delete the files without the special character and then rename the ones with. But of course this seems a bit much.

lordmulder commented 3 years ago

Why not output the files to a new (sub)folder?

You can easily move the converted files from that folder to the "original" folder and replace the orignal files, if you really want to that. Any standard file manager will accomplish this easily, usually with a single drag&drop operation.