Update application description (#597)

This commit is contained in:
Flaminel
2026-05-03 00:53:41 +03:00
committed by GitHub
parent a96bc36a1e
commit 7ec60c7ea0
3 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ _Love this project? Give it a ⭐️ and let others know!_
[![Discord](https://img.shields.io/discord/1306721212587573389?color=7289DA&label=Discord&style=for-the-badge&logo=discord)](https://discord.gg/SCtMCgtsc4)
Cleanuparr is a tool for automating the cleanup of unwanted or blocked files in Sonarr, Radarr, and supported download clients like qBittorrent. It removes incomplete or blocked downloads, updates queues, and enforces blacklists or whitelists to manage file selection. After removing blocked content, Cleanuparr can also trigger a search to replace the deleted shows/movies.
Cleanuparr is an advanced download manager for the Servarr ecosystem. It works with Sonarr, Radarr, Lidarr, Readarr, and Whisparr alongside download clients like qBittorrent, Transmission, and Deluge. Beyond cleaning up stalled, blocked, and malicious downloads, it searches for missing content and quality upgrades, manages seeding, and removes orphaned files.
Cleanuparr was created primarily to address malicious files, such as `*.lnk` or `*.zipx`, that were getting stuck in Sonarr/Radarr and required manual intervention. Some of the reddit posts that made Cleanuparr come to life can be found [here](https://www.reddit.com/r/sonarr/comments/1gqnx16/psa_sonarr_downloaded_a_virus/), [here](https://www.reddit.com/r/sonarr/comments/1gqwklr/sonar_downloaded_a_mkv_file_which_looked_like_a/), [here](https://www.reddit.com/r/sonarr/comments/1gpw2wa/downloaded_waiting_to_import/) and [here](https://www.reddit.com/r/sonarr/comments/1gpi344/downloads_not_importing_no_files_found/).

View File

@@ -9,7 +9,7 @@ import {
# About
Cleanuparr is a tool for automating the cleanup of unwanted or blocked files in Sonarr, Radarr, and supported download clients like qBittorrent. It removes incomplete or blocked downloads, updates queues, and enforces blacklists or whitelists to manage file selection. After removing blocked content, Cleanuparr can also trigger a search to replace the deleted shows/movies.
Cleanuparr is an advanced download manager for the Servarr ecosystem. It works with Sonarr, Radarr, Lidarr, Readarr, and Whisparr alongside download clients like qBittorrent, Transmission, and Deluge. Beyond cleaning up stalled, blocked, and malicious downloads, it searches for missing content and quality upgrades, manages seeding, and removes orphaned files.
<div className={styles.documentationPage}>

View File

@@ -73,11 +73,11 @@ function HomepageHeader() {
<div className={styles.heroText}>
<Heading as="h1" className={styles.heroTitle}>
<span className={styles.heroTitleMain}>{siteConfig.title}</span>
<span className={styles.heroTitleSub}>Automated Download Management</span>
<span className={styles.heroTitleSub}>Advanced Download Management for the Servarr Ecosystem</span>
</Heading>
<p className={styles.heroSubtitle}>
Automatically clean up unwanted, stalled, and malicious downloads from your *arr applications and download clients.
Keep your queues clean and your media library safe.
Advanced download management for your Servarr applications and download clients.
Keep your queues clean, protect against malware, and proactively search for missing content and quality upgrades.
</p>
<div className={styles.heroButtons}>
<Link