You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
811 B
23 lines
811 B
Special notes about behavior of Trash Updater with regards to the various services it supports will
|
|
be documented here.
|
|
|
|
# Sonarr
|
|
|
|
Each section below represents a topic covering certain behavior relevant to Sonarr.
|
|
|
|
## Release Profile Naming
|
|
|
|
The script procedurally generates a name for release profiles it creates. For the following example:
|
|
|
|
```txt
|
|
[Trash] Anime - First Release Profile
|
|
```
|
|
|
|
The name is generated as follows:
|
|
|
|
- `[Trash]` is added by Trash Updater to indicate that this Release Profile is created and managed
|
|
by it. This prefix exists to separate it from any Release Profiles the user may have manually
|
|
created (which Trash Updater will not touch).
|
|
- `Anime - First Release Profile` is the name of the Release Profile (taken from the `name` property
|
|
of its corresponding JSON file).
|