feat(app): add recyclarr

This commit is contained in:
JigSawFr 2023-10-22 22:22:42 +02:00
parent 80d9dc0b94
commit df76730d24
No known key found for this signature in database
4 changed files with 85 additions and 0 deletions

View File

@ -0,0 +1,22 @@
{
"$schema": "../schema.json",
"name": "Recyclarr",
"port": 1111,
"available": true,
"exposable": false,
"no_gui": true,
"uid": 1000,
"gid": 1000,
"id": "recyclarr",
"tipi_version": 10,
"version": "6.0.2",
"categories": [
"media",
"utilities"
],
"description": "Automatically sync TRaSH Guides to your Sonarr and Radarr instances",
"short_desc": "Sync TRaSH Guides.",
"author": "rcdailey",
"source": "https://github.com/recyclarr/recyclarr",
"website": "https://recyclarr.dev"
}

View File

@ -0,0 +1,16 @@
services:
recyclarr:
user: ${TIPI_UID}:${TIPI_GID}
container_name: recyclarr
image: ghcr.io/recyclarr/recyclarr:6.0.2
restart: unless-stopped
volumes:
- ${APP_DATA_DIR}/data/config:/config
environment:
- RECYCLARR_CREATE_CONFIG=${RECYCLARR_CREATE_CONFIG-true}
- TZ=${TZ}
networks:
- tipi_main_network
labels:
# Main
traefik.enable: false

View File

@ -0,0 +1,47 @@
# TRaSH Guide Updater
Automatically mirror TRaSH guides to your Sonarr/Radarr instance.
## Sonarr Features
### Release Profiles
- "Preferred", "Must Not Contain", and "Must Contain" terms from guides are reflected in
corresponding release profile fields in Sonarr.
- "Include Preferred when Renaming" is properly checked/unchecked depending on explicit mention of
this in the guides.
- Profiles get created if they do not exist, or updated if they already exist. Profiles get a unique
name based on the guide and this name is used to find them in subsequent runs.
- Tags can be added to any updated or created profiles.
- Ability to convert preferred with negative scores to "Must not contain" terms.
- Terms mentioned as "optional" in the guide are not synced to Sonarr release profiles by default
(can be enabled via config).
### Quality Definitions
- Anime and Series (Non-Anime) quality definitions from the guide.
- "Hybrid" type supported that is a mixture of both.
## Radarr Features
### Quality Definitions
- Movie quality definition from the guide
### Custom Formats
- A user-specified list of custom formats are synchronized to Radarr from the TRaSH guides.
- Scores from the guides can be synchronized to quality profiles of your choosing.
- User can specify their own scores for custom formats (instead of using the guide score).
- Option to enable automatic deletion custom formats in Radarr when they are removed from config or
the guide.
---
*Important Notices!*
- > **Note**: For Sonarr updates to work, you must be running version `3.0.4.1098` or greater.
- > **Note**: Do not run Notifiarr's Trash Guides Integration in conjunction with Trash Updater's
> Custom Format synchronization. In general, you should not have two different tools updating the
> same data in Radarr.

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB