-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Handle copy of folders containing live photos #49293
base: master
Are you sure you want to change the base?
Conversation
getDirectoryListing may return a listing like
Loop:
It would be nice to skip the copy process for a.mov and a.jpg for the second execution if that's possible without making the whole logic much more complex. |
48eee31
to
edf6450
Compare
5de0228
to
c74b1ba
Compare
c74b1ba
to
892349f
Compare
Regression: It's no longer possible to copy a folder in the current folder. ("Testfiles" is an external local storage) master: Screencast.From.2024-11-21.19-25-26.webmthis pr: Screencast.From.2024-11-21.19-26-00.webm |
Regression: Copying a folder with live photos is not possible. (Tested on the same external storage and from external storage to primary 3). master: Screencast.From.2024-11-21.19-38-17.webmthis pr: Screencast.From.2024-11-21.19-37-50.webm |
Test cases:
|
5966751
to
ebda7b4
Compare
Signed-off-by: Louis Chemineau <[email protected]>
892349f
to
5e692da
Compare
We need to recursively look for live photos in the folder, and then handle them as usual. Signed-off-by: Louis Chemineau <[email protected]>
Signed-off-by: Louis Chemineau <[email protected]>
50b5b5e
to
8e81852
Compare
…a mov file with the same name Signed-off-by: Louis Chemineau <[email protected]>
43ed165
to
5b01166
Compare
We need to recursively look for live photos in the folder, and then handle them as usual.
Fix #49289
Fix #49307