1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-07-02 10:22:21 +02:00

Updated Custom Formats Aphrodite (markdown)

ta264 2020-02-16 14:43:17 +00:00
parent 8e330ffeaf
commit 1da2f33b48

@ -2,12 +2,14 @@
Custom formats have been reworked significantly in Aphrodite. They are now calculated on-the-fly instead of being stored in the database, so they update as soon as you change the definitions.
## Specifications
A custom format in v2 was made up of one or more Format Tags, defined using a special string format. These are replaced by 'Specifications' in Aphrodite which are hopefully a bit more user friendly.
## Conditions
A custom format in v2 was made up of one or more Format Tags, defined using a special string format. These are replaced by 'Conditions' in Aphrodite which are specified in the UI.
Each specification can be *negated* (so the custom format will only apply if the specification *does not* match) and/or *required*.
All conditions have two possible modifiers:
- **Negate** means that the match is inverted, so the condition is satisfied if and only if the non-negated condition is not satisfied
- **Required** means that this condition must be satisfied for the custom format to apply. If a custom format has multiple conditions of the same type then only one needs to match for the custom format to apply. Enabling this option means that in addition this specific condition must be satisfied for the custom format to apply.
More details on some of the specifications below:
More details on some of the conditions below:
## Release Title
Replaces the 'Custom' format tag from v0.2. This is a regular expression matched against the release title and, after download, the filename on disk