Commit Graph

76 Commits

Author SHA1 Message Date
Seraphys 83eb8c059f add(regex): Remux Group Regex 2025-05-27 15:41:45 -05:00
Seraphys 59263b3c9b tweak(format): Add KC to Unwanted Release Groups 2025-05-18 21:13:00 -05:00
Seraphys 43a88c276f tweak(format): Fix Peacock Rename Import 2025-05-16 15:02:12 -05:00
Seraphys 0acfe10d89 tweak(format): Fix Itunes Rename Import 2025-05-16 14:45:23 -05:00
Seraphys c070c7d2f0 tweak(format): Fix Max Rename Import 2025-05-16 14:25:21 -05:00
Seraphys abc72653dc tweak(format): Fix HMAX Rename Import 2025-05-16 14:22:48 -05:00
Seraphys 66dd89c61b create(regex): Initial Anime Groups Prolific 2025-05-15 21:04:14 -05:00
Seraphys f3fd633712 remove(regex): Add HEVC Back to x265 Regex / Remove from Profiles 2025-05-05 17:31:52 -05:00
Seraphys aced737557 remove(format): No Longer Needed 2025-05-04 15:06:05 -05:00
Seraphys fc11a8a26a add(format): HLG + PQ Regex CF and to All Profiles 2025-05-03 20:30:46 -05:00
Seraphys 58b948105f tweak(regex): Misspelled Sicfol 2025-05-03 20:11:53 -05:00
Seraphys 7f90075088 tweak(regex): Fix Name 2025-04-29 20:20:35 -05:00
Seraphys 8bdd288042 tweak: Add Groupless to Banned 2025-04-29 20:18:23 -05:00
Seraphys ea3e46eba2 tweak(format): Add Groupless To Banned 2025-04-29 20:18:11 -05:00
Seraphys fbc94284b5 create(regex): WEBDL Groups 2025-04-27 16:25:12 -05:00
Seraphys c5f4ed1998 create(regex): WEBDL Groups 2025-04-27 15:10:12 -05:00
Seraphys 7bb0f3b70d tweak(regex): Test Case 3D 2025-04-25 14:16:12 -05:00
Seraphys a6decf1b6f create(regex): Showtime 2025-04-21 20:34:18 -05:00
Seraphys 133384b0bf create(regex): NOW TV 2025-04-21 20:25:38 -05:00
Seraphys 75bd9e6dd9 create(regex): Hotstar 2025-04-21 20:09:52 -05:00
Seraphys 26d6093f2e tweak(profile): Codec Rework 2025-04-20 18:34:27 -05:00
Seraphys 56cf03011b tweak(regex): OCD Fix 2025-04-15 14:52:49 -05:00
Seraphys e864492602 create(regex): VP9 2025-04-15 14:36:58 -05:00
Seraphys 589f77b2de tweak(profile): Move BeyondHD to Unwanted Release Groups 2025-04-14 20:27:17 -05:00
Seraphys b385fc94db tweak(format): Add Non Retail HDR Groups 2025-04-10 11:16:24 -05:00
Seraphys d4b21c34c0 tweak(format): Add Groups to Unwanted Release Groups 2025-04-09 22:04:50 -05:00
Seraphys 0e2a1b69c6 create(format): Unwanted Release Groups and add to Profiles 2025-04-09 18:06:53 -05:00
Seraphys 63d15e18b3 tweak(regex): Remove HEVC 2025-04-06 11:45:33 -05:00
Sam Chau 34b81a1e7b Merge branch 'stable' of https://github.com/Dictionarry-Hub/database into scoring-refactor 2025-04-05 10:23:22 +10:30
Samuel Chau 03a63e2459
fix(format): HDR improvements (#50)
- fixed a issue where HDR was matching both HDR10 & 10+
- fixed an issue where unknown lossless audio was matching for TrueHD releases / missing groups
- added a new 'general HDR' CF which matches HDR that isn't HDR10 nor HDR10+
- added an optional any character between HDR10 and +
2025-04-05 09:28:33 +10:30
Seraphys 99eb353acd
refactor(everything): Scoring Refactor, 720p Fallback, Streaming Service Improvements
- Adjust scoring for each profile to better differentiate resolution and release type
- Add 720p Fallback
- Change streaming service names to match their regex targets
- Add Stan, BCORE streaming services
- Negate bleeding edge codecs (AV1, VVC)
- Reduce scene score
- Various tag/name improvements
2025-04-01 20:15:12 +10:30
Brandon b53c97a343
fix(regex, format): Improve regex boundary matching and remove duplicates (#36)
* tweak(regex):  Improve SM737 boundary matching

* remove(regex): Duplicate patterns created by group tiers

* tweak(group_tiers): Prevent creation of duplicate patterns

* tweak(regex): Use `THREESOME` instead of `threesome`

* tweak(regex): Rename `Colour` to `Colourisation`

* tweak(regex): Improve `Colourisation` description
2025-03-11 05:06:53 +10:30
Seraphys 82b096a3e6
create(regex): Asian Streaming Platforms (#39) 2025-03-11 05:03:26 +10:30
xxx 25ee7d846a fix(format): Set proper TrueHD condition for 1080p Lossless
- Remove old TrueHD + Atmos pattern
2025-03-08 04:40:54 +00:00
santiagosayshey 6ca1e93939
create: special / theatrical editions (#37)
- New regex patterns for IMAX, Extended Clip, Sing Along, Special & Theatrical Editions
- New custom format for Special Edition + Special Edition (unwanted) 
- Score Special Edition custom formats in each profile; overrides HDR / Audio formats
- Add 'Flights' to non retail HDR groups
2025-02-26 16:41:06 +10:30
Brandon 4585257e16
tweak(format): Improve matching for Black & White colour grade (#34)
- Improve b&w matching to include various spellings / delimiters
- Enforce year look ahead to make sure black & white is not included in title
- Negate any colorized releases that were originally black and white
2025-02-15 16:54:15 +10:30
santiagosayshey 69de45758e tweak(format): Add VisionXpert to non retail HDR groups
- note that HDR+ layers generated using DaVinci Resolve
2025-02-11 12:57:53 +10:50
Brandon 59240192dc
fix(regex): match literal `.` rather than any character (#30) 2025-02-10 08:14:37 +10:30
Brandon e39014facd
tweak(regex): improve Blu-ray parsing (#31)
- Matches only "BluRay" or "Blu-Ray", but not "Blu Ray"
- Remove extra hyphen from description.
2025-02-10 08:10:55 +10:30
santiagosayshey 05e3b11526 add(regex): Add encode test
- tests for encode & web
2025-02-09 03:48:01 +00:00
Seraphys f1e049a0de
create(regex): Streaming Service Release Groups (#28)
- Included various streaming service release groups so they can be used for custom CFs (streaming service tiers for example)
2025-02-09 14:13:50 +10:30
Seraphys 2b03502b03
Create FLUX.yml (#27) 2025-02-09 12:47:54 +10:30
santiagosayshey 3fa3e8b28b tweak(regex): Add outlier "ET" test to extras regex pattern 2025-02-07 06:40:36 +10:50
erphise 34dc83dd68
tweak(regex): Parsing improved for "Extras" (#22)
- Improve matching for: `E.T..el.ExtraTerrestre.30.Aniversario.1982.mHD.10Bits.1080p.BluRay.DD5.1.HEVC-TMd.mkv`
2025-02-07 05:04:31 +10:30
santiagosayshey 6ca6db355e
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
2025-02-06 08:05:08 +10:30
santiagosayshey f6cb006631
tweak(regex): add example desription to 4kDVS 2025-02-05 18:08:47 +10:30
santiagosayshey c2d2ad9812 tweak(regex): Add word boundary before "MA"
- Needed to stop matching words that include MA in them, like the streaming service "ABEMA"
2025-01-28 07:49:17 +10:50
santiagosayshey cbf6c8ae03
New Profile: 1080p Remux (#21)
create(format): Unwanted Remux Groups

tweak(profile): Improve profile tags

create(profile): Initialise Profile: 1080p Remux
2025-01-20 13:39:34 +10:30
santiagosayshey 1a2bdebd2c
New Profile: 2160p Balanced (#20)
tweak(regex): Better descriptions

tweak(profile): Modified Blu-ray behavior for Quality profiles
- Score set to 10, so that non reputable encodes are not ranked above web-dls
- Quality tier scores increased to make up for this

create(profile): Initialise Profile: 2160p Balanced
- New CF: 2160p Encode - used to negate any encodes at 4k
- New CF: Lossless Audio (1080p) - used to negate non-reputable encodes w/ lossless audio from overtaking wanted WEB-DLs
- New Profile: 2160p Balanced - grab 2160p WEB-DLs with fallback to 1080p Quality
2025-01-19 12:47:18 +10:30
santiagosayshey 5682c46233
New Profile: 2160p Quality (#19)
create(script): Add tierCreator script for generating group tier custom formats + release group regex patterns

fix(tierCreator): Update YAML handling and improve template processing for group tiers

remove(template): release group condition placeholder

create(format): 2160p Quality Tiers
- 69 new release group regex patterns
- 6 new tiers for 2160p Quality

create(data): Add 2160p Quality Tiers JSON file with detailed statistics and scoring

docs(README): Update README to include utility scripts and tier creator usage instructions

fix(tierCreator): Improve output message to indicate whether a file is being created or overwritten

feat(tierCreator): Add show_preview option for dry run mode to display regex patterns and custom formats

add(tier): more data for 2160p Quality

add(tiers): new regex patterns for various groups, tweaks to 2160p quality tiers

tweak(format): add WOU and MALUS to unwanted x265

tweak(format): Seperate streaming services into 1080p / 2160p
- Existing ones still exist, there are just needed for the 2160p Quality profile since it needs different scores based on the resolution

create(format): Standard Dynamic Range

create(format): Match x265 only for 1080p
- Used to get rid of 1080p x265 encodes for 2160p Quality (since x265 is needed for 2160p Encodes)

tweak(regex): DTS & X can now be seperated by a colon

tweak(format): Add STRiKE to missing HDR Groups

create(profile): Initialise 2160p Quality

tweak(tier): adjustments to scoring algorithm
- hard limits on efficiency delta / num releases for tier 3+

tweaks(tier): new groups / tier adjustments for 2160p quality

add(format): x264 (1080p) 
- Match x264 2160p encodes

tweak(profile): Various improvements
- Remove UHD Bluray scores, they bloat the scoring logic
- Reduce SDR WEBs to below tier ~4
- Add some notes on scoring logic to description

fix(tier): Remove bad data

fix(tier): remove groups added via bad data

tweak(tier): target 55% efficiency, new data for SA89, Mainframe

add(profile): x265 (Missing 2160p)
- Append x265 to 2160 Blu-ray encodes that are not explicitly labelled x264

tweak(profile): Various improvements / tweaks
- Remove required groups for HDR missing CF
- New CF for unknown lossless audio
- New 2160p Balanced tiers
- Normalise lossless audio / quality tier scores

tweak(profile): Adjust fallbacks / improve descriptions 
- Removed HDTV for 1080p profiles
- Renamed 'fallbacks' to 'SD'

tweak(profile): Finalise 2160p Quality v1
- Set upgrade until to 2160p Transparent, score = 800, min score increment = 5
- Add comprehensive description
2025-01-18 17:27:44 +10:30