Plexdrive 可以安装 Google Drive FUSE 文件系统(针对媒体播放进行了优化)
Plexdrive allows you to mount your Google Drive account as read-only fuse filesystem, with direct delete option on the filesystem.
The project is comparable to projects like rclone, google-drive-ocamlfuse or node-gdrive-fuse, but optimized for media streaming e.g. with plex ;)
Please note that plexdrive doesn't currently support writes (adding new files or modifications), it only supports reading existing files and deletion.
I tried using rclone for a long time, but got API Quota errors every day and/or multiple times per day, so I decided to try node-gdrive-fuse. The problem here was that it missed some of my media files, so as a result I started implementing my own file system library.
If you like the project, feel free to make a small donation via PayPal. Otherwise support the project by implementing new functions / bugfixes yourself and create pull requests :)
./plexdrive mount -c /root/.plexdrive -o allow_other /mnt/plexdrive
git clone https://github.com/plexdrive/plexdriveGO111MODULE=on go install$GOPATH/bin/plexdrive to use the instaled version (eg. ~/go/bin/plexdrive)You can use this tutorial for instruction how to mount an encrypted rclone mount.
…
Slack support is available on our Slack channel. Feel free to ask configuration and setup questions here.
You can use the option root-node-id to specify a folder id that should be mounted as
the root folder. This option will not prevent plexdrive from getting the changes for your
whole Google Drive structure. It will only "display" another folder as root instead of the
real root folder.
Don't expect any performance improvement or something else. This option is only for your
personal folder structuring.
You can pass the ID of a Team Drive as drive-id to get access to a Team drive, here's how:
drive-id of this Team Drive is ABC123qwerty987--drive-id=ABC123qwerty987 argument to your plexdrive mount commandIf you want to support the project by implementing functions / fixing bugs yourself feel free to do so!
go build && ./plexdrive -v3 /tmp/drive)暂无开放 Issues,或尚未同步最近议题。