Skip to content

A lightweight Dockerized script that automatically deletes movies from your Radarr library for a specified period.

Notifications You must be signed in to change notification settings

Myrenic/RadarrCleanSweep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RadarrCleanSweep

A lightweight Dockerized script that automatically deletes movies from your Radarr library that have not been watched for a specified period.

Features

  • Automatic Deletion: Configurable time frame for deleting unwatched movies.
  • Dockerized: Easy to deploy and run in any environment with Docker.
  • Environment Variables: Easily configure your Radarr instance and API key.

Getting Started

Prerequisites

  • Docker installed on your machine.

Installation

version: '3.8'

services:
  radarrcleansweep:
    container_name: radarrcleansweep
    image: ghcr.io/myrenic/radarrcleansweep:latest
    restart: unless-stopped
    environment:
      - RADARR_URL=http://radarr:7878
      - RADARR_API_KEY=
      - DAYS=30
    depends_on:
      - radarr

About

A lightweight Dockerized script that automatically deletes movies from your Radarr library for a specified period.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages