-
Notifications
You must be signed in to change notification settings - Fork 72
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
[FR] Feature Request: Different synchronisation conditions per folder #57
Comments
Hi @cdrfun ! |
This comment has been minimized.
This comment has been minimized.
Ok, I thought about this a lot ... I'm going for an implementation where every device and folder has a submenu "specify my sync conditions so I know when syncing this object's stuff is valid" e.g. Wifi with name "HOME" for folders A,B and Wifi with name "FRIENDS" for device "FRIEND".. All in all, those options would be expert options, so a checkbox needs to be ticked in the settings to make them visible. A "0815" user would else be confused by all those run conditions ;) |
This comment has been minimized.
This comment has been minimized.
That looks great! Keep up the good work! |
Yes, thats intended. |
Hi, |
The feature is implemented and released. |
Really nice work!
|
Thank you for your detailed feedback ! @cdrfun |
Doh, my bad. I've used the last released apk version: Syncthing v0.14.51.8 / 4171 |
@cdrfun I'll take the other points on my development plan. Will take some time but definitely is where I want to get in the future to transition over to the new run conditions without global vs. object mismatches. |
@metal450 I know this is not about intents, but if you like to unpause your folders according to run conditions maybe this is for you... |
Cool :) Though it doesn't seem like it provides a way to manually sync specific folders only on-demand, which is what I'm trying to accomplish. |
Maybe you can use the Tasker intent control in the fork's app settings and combinate with http post requests to Syncthing's REST Api sent by tasker. Pausing and unpausing shouldn't be difficult by the api. :) Note: If you enable broadcast intent control in the app settings, the RunConditionMonitor will be totally disabled. |
In the API docs, I only see a way to pause per device - not per folder: https://docs.syncthing.net/rest/system-pause-post.html |
According to what imsodin wrote on the forum the docs are outdated... Please ask him on the forum, In expect this endpoint also works for folders. |
Sounds good, thanks for the pointers :) |
Quote from @cdrfun at syncthing/syncthing-android#1225
The text was updated successfully, but these errors were encountered: