Moved the release profile naming docs from the structural guidelines page to this new page.pull/56/head
parent
ba315ba93d
commit
1427504b65
@ -0,0 +1,22 @@
|
||||
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).
|
Loading…
Reference in new issue