Special notes about behavior of Recyclarr 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 Recyclarr 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 Recyclarr will not touch). - `Anime - First Release Profile` is the name of the Release Profile (taken from the `name` property of its corresponding JSON file). ### Migration System See the [Migration System] page. [Migration System]: https://github.com/recyclarr/recyclarr/wiki/Migration-System