Calvin Montgomery
Calvin Montgomery
I think that's the easy part, the hard part is communicating between processes and maintaining the central state without running into concurrent modification, deadlocks, etc. 3.0 mostly works, but there's...
In the meantime, if you need a short term way to reduce processor usage, you might try profiling it with https://github.com/sidorares/node-tick and trying to cut cycles in hot code paths.
I've been thinking of ideas recently for how to easily shard the work across processes and across servers. This isn't a dead feature, it just will require some time for...
I wouldn't quite say so. There's still a bit of work I'd like to do for partitioning before I add any more shards, and that still only resolves the issue...
I'd have to think about this before picking it up as a core feature. As Xaekai mentioned, currently there is no video history for non-library videos, so this would either...
I just realized the >= should be a > in my diff because the subtraction of 1 already occurs when using it. (fixed above)
I think most of the issues here are better solved with https://github.com/calzoneman/sync/blob/3.0/docs/custom-media.md -- this is the "I know what I'm doing" version of the self-hosted content feature. The ffprobe check...
See https://github.com/calzoneman/sync/issues/807 The general problem here is: 1. Autofillers [don't respect `autofill="off"`](https://developer.mozilla.org/en-US/docs/Web/Security/Practical_implementation_guides/Turning_off_form_autocompletion#managing_autofill_for_login_fields) and will try to autofill anyways 2. Autofillers have very loose checks for determining whether something should be...
https://github.com/calzoneman/sync/issues/807#issuecomment-549088752
Which specific issues are you having?