The documentation here is for an unreleased version of Recyclarr.
Visit the documentation site for the Current Version instead.Custom Formats
Custom formats are supported by both Radarr and Sonarr, so this page applies to both.
Custom Format Synchronization
Custom format synchronization is broken up into three categories
- Creation: Custom formats that are in the guide but do not exist in *arr are created.
- Updates: Custom formats that already exist in both the guide and in *arr but are different are updated.
- Deletions: If deletions are allowed by having the
delete_old_custom_formats
configuration setting set totrue
, then custom formats in *arr are deleted if they are removed from the guide or removed from your configuration file.
info
Recyclarr will never touch custom formats that you create by hand, unless they share a name with a custom format in the guide. In general, Recyclarr must have been the one to create a custom format in order to do anything to it (update or delete).
Cache
See the Cache page.