parent
de56b45ab1
commit
c91dd03a67
@ -1,11 +0,0 @@
|
||||
# EditorConfig is awesome: https://EditorConfig.org
|
||||
|
||||
# top-most EditorConfig file
|
||||
root = false
|
||||
|
||||
[*.json]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
#insert_final_newline = true
|
@ -1,11 +0,0 @@
|
||||
# EditorConfig is awesome: https://EditorConfig.org
|
||||
|
||||
# top-most EditorConfig file
|
||||
root = false
|
||||
|
||||
[*.json]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
#insert_final_newline = true
|
@ -1,17 +1,17 @@
|
||||
| Custom Format | Score | Trash ID |
|
||||
| ------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ------------------------------------------------------------------------- |
|
||||
| [{{ radarr['user-radarr-cf']['french-cfs']['multi-audio']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#multi-audio) | {{ radarr['user-radarr-cf']['french-cfs']['multi-audio']['trash_score'] }} | {{ radarr['user-radarr-cf']['french-cfs']['multi-audio']['trash_id'] }} |
|
||||
| [{{ radarr['user-radarr-cf']['french-cfs']['french-audio']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#french-audio) | {{ radarr['user-radarr-cf']['french-cfs']['french-audio']['trash_score'] }} | {{ radarr['user-radarr-cf']['french-cfs']['french-audio']['trash_id'] }} |
|
||||
| [{{ radarr['user-radarr-cf']['french-cfs']['multi-french']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#multi-french) | 0 | {{ radarr['user-radarr-cf']['french-cfs']['multi-french']['trash_id'] }} |
|
||||
| [{{ radarr['cf']['multi-audio']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#multi-audio) | {{ radarr['cf']['multi-audio']['trash_score'] }} | {{ radarr['cf']['multi-audio']['trash_id'] }} |
|
||||
| [{{ radarr['cf']['french-audio']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#french-audio) | {{ radarr['cf']['french-audio']['trash_score'] }} | {{ radarr['cf']['french-audio']['trash_id'] }} |
|
||||
| [{{ radarr['cf']['multi-french']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#multi-french) | 0 | {{ radarr['cf']['multi-french']['trash_id'] }} |
|
||||
|
||||
??? summary "Breakdown and Why - [CLICK TO EXPAND]"
|
||||
|
||||
- **{{ radarr['user-radarr-cf']['french-cfs']['multi-audio']['name'] }}:** This is a custom format to help Radarr recognise MULTi audio release.
|
||||
- **{{ radarr['cf']['multi-audio']['name'] }}:** This is a custom format to help Radarr recognise MULTi audio release.
|
||||
|
||||
!!! Info "You can safely replace the original [{{ radarr['cf']['multi']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#multi) Custom Format from the Guide with it."
|
||||
|
||||
- **{{ radarr['user-radarr-cf']['french-cfs']['french-audio']['name'] }}:** This is a custom format to help Radarr recognise release with French audio. It is optional and only give a small boost if the release indeed possess a French audio.
|
||||
- **{{ radarr['user-radarr-cf']['french-cfs']['multi-french']['name'] }}:** This is a custom format that will rename your file with 'Multi-French'.
|
||||
- **{{ radarr['cf']['french-audio']['name'] }}:** This is a custom format to help Radarr recognise release with French audio. It is optional and only give a small boost if the release indeed possess a French audio.
|
||||
- **{{ radarr['cf']['multi-french']['name'] }}:** This is a custom format that will rename your file with 'Multi-French'.
|
||||
|
||||
**How it works**
|
||||
When Radarr find a release with 'MULTi' in, it will allocate a {{ radarr['user-radarr-cf']['french-cfs']['multi-audio']['trash_score'] }} score on it thanks to the **{{ radarr['user-radarr-cf']['french-cfs']['multi-audio']['name'] }}** custom format. If the release indeed possess at least the original audio and French audio, it will be renamed by the **{{ radarr['user-radarr-cf']['french-cfs']['multi-french']['name'] }}**. Allowing the release to keep the {{ radarr['user-radarr-cf']['french-cfs']['multi-audio']['trash_score'] }} score from the {{ radarr['user-radarr-cf']['french-cfs']['multi-audio']['trash_score'] }}.
|
||||
When Radarr find a release with 'MULTi' in, it will allocate a {{ radarr['cf']['multi-audio']['trash_score'] }} score on it thanks to the **{{ radarr['cf']['multi-audio']['name'] }}** custom format. If the release indeed possess at least the original audio and French audio, it will be renamed by the **{{ radarr['cf']['multi-french']['name'] }}**. Allowing the release to keep the {{ radarr['cf']['multi-audio']['trash_score'] }} score from the {{ radarr['cf']['multi-audio']['trash_score'] }}.
|
||||
|
Loading…
Reference in new issue