madslundt / cloud-media-scripts

Upload and stream media from the cloud with or without encryption. Cache all new and recently streamed media locally to access quickly and reduce API calls
MIT License
89 stars 11 forks source link

Rclone.conf issue /w setup.sh #41

Closed Dulanic closed 6 years ago

Dulanic commented 6 years ago

Hey madslundt. So when I was playing around with my fork I noticed that the rclone.conf was not properly setting the local-crypt and was missing the GD folder after the local-crypt even though it shows it in the template. I tried to look through to see how you set that, but didn't figure it out off hand. Want to take a look at that?

[local-crypt]
type = crypt
remote = /opt/cloud-media-scripts/.cloud-encrypt
filename_encryption = standard

remote = <ENCRYPTED_FOLDER>/**<GOOGLE_DRIVE_MEDIA_DIRECTORY>**

FYI, my googledrive in config is Media.

madslundt commented 6 years ago

I just tried on the latest version and it sets the remote correct. Do you have the latest setup.sh and rclone.template.conf?

Dulanic commented 6 years ago

So odd, I ran it again and it worked this time. I know it was same commands. Can't repeat so closing.