belminf/plex-delete as a container
Container version of belminf/plex-delete python script.
Clone this repository and build the image locally with make image
. The
Dockerfile is self-contained and pulls directly from the upstream.
Pull the image from Docker Hub and run it as per upstream script instructions.
Run the container:
docker run --rm -it wwmoraes/plex-delete:latest \
--server your-server-address \
--token your-plex-token \
--delete-watched \
--library library-index
Change it to the equivalent of your orchestration tool of choice.
- Docker - Container image
- @wwmoraes - Idea & Initial work
- @belminf - Upstream script