Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(starr): Add DiRFiX in repack/proper CF #2153

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/Radarr/Radarr-collection-of-custom-formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ We've made 3 guides related to this.
| [Multi](#multi) | | |
| [No-RlsGroup](#no-rlsgroup) | | |
| [Obfuscated](#obfuscated) | | |
| [DiRFiX](#dirfix) | | |
| [Repack/Proper](#repackproper) | | |
| [Repack2](#repack2) | | |
| [Repack3](#repack3) | | |
Expand Down Expand Up @@ -1373,6 +1374,18 @@ We've made 3 guides related to this.

---

### DiRFiX

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/dirfix.json' %]][[% endfilter %]]
```

<sub><sup>[TOP](#index)</sup></sub>

---

### Repack/Proper

??? example "JSON - [Click to show/hide]"
Expand Down
13 changes: 13 additions & 0 deletions docs/Sonarr/sonarr-collection-of-custom-formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ We've made 3 guides related to this.
| [Multi](#multi) | [FanSUB](#fansub) | [FR Scene Groups](#fr-scene-groups) |
| [No-RlsGroup](#no-rlsgroup) | [FastSUB](#fastsub) | [FR LQ](#fr-lq) |
| [Obfuscated](#obfuscated) | | |
| [DiRFiX](#dirfix) | | |
| [Repack v2](#repack-v2) | | |
| [Repack v3](#repack-v3) | | |
| [Repack/Proper](#repackproper) | | |
Expand Down Expand Up @@ -871,6 +872,18 @@ We've made 3 guides related to this.

---

### DiRFiX

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/sonarr/cf/dirfix.json' %]][[% endfilter %]]
```

<sub><sup>[TOP](#index)</sup></sub>

---

### Repack/Proper

??? example "JSON - [Click to show/hide]"
Expand Down
20 changes: 20 additions & 0 deletions docs/json/radarr/cf/dirfix.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"trash_id": "c9138e3088059f419b730ba8fe4d3e61",
"trash_scores": {
"default": 5
},
"trash_regex": "https://regex101.com/r/6IlHZx/1",
"name": "DiRFiX",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "DiRFiX",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(DiRFiX)\\b"
}
}
]
}
20 changes: 20 additions & 0 deletions docs/json/sonarr/cf/dirfix.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"trash_id": "4cd406b9de36ab204d965969e65077db",
"trash_scores": {
"default": 5
},
"trash_regex": "https://regex101.com/r/6IlHZx/1",
"name": "DiRFiX",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "DiRFiX",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(DiRFiX)\\b"
}
}
]
}
2 changes: 2 additions & 0 deletions includes/cf/radarr-misc-optional.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
| [{{ radarr['cf']['obfuscated']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#obfuscated) | {{ radarr['cf']['obfuscated']['trash_scores']['default'] }} | {{ radarr['cf']['obfuscated']['trash_id'] }} |
| [{{ radarr['cf']['retags']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#retags) | {{ radarr['cf']['retags']['trash_scores']['default'] }} | {{ radarr['cf']['retags']['trash_id'] }} |
| [{{ radarr['cf']['scene']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#scene) | {{ radarr['cf']['scene']['trash_scores']['default'] }} | {{ radarr['cf']['scene']['trash_id'] }} |
| [{{ radarr['cf']['dirfix']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dirfix) | {{ radarr['cf']['dirfix']['trash_scores']['default'] }} | {{ radarr['cf']['dirfix']['trash_id'] }} |

---

Expand All @@ -20,3 +21,4 @@
- **{{ radarr['cf']['obfuscated']['name'] }}:** [*Optional*] Use these only if you wish to avoid renamed releases.
- **{{ radarr['cf']['retags']['name'] }}:** [*Optional*] Use this if you want to avoid retagged releases. Retagged releases often are not consistent with the quality of the original group's release.
- **{{ radarr['cf']['scene']['name'] }}:** [*Optional*] Use this only if you want to avoid SCENE releases.
- **{{ radarr['cf']['dirfix']['name'] }}:** [*Optional*] Use this only if you want to get the latest release with the correction of a typo or inaccuracy in the release name.
2 changes: 2 additions & 0 deletions includes/cf/sonarr-misc-optional.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
| [{{ sonarr['cf']['obfuscated']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#obfuscated) | {{ sonarr['cf']['obfuscated']['trash_scores']['default'] }} | {{ sonarr['cf']['obfuscated']['trash_id'] }} |
| [{{ sonarr['cf']['retags']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#retags) | {{ sonarr['cf']['retags']['trash_scores']['default'] }} | {{ sonarr['cf']['retags']['trash_id'] }} |
| [{{ sonarr['cf']['scene']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#scene) | {{ sonarr['cf']['scene']['trash_scores']['default'] }} | {{ sonarr['cf']['scene']['trash_id'] }} |
| [{{ sonarr['cf']['dirfix']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dirfix) | {{ sonarr['cf']['dirfix']['trash_scores']['default'] }} | {{ sonarr['cf']['dirfix']['trash_id'] }} |

---

Expand All @@ -18,3 +19,4 @@
- **{{ sonarr['cf']['obfuscated']['name'] }}:** [*Optional*] Use these only if you wish to avoid renamed releases.
- **{{ sonarr['cf']['retags']['name'] }}:** [*Optional*] Use this if you wish to avoid retagged releases. Retagged releases often are not consistent with the quality of the original group's release (e.g. TGx downsampling an NTb release from 5.1 audio to 2.0 audio, yet maintaining the NTb naming).
- **{{ sonarr['cf']['scene']['name'] }}:** [*Optional*] Use this only if you want to avoid SCENE releases.
- **{{ sonarr['cf']['dirfix']['name'] }}:** [*Optional*] Use this only if you want to get the latest release with the correction of a typo or inaccuracy in the release name.
Loading