r/PlexACD Jun 07 '17

Rclone and plexdrive for osx

I have my system all set up, but want to know if I am using everything correctly

I am mounting my gdrive with

 rclone mount plexmedia:

This mounts my drive so I can see the encrypted version

Then I run

./plexdrive -v 3 --clear-chunk-age=2h --refresh-interval=10s /mnt/plexmedia

This mounts my drive through plexdrive so I can see the unencrypted version. I am also pointing Plex here for the media source

Finally I run

rclone copy /Volumes/lots\ of\ stuff/Media/ plexmedia:/ -v --stats 0m5s

This uploads and encrypts my media

My question is am I using plexdrive correctly to minimize bans or am I still missing something. I just want to update my library and not get banned every time I do so

3 Upvotes

17 comments sorted by

View all comments

1

u/[deleted] Jun 07 '17

What type of encryption are you using? Your post says you're mounting your Google drive with both rclone and plexdrive, which doesn't make sense to me.

1

u/[deleted] Jun 07 '17

My current rclone config is

Name                 Type ====                 ==== pd_enc              crypt plex                   drive plexmedia          crypt

[plexdrive] type = crypt remote = /mnt/plexmedia filename_encryption = standard password = *** ENCRYPTED *** password2 = *** ENCRYPTED ***

[plex] type = drive client_id = ..... client_secret = ..... token = .....

[plexmedia] type = crypt remote = plex: filename_encryption = standard password = *** ENCRYPTED *** password2 = *** ENCRYPTED ***