feat: Repacks (#23)

create(format): Repack CFs
- Uses trash guides regexes as a baseline: https://trash-guides.info/Sonarr/sonarr-collection-of-custom-formats/#repackproper
- Combines regexes into single patterns for performance
- Explains different in p2p / scene naming standards

tweak(profile): Add Repack CFs to quality profiles
- Upgrade lone releases with repack / proper
- Disregards freeleech by starting scores with +5
This commit is contained in:
santiagosayshey
2025-02-06 08:05:08 +10:30
committed by GitHub
parent 062f222108
commit 6ca6db355e
13 changed files with 425 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
name: Repack1
description: 'Release groups use specific terms to indicate when they''re fixing issues
in releases:
In Scene releases, groups can only occupy one release slot, which leads to two different
terms:
- PROPER is used when a different group fixes issues in another group''s release
- REPACK is used when a group fixes issues in their own release
P2P releases are simpler - REPACK is typically used whenever a group releases a
fixed version.
REAL / RERIP indicate similar things but their specific meaning / origin is unclear.
This custom format will catch basic level fixes (no number suffixes).'
tags:
- Flag
- Repack
conditions:
- name: Repack1
negate: false
pattern: Repack1
required: true
type: release_title
tests: []