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
On the "Downloads" page, where downloaded videos are listed, there is no system to prevent the user for exporting the same video multiple times to the same internal directory.
Proposal
The app should detect if a video already exists in the target directory and prevent the user from exporting duplicate copies.
Some possible implementations:
Once an export has completed, the "Export" button could become greyed out (disabled) and change to "Exported".
If the user taps the "Export" button on an already exported video, show a toast message stating something like "Video already exported to your chosen directory".
If the user taps the "Export" button on an already exported video, show a pop-up window with the options "Dismiss" and "Export again anyway" (or similar).
But the most logical implementation, in my opinion, would be to remove the "Export" feature altogether and have the video files directly accessible through the file system. Since a downloaded video implies that it is already saved on the device, why can't the user interact with the file straight away? Exporting the video, by itself, creates a duplicate of the video, which isn't optimal storage-wise.
References
No response
The text was updated successfully, but these errors were encountered:
Use Cases
On the "Downloads" page, where downloaded videos are listed, there is no system to prevent the user for exporting the same video multiple times to the same internal directory.
Proposal
The app should detect if a video already exists in the target directory and prevent the user from exporting duplicate copies.
Some possible implementations:
But the most logical implementation, in my opinion, would be to remove the "Export" feature altogether and have the video files directly accessible through the file system. Since a downloaded video implies that it is already saved on the device, why can't the user interact with the file straight away? Exporting the video, by itself, creates a duplicate of the video, which isn't optimal storage-wise.
References
No response
The text was updated successfully, but these errors were encountered: