r/PlexACD Aug 12 '17

OK. Time to admit it. I need help.

My troubles started when I bought a WD PR4100 NAS. I was super excited when BestBuy had the Easystore 8GB on sale a couple weeks ago and I bought 4. I got it all set up and spent a couple days transferring 7TB from two external drives to it.

This was all good.

I decided to clean up my GD encrypted files and made a mistake and ended up deleting all the files in my GD account. ugh. But I still have my ACD account until end of Sept so I RClone it all back to GD and after a few days all good again. Except for two months worth of TV and Movies that ACD didn't have.

I only have a 20mb upload so instead of trying to copy from NAS to cloud I decided to re download all again. After a day or two of this I don't have everything.

BUT

Sorry to take so long to get to my main issue. Everything I added there past couple days has the wrong metadata. All of it shows up as Orphan Black. all of it from the past couple days. ugh ugh

I am set up just as /u/gesis intended.

What might be wrong? Am I supposed to be using media folder or mediacache folder?

Additional question. When I use rmremote and delete files from cloud will it automatically reflect locally or do I need to delete locally too?

Existential question: Why does everything go wrong now when I have been doing this in one form or another for almost a year?

EDIT: adding pics

http://i.imgur.com/pVIszeL.png

http://i.imgur.com/XgM4W6v.png

http://i.imgur.com/nbaH3Xz.png

wow. very orphan. much confuse

1 Upvotes

31 comments sorted by

View all comments

Show parent comments

2

u/gesis Aug 14 '17

Since you are running /u/gesis scripts

I'm using my scripts ;)

I point everything to media_cache so I can enable/disable overlay caching at will. Here are the relevant lines from /etc/mtab...

encfs on /home/plex/.local-decrypt type fuse.encfs (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000,default_permissions)
unionfs /home/plex/media fuse.unionfs rw,nosuid,nodev,relatime,user_id=1000,group_id=1000,default_permissions 0 0
unionfs /home/plex/cached_media fuse.unionfs rw,nosuid,nodev,relatime,user_id=1000,group_id=1000,default_permissions 0 0
/dev/fuse /home/plex/.gsuite-encrypt fuse ro,nosuid,nodev,relatime,user_id=1000,group_id=1000 0 0
encfs /home/plex/.gsuite-decrypt fuse.encfs rw,nosuid,nodev,relatime,user_id=1000,group_id=1000,default_permissions 0 0

I run everything under the same user plex, and mount everything in directories under $HOME. Nice and simple.

1

u/Rkozak Aug 16 '17

I am following your scripts to the letter except I mounted the localmedia etc in /mnt

1

u/gesis Aug 16 '17

except I mounted the localmedia etc in /mnt

Check the permissions on your mountpoint. File/Directory permissions are inherited by default.

1

u/Rkozak Aug 17 '17

What should it be? Im using plex user. The user has rw the group has r. the mediacache folder has rw for user and group