👋 Check out my AI project Seren!
Eraserr is a Python script designed to help keep your Plex servers clean. It deletes unwatched or stale media by leveraging the functionality of Radarr, Sonarr, and Overseerr.
- First, clone the script to your machine and navigate to the resulting directory:
git clone https://github.com/everettsouthwick/Eraserr.git
cd Eraserr- Then, install the required packages to run the script:
pip install -r requirements.txtTo use the script, run the following command:
python eraserr.pyYou can pull the latest container image from the Docker repository by running the following command:
docker pull ecsouthwick/eraserrTo pull the develop branch from the Docker repository, add the :develop tag to the above command:
docker pull ecsouthwick/eraserr:developOnce you have pulled the image from docker, you may use the following command to run the container:
docker run -d --name eraserr --volume /path/to/config.json:/app/config.json ecsouthwick/eraserrNote: The recommended restart policy for the container is on-failure or no.
- Copy
config.example.jsontoconfig.json. - See CONFIGURATION.md for detailed instructions on setting up
config.json.