]> ###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;/&version;/plexdrive-linux-amd64 eaab8587a85b5d79ea575dad036d632f echo "+==============================================================================" echo "| Installing &name;" echo "+==============================================================================" cp /boot/config/plugins/&name;/install/plexdrive-linux-amd64 /usr/sbin/plexdriveorig chown root:root /usr/sbin/plexdriveorig chmod 777 /usr/sbin/plexdriveorig 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/plexdrive rm -rf /usr/sbin/plexdriveorig echo "" echo "&name; uninstalled. &name; will remain until your next system reboot." #!/bin/bash config=/mnt/user/appdata/&name; plexdriveorig -c $config "$@";