l3uddz / plex_autoscan

Script to assist sonarr/radarr with plex imports. Will only scan the folder that has been imported, instead of the whole library section.
GNU General Public License v3.0
396 stars 70 forks source link

Implement crypt support for Google Drive Monitoring #91

Closed clg27 closed 5 years ago

clg27 commented 5 years ago

I added rclone crypt support to the google drive monitoring. I wasn't sure how to best add it to the readme so feel free to change that as you see fit.

daghaian commented 5 years ago

For reference, I created this functionality a while back just never made a formal PR: https://github.com/l3uddz/plex_autoscan/pull/92 if you'd like to take a look at my implementation. Your implementation looks solid, but the one area you don't account for is more than one remote support

clg27 commented 5 years ago

@daghaian it makes more sense to go with your method as it works with the new google drive code and supports multiple remotes. However, I ran in to some issues which I'll discuss on your PR. As such, I am closing this PR.