Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does the plex generate folder list script duo work If I have plex on a different machine? #27

Open
ghost opened this issue Apr 30, 2017 · 8 comments

Comments

@ghost
Copy link

ghost commented Apr 30, 2017

I don't fully understand what the script is doing. Also I don't have unionFS. Can I get it working to match my setup?

@ajkis
Copy link
Owner

ajkis commented Apr 30, 2017

yes its split into 2 scripts because of 2 server setup.
Just change paths and remove unionfs one.

@ghost
Copy link
Author

ghost commented Apr 30, 2017

So what should i put on this line? MREFRESHFOLDER="${mfolder/$LOCALPATH/$UNIONFSPATH}" # Change path from /storage/local/ to /mnt/unionfs

@ajkis
Copy link
Owner

ajkis commented Apr 30, 2017

I need to know more about your setup.
From what folder is rclone moving files and where is plex library pointed to.

@ghost
Copy link
Author

ghost commented Apr 30, 2017

plex library is pointing to /Server/
I have rclone on the download machine, my rclone move is /home/plex/media/TV Shows to Drive:TV Shows

@ajkis
Copy link
Owner

ajkis commented Apr 30, 2017

The unionfs part is basically replacing path from local folder from which rclone uploads with folder where plex is pointed.
so basically you change LOCALPATH=/home/plex/media/ and UNIONFS=/Server/

@ghost
Copy link
Author

ghost commented Apr 30, 2017

So the first script does seem to upload properly, but it doesnt upload the list. These are the VARS:
TIMESTAMP=date +%Y-%m-%d_%H-%M-%S
LOGFILE="/home/plex/logs/local2acdcrypt.cron.log"
MOVIES="/home/plex/media/Movie"
SERIES="/home/plex/media/TV Shows"
LOCALPATH="/home/plex/media/"
UNIONFSPATH="/Server/"
RCLONEREMOTE="Drive:"
MINFOLDERAGE="5" # MINIMUM FOLDER AGE IN MINUTES. SCRIPT WILL ONLY STARTED WHEN THERE IS A MATCH

@danielloader
Copy link

Do these two machine scripts still exist? Can't easily see them in the repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants