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

Fix/scan on server side rename #100

Closed m1lkman closed 5 years ago

m1lkman commented 5 years ago

Small code addition to Google Drive Monitoring enabling re-scan when files in cache match md5checksum but are detected as renamed. Currently, when files were server-side renamed md5Checksum matches and they would be 'ignored' assuming no change causing plex to show as "unavailable".

desimaniac commented 5 years ago

This PR has stuff from the other PRs...

If your forks develop branch in sync with ours, then you need to create a new feature branch off that, and then submit the additions.

You can use this guide: https://poanchen.github.io/blog/2017/11/12/How-to-create-a-GitHub-pull-request-with-a-specific-commits

Replace mentions of "upstream" with our repo's url.