Joel Kåberg
Joel Kåberg
I do agree with your sentiment regarding modern clients and if the API is good enough that might very well be the best option Regarding transcoding, as we are talking...
something like this (very HLD and not very thought through) 
> So to make sure I understand correctly, the goal of gathering torrents (but not starting them, correct?) is done to create a shell of a media library that looks...
so just did some research here, if [distribyted](https://github.com/distribyted/distribyted) supported [ionotify](https://man7.org/linux/man-pages/man7/inotify.7.html) (that would "hot" reload the watched directory) we'd only be missing the gather part which I think should be quite...
I'm running czkawka on an headless server with no GUI - surely the CLI tool shouldn't have hard dependencies on an GUI framework? As per your suggestion - sure, I...
Thanks for considering @ncw, afaik there aren't many golang compatible implementations to the [official API](https://docs.aws.amazon.com/AmazonS3/latest/API/Welcome.html) that I know - https://github.com/minio/minio (100% compatible?) - https://github.com/johannesboyne/gofakes3 (missing features) Altho one doesn't need...
Note to self https://github.com/GoogleCloudPlatform/gcsfuse/blob/master/internal/gcsx/random_reader.go#L236
Also this https://github.com/yadayada/acd_cli/blob/master/acdcli/acd_fuse.py#L53 perhaps the above is what your looking for @havardgulldahl ? And while I understand your reasoning, some scenarios requires a file system (however slow it might be)
@havardgulldahl Sure I'll fetch some logs for you, only restore? Missing anything else?
The mobile client involves MITM attack, might not be so easy to pull of (requires root with android aswell). I'll have to think about this one, on how best to...