Felix Bünemann
Felix Bünemann
If you have installed Homebrew: ``` brew cask install osxfuse brew install go go get -u github.com/dweidenfeld/plexdrive ``` Now the `plexdrive` binary is in `$GOPATH/bin/plexdrive` which is `~/go/bin/plexdrive` by default.
I think bazil.org/fuse removed support for macOS. You need to checkout an older commit that still supports it.
I'd check `ldd /path/to/pexdrive` you probably have incompatible or missing libraries and need to to install them or recompile plexdrive for musl libc used by alpine.
You can’t really compare rclone, which is the swiss army knife for cloud storage with plexdrive, which only supports a single cloud provider and is optimized to work well with...
I looked into this yesterday and it is not so easy to fix, since macFUSE made some changes that make it incompatible with how plexdrive or rather the fuse package...
Other Go FUSE packages are in the same boat, but I've made some progress to implement the required changes in a fork of the bazil.org/fuse package.
How much memory does the Mac Mini have? With the default chunk size of 10 MiB and 512 chunks, I would expect around 6 to 8 GiB of memory usage...
Waiting for feedback from #413.
**TODO:** This also needs to be fixed for the following cases: - [x] Deleting file in shortcut dir - [x] Renaming file in shortcut dir - [x] Create new dir...
Maybe you have enabled video thumbnails on your plex server or deep analysis? That would cause each file to be downloaded.