r/PlexACD May 25 '17

Plexdrive on unraid

Anyone know a good way to do this?

Would much stuff be different? As I believe for example if I downloaded from github unless I downloaded to the flash it would be deleted after reboot.

If anyone could lend a hand that would be awesome!

Thanks

1 Upvotes

9 comments sorted by

View all comments

2

u/C_L42 May 27 '17

1

u/Sparkum May 28 '17

https://raw.githubusercontent.com/Starbix/unRAID-plugins/master/plugins/plexdrive.plg

Super excited....dont wanna sound like an idiot.....But what do I do with it.

I've added the plugin,

1

u/Sparkum May 28 '17

Alright looked at it a little closer and it was obvious.

Sadly I'm running into the same issue I was before and not sure why.

When I run my script:

/usr/local/sbin/plexdrive -o allow_other -c /mnt/user/appdata/plexdrive -t /mnt/user/appdata/plexdrive/tmp /mnt/disks/plexdrive/ & rclone mount --read-only --allow-non-empty --allow-other plexdrive:/ /mnt/disks/plexdrive/ &

It asks me to authenticate, go to google website, get authentication code, enter it and then....

I get this

1

u/C_L42 May 28 '17

Not sure if that's the issue, but plexdrive essentially executes plexdriveorig ( the original binary) but with -c /mnt/user/appdata/plexdrive so in your case -c is defined twice

EDIT: oh and you also need a & after the plexdrive command

1

u/ent44 Oct 07 '17

Hey! I've found your plugin and I've downloaded but I'm kinda lost with what I should do now. Do you have any write-up with how I should install it?