1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-07-04 11:07:59 +02:00

Updated Custom Formats Aphrodite (markdown)

ta264 2020-02-15 14:58:43 +00:00
parent 35f69603d5
commit 8e330ffeaf

@ -2,10 +2,15 @@
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. 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.
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. More details on some of the specifications below: ## 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.
Each specification can be *negated* (so the custom format will only apply if the specification *does not* match) and/or *required*.
More details on some of the specifications below:
## Release Title ## Release Title
Replaces the 'Custom' tag from v0.2. This is a regular expression matched against the release title and, after download, the filename on disk 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
## Edition ## Edition
Replaces the 'Editon' tag from v0.2. This is a regular expression that matches against what Radarr parses as the movie edition (eg. Director's cut, Extended, etc) Replaces the 'Editon' format tag from v0.2. This is a regular expression that matches against what Radarr parses as the movie edition (eg. Director's cut, Extended, etc)