Merge branch 'app/recyclarr' of https://github.com/JigSawFr/runtipi-appstore-custom into JigSawFr-app/recyclarr
This commit is contained in:
commit
a7e102a2f1
24
apps/recyclarr/config.json
Normal file
24
apps/recyclarr/config.json
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"$schema": "../schema.json",
|
||||||
|
"name": "Recyclarr",
|
||||||
|
"port": 1111,
|
||||||
|
"available": true,
|
||||||
|
"exposable": false,
|
||||||
|
"no_gui": true,
|
||||||
|
"uid": 1000,
|
||||||
|
"gid": 1000,
|
||||||
|
"id": "recyclarr",
|
||||||
|
"tipi_version": 11,
|
||||||
|
"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",
|
||||||
|
"form_fields": [
|
||||||
|
]
|
||||||
|
}
|
16
apps/recyclarr/docker-compose.yml
Normal file
16
apps/recyclarr/docker-compose.yml
Normal 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
|
47
apps/recyclarr/metadata/description.md
Normal file
47
apps/recyclarr/metadata/description.md
Normal 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.
|
BIN
apps/recyclarr/metadata/logo.jpg
Normal file
BIN
apps/recyclarr/metadata/logo.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.9 KiB |
Loading…
Reference in New Issue
Block a user