]> ###5.1.0 - Fix option parsing to work with 1 CPU core - Fallback to HOME for getting home directory - Add Team Drive Support - Remove allow_root mount option, bump to golang 1.13 - Fix off-by one error in download range request ###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) ###4.0.0 - several bugfixes - specification of root node id - switch to MongoDB - deletion of shared files - improved debug logging ###3.0.0 **Warning: You should delete the local cache file first (~/.plexdrive/cache), otherwise, it could be that items are missing/duplicated in your mount. This is necessary because of the upgrade to API v3** - upgrade to API v3 - added download speed limit - bugfixes in buffer - developer documentation - minor bugfixes **plexdrive** Plexdrive allows you to mount your Google Drive account as fuse filesystem. The project is comparable to projects like [rclone](https://rclone.org/) or [node-gdrive-fuse](https://github.com/thejinx0r/node-gdrive-fuse), but optimized for media streaming e.g. with plex ;) &repo;/&pdversion;/plexdrive-linux-amd64 echo "+==============================================================================" echo "| Installing &name;" echo "+==============================================================================" cp &plugin;/install/plexdrive-linux-amd64 /usr/sbin/plexdrive chown root:root /usr/sbin/plexdrive chmod 755 /usr/sbin/plexdrive echo "" echo "-----------------------------------------------------------" echo " &name; has been installed." echo "-----------------------------------------------------------" echo "" echo "+==============================================================================" echo "| Uninstalling &name;" echo "+==============================================================================" # Remove plugin related files rm -rf /usr/local/emhttp/plugins/&name; rm -rf /boot/config/plugins/&name; rm -rf /usr/sbin/&name; rm -rf /usr/sbin/plexdriveorig echo "" echo "&name; uninstalled. &name; will remain until your next system reboot."