mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-10 07:46:58 +00:00
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
31 lines
742 B
YAML
31 lines
742 B
YAML
name: Repack2
|
|
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 level 2 fixes'
|
|
tags:
|
|
- Flag
|
|
- Repack
|
|
conditions:
|
|
- name: Repack2
|
|
negate: false
|
|
pattern: Repack2
|
|
required: true
|
|
type: release_title
|
|
tests: []
|