Updated Custom Formats Aphrodite (markdown)

ta264 2020-02-15 14:54:14 +00:00
parent b98c6fe780
commit 35f69603d5
1 changed files with 11 additions and 1 deletions

@ -1 +1,11 @@
# reworked!
# Summary
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:
## 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
## 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)