Commit Graph

51 Commits

Author SHA1 Message Date
santiagosayshey b0a83ccac5 add(profile): Match and negate remuxes from UHDBits
- release titles never include audio
2025-01-12 01:21:05 +10:50
santiagosayshey 32c3815475 tweak(regex): Optional seperator between TrueHDA and 7.1 2025-01-11 23:36:41 +10:50
santiagosayshey 88b21a1003 add(format): SDR Negation in HDR (Missing)
- Negate HDR when SDR is explicitly
2025-01-11 23:20:15 +10:50
santiagosayshey a4873f5c9c fix(format): Fixed BTN Atmos Condition
- Wasn't set properly due to rename bug
- Add basic tests
2025-01-11 23:07:48 +10:50
santiagosayshey 92d7997b4e tweak(format): Add DVD negation to Remux CF 2025-01-11 22:33:48 +10:50
Sam Chau 4f06252276 Merge branch 'stable' of https://github.com/Dictionarry-Hub/database into 2160p-Remux 2025-01-11 22:04:40 +10:30
santiagosayshey ecbd42749b
refactor(format): tiered release group CFs (#16)
- Removed  'test' artifact from the description
- Add / score tiered release group CFs to 1080p Quality
- Add required negations to full disc CF
- Remove individual release group CFs
2025-01-11 10:35:28 +10:30
santiagosayshey 0ac2c9dd0c feat(format): New CF: Non Retail HDR
- Matches releases with non retail HDR from specific release groups (notably from torrentleech)
2025-01-06 16:19:26 +10:50
santiagosayshey 638e1ca2a4 feat(format): new CF: Encodes from Blu-ray
- Matches encodes from a Blu-ray, needed to drop score of 4k encodes
2025-01-06 16:17:28 +10:50
santiagosayshey dba94a65cf fix(format): don't match encodes / remuxes 2025-01-06 16:06:28 +10:50
santiagosayshey 889b5eeb80 fix(format): required negations for TrueHD 2025-01-06 16:05:51 +10:50
santiagosayshey f448c60fa4 improvement(format): Parse for BTN Atmos labelling
- Instead of 'Atmos', match a singular 'A' after 'TrueHD' or 'DDP'
- The.Last.of.Us.S01.2160p.UHD.BluRay.Remux.TrueHDA7.1.H.265-PmP
2025-01-06 16:05:02 +10:50
santiagosayshey dcae792b08 feat(format): New 'codec' CF
- Matches Remux as a codec, not a source. Either h265 or h264.
- Need a better descriptor for this
2025-01-06 06:23:39 +10:50
santiagosayshey b6c20e1098 fix(format): Fix required negations for Atmos and HDR10 2025-01-06 06:22:52 +10:50
santiagosayshey f893e090ef Improvement(format): Better h265 parsing
- Only match 1080p + WEB
- Don't match remuxes / full discs
2025-01-06 06:07:16 +10:50
santiagosayshey c50e687195 fix(format): Add required negation to remux regex 2025-01-06 06:05:16 +10:50
root 65de0da231 feat(format): New Release Group: SOP
- Tier 5 (Manual Rank - HDBits Internal)
2024-12-22 21:17:22 +10:50
santiagosayshey cdd56cff6e chore(format): Adjust Condition Name
- Free50 -> Free75
2024-12-20 18:28:13 +10:50
santiagosayshey d1849e6924 feat(format): Add Freeleech Custom Formats
- 25%, 50%, 75%, 100%
2024-12-20 18:24:35 +10:50
santiagosayshey eed71c7036 feat(format): New Release Group: de[42]
- Identified as Tier 4 (1080p GPPi)
- Score = 50 in 1080p Encode
2024-12-19 16:23:23 +10:50
santiagosayshey 0935f85cb0 feat(format): Overhauled Langauge System
- Base language custom formats added, compiler will convert to other languages on the fly
- Not <Language>: Matches releases that don't include the specified language
- Not Only <Langauge>: Matches releases that include both the specified language, and others via parsed language logic
- Not Only <Langauge> (Missing): Matches releases that include both the specified language, and others via regex pattern "Dual Audio"
- New regex pattern to match dual audio
- Set default language to "Must Include English"
2024-12-18 23:28:52 +10:50
santiagosayshey f9968b0888 fix(format): Refactor SD Golden Popcorn Logic
- Match Flag + SD resolutions, stop negation of HD resolutions
- Negate 720p Golden Popcorn in 1080p-Encode
2024-12-17 18:51:07 +10:50
santiagosayshey badd733e88 fix(profile): Various Improvements to 1080p Encode
- Reduce BHDStudio Score, now inline with lower tier WEB (Netflix, Hulu, etc)
- Remove BeyondHD from Encode tier list
- Add custom format for h265, negate h265 releases in 1080p Encode
- x264 Custom Format now negates WEBs
2024-12-17 18:29:26 +10:50
santiagosayshey c868a129de feat(Regex + Format): Add more miscellaneous formats
- BeyondHD Group
- Extras
- Bluray SD Encodes
- Upscales
- VVC
2024-12-13 18:08:32 +10:50
santiagosayshey a900cdeea6 feat(Regex + Format): Add Patterns and Formats for HDR types 2024-12-13 10:52:10 +10:50
santiagosayshey 8c73678370 feat(Regex + Format): Add miscellaneous extra formats
- Black and White
- 3D
- AV1
- Scene
2024-12-13 10:00:34 +10:50
santiagosayshey d6c0d62032 feat(Format + Profile): Add formats + scoring for SD release groups 2024-12-12 12:54:24 +10:50
santiagosayshey e94f3646c1 feat(format): Add Golden Popcorn custom formats 2024-12-12 12:38:10 +10:50
santiagosayshey 26f02954c7 feat(format): Add audio custom formats 2024-12-12 11:03:55 +10:50
santiagosayshey fa582b8338 feat(format): Add Encode Tier 4+5 (1080p) Custom Formats 2024-12-12 09:00:08 +10:50
santiagosayshey 913da9b603 feat(format): Add Encode Tier 4 (1080p) Custom Formats 2024-12-12 07:39:18 +10:50
santiagosayshey 2369c7493f feat(format): Add Encode Tier 3 (1080p) Custom Formats 2024-12-12 07:35:22 +10:50
santiagosayshey 172f78a037 feat(format): Add Encode Tier 2 (1080p) Custom Formats 2024-12-12 07:31:45 +10:50
santiagosayshey bc997d6e49 refactor(format): Adjust Tier 1 tag name 2024-12-12 07:29:07 +10:50
santiagosayshey adf0810b8b feat(format): Add format for identifying missing h265 in files
- Check for specific groups, file markers (mkv, mp4), and WEB source
- Negate if h265 already
2024-12-12 06:44:56 +10:50
santiagosayshey eb26f18f4c feat(Formats + Profile): Add 1080p T1 Groups + Scores 2024-12-09 06:02:47 +10:50
santiagosayshey 84b094750a feat(format): Add formats for x26(45) 2024-12-08 23:29:08 +10:50
santiagosayshey 06f2e63ff8 feat(format): Add remaining codec formats
- Blu-ray Remux
- Full Disc
- Xvid
2024-12-08 23:22:50 +10:50
santiagosayshey c00db48d60 feat(format): Add DVD formats
- DVD Remux
- DVD (Source)
2024-12-08 23:02:45 +10:50
santiagosayshey 67b0e88e3d feat(format): add bluray / webrip sources 2024-12-08 10:23:05 +10:50
santiagosayshey 4acec4e2c8 fix(format): Typo fix 2024-12-08 10:19:51 +10:50
santiagosayshey 0e82ef04f5 feat(format): Add Tier 2 & 3 Streaming Services
- PCOK
- MAX
- HMax
- NF
- PMTP
- CRiT
- HULU
- ROKU
- iT
2024-12-06 06:44:07 +10:50
santiagosayshey 9965de08f4 feat(format): add T1 tags to streaming services 2024-12-03 17:24:51 +10:50
santiagosayshey 9888c634e2 feat(format): add streaming service: DSNP 2024-12-03 17:24:18 +10:50
santiagosayshey 5b229d9dfa feat(format): Add Streaming Service: APTV 2024-12-03 02:53:52 +10:50
santiagosayshey decc664c4e test(format): Add x265 test case to AMZN custom format 2024-12-03 02:52:50 +10:50
santiagosayshey 178ae69507 feat(format): Add Streaming Service: Amazon Prime 2024-12-02 20:01:14 +10:50
santiagosayshey 131e31262a test(Movies Anywhere): Adjust test locations
- Move tests from custom format to regex pattern
2024-12-02 19:55:54 +10:50
santiagosayshey cdef042146 feat(format): Add Streaming Service: Movies Anywhere 2024-12-02 16:59:28 +10:50
root cf0d672924 feat(format): implement resolution custom formats
- SD
- HD
- UHD
2024-12-01 17:59:47 +10:50