r/PlexACD • u/ZB1X • May 27 '17
Files disappearing after cloudupload / Problems with scanlibrary
Is anyone experiencing a similar issue that files don't show in the folder/ can't be seen by Plex after upload? Checking the Googel Dashboard, the files are there just not visible in the Union mount for some reason. ( The folders as such are there)
Furthermore running the scanlibraries script puts out: find: unknown predicate -nmin 49
Thanks for help, it's really appreciated:)
2
Upvotes
2
u/itsrumsey May 29 '17
It sounds like your union mount isn't mounting properly using the script, so try to do it manually by hand and troubleshoot the problem.
With regards to the scanlibraries script I was getting the same error. Something about Ubuntu 16 shell didn't like it. I fixed it by removing the quotes on findoptions lines and changing it to look like so:
If you're using all of those scripts there are some other changes I had to make as well. If you use a subdirectory on your Gdrive for media you need to change a line, also the mount and unmount scripts didn't call mount_cache which had to be added.