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

Added a Dockerfile, healthcheck, start script, and documentation to the README. #116

Closed sabrsorensen closed 4 years ago

sabrsorensen commented 4 years ago

I've created a Docker image that I've been using reliably for some time now, I thought I'd offer it in a PR if you're interested.

desimaniac commented 4 years ago

Thanks will check out..

desimaniac commented 4 years ago

Can you give an example of what your mount points look like and the corresponding paths in the config.json ? Thanks.

sabrsorensen commented 4 years ago

I added some snippets from my docker-compose.yml and my config.json, do these make sense? I tried to keep it somewhat simple by having matching mountpoints in the Plex, plex_autoscan, and Sonarr/Radarr/etc containers when possible.

desimaniac commented 4 years ago

Thanks. The added info was helpful.

sabrsorensen commented 4 years ago

I just noticed that the rclone functionality in plex_autoscan changed with the introduction of crypt support, and I don't believe this image supports the new rclone configuration requirements. I'll work on adapting to these changes and follow up here when I have something ready.

sabrsorensen commented 4 years ago

I've been testing an image with rclone bundled in for a couple days and haven't run into an issue with it yet, so I think this is ready to go.

desimaniac commented 4 years ago

@sabrsorensen Same comment as the one for Cloudplow. If you create a docker image under a repo like sabrsorensen/docker-plex-autoscan we could just add your docker instructions in for the readme but it would be easier for you to maintain just the dockerfiles if it was your own repo.