Skip to content
xanderburchartz edited this page May 18, 2026 · 1 revision

Selectarr

Selectarr is a manual media cleanup tool for Jellyfin, Radarr, Sonarr, and Lidarr. Instead of automatic rules, you decide what gets deleted — at any level of granularity, fully synchronized across your entire media stack.

Quick Start

  1. Clone the repository: git clone https://github.com/xanderburchartz/selectarr
  2. Copy the example config: cp config.yaml.example config/config.yaml
  3. Start with Docker: docker compose up -d
  4. Open http://yourserver:8889 in your browser
  5. Follow the setup wizard to configure your services

Documentation

Why Selectarr?

Most cleanup tools work on automatic rules. Selectarr gives you control — browse your library, see who watched what, and decide yourself what goes. One confirmation step removes everything cleanly from both the file system and the *arr apps so nothing gets re-downloaded.

Clone this wiki locally