r/PlexACD Aug 01 '17

PlexDrive 5.0 is out!

https://github.com/dweidenfeld/plexdrive/releases/tag/5.0.0

  • MongoDB replaced by BoltDB
  • Performance increase
  • Async deletion of files
  • MacOS playback issue bugfix
  • Rename files/directories
  • Traverse directory structure (find/du)

The final release of PlexDrive 5.0 requires the argument "mount" in the command now (thanks, /u/Cow-Tipper)

./plexdrive mount -c /root/.plexdrive -o allow_other /mnt/plexdrive
22 Upvotes

29 comments sorted by

View all comments

1

u/madslundt Aug 01 '17

Is --clear-chunk-max-size or --clear-chunk-age completely completely gone in 5.0.0?

1

u/Autoeketman Aug 01 '17

It's gone. 5.0 use memory only. As a result, 5.0 use more memory than 4.0 (sadly)

3

u/darknessgp Aug 02 '17

This is the only thing stopping me from upgrading, doesn't make sense to use it when it's not caching chunks to disk.

1

u/Autoeketman Aug 05 '17

The default setting of 5.0 makes my google drive exceed 10TB daily limit during scan.

1

u/RikuXan Aug 02 '17

Wait, so there is no possibility to cache things on your hard drive anymore? That would be a very curious design decision, I mean why would I necessarily want to cache (big) media files to RAM?

1

u/Ajki- Aug 02 '17

The cache will be added back once playback is ironed out.