Felix Bünemann
Felix Bünemann
You could try the plexdrive-linux-arm7 binary from the releases page. You'll also need fuse support, but it's likely already available to support filesystems like ntfs. If LibreELEC isn't using glibc...
You probably have to recompile plexdrive on a system with uClibc. There was a similar discussion for running plexdrive under alpine linux, which uses musl instead of glibc and recompiling...
Ubuntu uses glibc, so that won't work. A docker container which uses uClibc would probably work, but you're on your own with that.
If you run using systemd add the following line to the `[Service]` section: ```systemd [Service] ExecStopPost=/bin/fusermount -uz /path/to/plexdrive/mount ``` But yeah, this should probably be handled gracefully.
Try to create the oauth credentials using the same google account your logged in with in the browser or logout first and log into the right account before opening the...
There is no connection between how much the Emby client caches and how much load-ahead is set in plexdrive. As soon as the Emby server reads more data, plexdrive will...
~Please take the time to create an actionable issue, with proper title and description of your problem.~ Updated initial post with info from email by OP.
* What OS (Ubuntu, Debian, etc.) do you use? * What output do you get from `systemctl status plexdrive` (and `journalctl -u plexdrive` if error output is truncated)
I've run this patch in production with Magento 1.9.3.9 and Turpentine 0.7.5 for about a week without problems.
@jeroenvermeulen Thanks for taking over, it looks like the main repo is pretty much unmaintained for some time.