Commit Graph

240 Commits

Author SHA1 Message Date
gehrleib 372fa3339a tweak(regex): Adjust test in x265 pattern 2025-02-16 15:05:38 -05:00
gehrleib 98d596100f tweak(regex): Refine x265 pattern to improve delimiter handling 2025-02-16 15:03:16 -05:00
gehrleib b2813d97b9 tweak(regex): Refine h265 pattern to include more delimiters 2025-02-16 14:52:33 -05:00
gehrleib 7ab2b5c86b tweak(regex): Enhance Colourisation description to clarify matching criteria for American and British spellings 2025-02-16 14:40:36 -05:00
gehrleib 2818000367 tweak(regex): Had to rename Colour to Colourisation in B&W format as we don't handle renames automatically 2025-02-15 15:45:31 -05:00
gehrleib cc156b3545 tweak(regex): Update Colourisation description for clarity 2025-02-15 15:36:37 -05:00
gehrleib 362ee88d85 tweak(regex): Enhance x264 pattern to exclude remux and refine DVDRip matching criteria 2025-02-15 15:30:51 -05:00
gehrleib d47e5234ee tweak(format): Update B&W description to clarify matching criteria 2025-02-15 15:29:37 -05:00
gehrleib 60dd791ef7 Tweak(regex): Rename Colour to Colourisation with tests focused on British spellings 2025-02-15 15:27:18 -05:00
GitHub Action 40b7a300da Update bundles 2025-02-15 06:24:34 +00:00
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
GitHub Action 4ea02d3967 Update bundles 2025-02-11 02:08:18 +00:00
santiagosayshey e9bc3decf1 Merge branch 'stable' of https://github.com/Dictionarry-Hub/database into stable 2025-02-11 12:38:03 +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
GitHub Action da990940a1 Update bundles 2025-02-11 02:06:52 +00:00
santiagosayshey 2581cf7fe6 fix(profile): Remove redundant blu-ray encode CF
- Artifact of cloned profile, replaced with existing blu-ray CF and set to -9999
2025-02-11 12:56:34 +10:50
GitHub Action cd8adc38ce Update bundles 2025-02-10 04:35:01 +00:00
santiagosayshey b9f57b310e
fix(devlog): add actual date 2025-02-10 15:04:47 +10:30
GitHub Action ca2148fe90 Update bundles 2025-02-09 21:44:51 +00:00
Brandon 59240192dc
fix(regex): match literal `.` rather than any character (#30) 2025-02-10 08:14:37 +10:30
GitHub Action 6029acbdaa Update bundles 2025-02-09 21:41:06 +00:00
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
GitHub Action 2d010c50a5 Update bundles 2025-02-09 03:48:14 +00:00
santiagosayshey 05e3b11526 add(regex): Add encode test
- tests for encode & web
2025-02-09 03:48:01 +00:00
GitHub Action f8d265b97d Update bundles 2025-02-09 03:44:03 +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
GitHub Action 7e89a71cc8 Update bundles 2025-02-09 02:18:08 +00:00
Seraphys 2b03502b03
Create FLUX.yml (#27) 2025-02-09 12:47:54 +10:30
GitHub Action b0df00bdeb Update bundles 2025-02-09 01:40:55 +00:00
Seraphys 6be97f82a8
tweak(format): Change Condition Order (#25)
- Update 1080p Golden Popcorn
- Update 2160p Blu-ray Encode
- Update 720p Golden Popcorn
- Update SD Golden Popcorn
- Update x264 (2160p)
2025-02-09 12:10:41 +10:30
GitHub Action cf095b913d Update bundles 2025-02-07 18:44:56 +00:00
santiagosayshey f35259508b fix(format): Add required negation to "Not <Langauge>"
- Previous conditions would match Not <Langauge> if a release contained something other than the original language (MULTi's for instance)
- Required negation forces both conditions to be met
2025-02-08 05:34:41 +10:50
GitHub Action 70ba6c4cfe Update bundles 2025-02-07 00:03:09 +00:00
Seraphys e1f34b16f9
refactor(format): Change Condition Order (#24)
- Move condition orders around for organisation
- No logic changes
2025-02-07 10:32:54 +10:30
GitHub Action e75a3a1b16 Update bundles 2025-02-06 19:50:56 +00:00
santiagosayshey 3fa3e8b28b tweak(regex): Add outlier "ET" test to extras regex pattern 2025-02-07 06:40:36 +10:50
GitHub Action ec37747311 Update bundles 2025-02-06 18:34:44 +00:00
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
GitHub Action 12c0a681f5 Update bundles 2025-02-05 21:35:21 +00:00
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
GitHub Action 062f222108 Update bundles 2025-02-05 07:39:03 +00:00
santiagosayshey f6cb006631
tweak(regex): add example desription to 4kDVS 2025-02-05 18:08:47 +10:30
GitHub Action 3dcb056ec9 Update bundles 2025-02-04 22:43:42 +00:00
Sam Chau 8628fe115d docs(home,faq): add development notice, transparency FAQ 2025-02-05 09:13:28 +10:30
GitHub Action d9d316f02c Update bundles 2025-02-04 19:13:45 +00:00
santiagosayshey 653c748516 fix(profile): GPPi link now resolves properly (really this time)
- gppi -> GPPi
2025-02-05 06:03:29 +10:50
GitHub Action a44fa6c586 Update bundles 2025-02-04 19:02:20 +00:00
santiagosayshey 6707d9a5f1 fix(profile): GPPi link now resolves properly 2025-02-05 05:52:04 +10:50
GitHub Action 2baddfefa1 Update bundles 2025-02-03 15:13:39 +00:00
santiagosayshey 7942b6cac3 tweak(profile): Adjust metric links
- .vercel.app -> .dev
2025-02-04 02:03:22 +10:50