Commit Graph

2 Commits

Author SHA1 Message Date
Your Name ca5e97bfc9 fix(profile): Correct scoring to prioritize 1080p over 720p in Micro profiles
Fixed critical scoring issue where 720p releases scored higher than 1080p.

Changes:
- Added 1080p Bluray, 1080p WEB-DL, 1080p WEBRip (200,000 pts each)
- Removed codec-specific 1080p WEB-DL (h264) format
- Standardized all 720p sources to 100,000 pts
- Updated upgradeUntilScore to 400,000 (1080p) and 300,000 (720p)
- Updated descriptions to reflect equal source priorities

Scoring now correctly prioritizes:
- 1080p releases: 350,000 pts (150K tier + 200K source)
- 720p releases: 250,000 pts (150K tier + 100K source)
- 480p releases: 210,000 pts (150K tier + 60K source)
2025-11-01 21:21:44 -05:00
Your Name fc9f159efa create(profile): Add micro-encode profiles for storage-conscious users
create(format): Micro Encode tier custom formats (Tier 1-3)
create(regex): Add BONE, GalaxyRG, TGx, ETHEL patterns
create(workflow): Upstream sync automation from Dictionarry-Hub

Implements storage-focused profiles prioritizing YTS, YIFY, BONE,
GalaxyRG, TGx, ETHEL with 1080p → 720p → 480p quality progression.

New profiles:
- 1080p Micro: Standard micro-encode profile
- 720p Micro: Extreme storage constraints
- 1080p Micro+: Enhanced variant with broader matching

Custom formats use tiered scoring (150K/100K/80K) to prioritize
micro-encode release groups while blocking remux and lossless audio.

GitHub Actions workflow syncs weekly from upstream stable branch
while preserving all custom Micro files.
2025-11-01 21:03:37 -05:00