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.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I upload several files to my server, because they changed. And then there ist the bulk of notifications with "file-conflict, which file do you want to stay" ...
Describe the solution you'd like
A clear and concise description of what you want to happen.
I wish there would be a setting, where I could set a default action for that.
Spielmops
The text was updated successfully, but these errors were encountered:
I have had a bunch of these notifications sitting on my phone for well over a month. It happened after switching my server to AIO. There are so many of them I just give up 😆.
It would be great to see an "Apply to all" checkbox.
I may end up clearing out the photos/videos on my phone just so there's nothing to sync. Could be a workaround... not ideal though.
I face with same issue, bulk conflict accept is also good solution here (currently "skip" is avaible only for single file)
Idea for developers: App could compare hashcodes for conflicted files (espesiaclly photos (size is not huge) and skip if name && hashes are the same
I agree 100% with @MaciejIwan on this - if the file is identical then it should be automatically skipped.
This can for example be checked by first seeing if the size is the same, and then if the file size matches you could compare the checksum (so you don't have to spend time on that if the size is different).
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I upload several files to my server, because they changed. And then there ist the bulk of notifications with "file-conflict, which file do you want to stay" ...
Describe the solution you'd like
A clear and concise description of what you want to happen.
I wish there would be a setting, where I could set a default action for that.
Spielmops
The text was updated successfully, but these errors were encountered: