Release gdrive - Google Drive Video/Music Add-on
This is how I mount my remote folders

echo Mount google drive using plexdrive in a screen
screen -S plexdrive.mount -d -m /usr/sbin/plexdrive \
--gid 100 \
--uid 99 \
--fuse-options=\
allow_other\
,read_only\
\
--verbosity=3 \
/mnt/user/Cloud/gdrive/gdrive/

This is how I decrypt using encfs

mount --bind /mnt/user/Cloud/gdrive/gdrive/encfs /mnt/user/Cloud/gdrive/.remote

echo password | ENCFS6_CONFIG='/mnt/user/Cloud/gdrive/encfs/.encfs6.xml' encfs \
-S -o ro -o allow_other -o uid=99 -o gid=100 \
/mnt/user/Cloud/gdrive/.remote/ \
/mnt/user/Cloud/gdrive/remote/

So, how do I use this plugin encfs settings? Where do I put .encfs6.xml file? Can I use encfs on windows? My media center is on Windows while my nfs is on linux. Any step by step guide?

The reason Im looking into this plugin is because plexdrive and rclone are extremely slow and useless. My network is saturated if I download the file from browser but not if I use plexdrive or rclone.

EDIT

I finally managed to use the encfs features. But like all other google drive mounts(plexdrive, rclone) none of them suitable for movie playback. Downloading gdrive file from web browser is faster than downloading from mounts. It is as if google purposely throttle the speed.
Reply


Messages In This Thread
u - by Kraevin - 2015-05-13, 17:37
RE: [RELEASE] gdrive - Google Drive Video/Music Add-on - by publicENEMY - 2017-06-21, 08:27
Logout Mark Read Team Forum Stats Members Help
gdrive - Google Drive Video/Music Add-on12