Description
While creating a Video Info record, a video is uploaded and saves to public/files/original/ locally. However, the same video file appears duplicated in public/files/. This duplication occurs later in the process when in background, translated video also is saved to public/files/processed/.
Steps To Reproduce
- Create a new Video Info record and upload a video ( ensure the private is unchecked ).
- Once uploaded, record is submitted. Then Click the
Start Process button.
- Observe that after uploading and during the translation process, files saved in
public/files/original/ and public/files/processed/ also appear in public/files/.
Expected Behaviour
Files stored in public/files/original/ and public/files/processed/ should not be duplicated in public/files/.
Screenshots

Additional Info
Frappe Version : 15.x.x - dev
Description
While creating a Video Info record, a video is uploaded and saves to
public/files/original/locally. However, the same video file appears duplicated inpublic/files/. This duplication occurs later in the process when in background, translated video also is saved topublic/files/processed/.Steps To Reproduce
Start Processbutton.public/files/original/andpublic/files/processed/also appear inpublic/files/.Expected Behaviour
Files stored in
public/files/original/andpublic/files/processed/should not be duplicated inpublic/files/.Screenshots

Additional Info
Frappe Version : 15.x.x - dev