Claude
8e2a49fe5f
refactor(profile): Consolidate Micro profiles into single unified profile
...
Simplified the Micro profile structure by consolidating separate resolution-specific
profiles into one unified approach:
Changes:
- Renamed 1080p Micro → Micro (unified profile for both resolutions)
- Deleted redundant 720p Micro profile
- Updated profile to handle 1080p as primary with 720p fallback
- Added both 1080p and 720p tags to reflect dual-resolution support
- Updated workflow custom files list to reflect new structure
The unified Micro profile maintains the same functionality:
- Targets highly compressed micro-encodes (YTS, YIFY, BONE, GalaxyRG, TGx, ETHEL)
- Quality progression: 1080p (all sources) > 720p (all sources) > 480p > DVD
- Prefers x265/HEVC for better compression
- Storage-focused for users with limited space
2025-11-20 02:03:26 +00:00
Claude
1add4d97cf
fix(workflow): Correct upstream sync to preserve custom files and push to stable
...
Fixed two critical issues in the sync-upstream.yml workflow:
1. Wildcard conflict resolution: The previous logic used wildcards (profiles/*.yml)
that overlapped with custom files (profiles/*Micro*.yml), causing custom files
to be overwritten. Now uses a two-phase explicit merge strategy:
- Phase 1: Accept all upstream changes
- Phase 2: Explicitly restore custom files by exact path
2. Wrong push target: Changed from 'main || master' to 'stable' branch
This ensures weekly syncs will now work correctly while preserving:
- profiles/1080p Micro.yml, 720p Micro.yml
- custom_formats/Micro Encode Tier 1/2/3.yml
- regex_patterns/BONE.yml, ETHEL.yml, GalaxyRG.yml, TGx.yml
- custom_formats/Foreign Release Groups.yml
2025-11-20 01:36:27 +00:00
Claude
2478ebcc29
Merge remote-tracking branch 'upstream/stable' into stable
2025-11-20 01:35:46 +00:00
Seraphys
cdcc21f371
Merge pull request #102 from Dictionarry-Hub/dev
...
- Audio Order Shift and Rescore
- Improve TrueHD (Missing) to better match
- Minor Bug Fixes
2025-11-10 08:20:30 -06:00
Seraphys
8d846d9b7f
tweak(format): Move coffee to 1080p Quality Tier 2
2025-11-09 15:13:11 -06:00
Seraphys
650d629b05
tweak(profile): Adjust Audio Scores
...
- To account for TrueHD / DTS-HD MA Now skipping Tiers on 2160p Quality and Remux Profiles
2025-11-09 11:15:47 -06:00
Seraphys
cacffa36bd
tweak(profile): Audio Order Shift and Rescore
2025-11-08 10:34:51 -06:00
Seraphys
275af930ea
tweak(format): Change TrueHD (Missing) to better Match
2025-11-08 08:34:32 -06:00
Seraphys
806d385b91
tweak(format): Fix PCM Negations
2025-11-07 17:11:06 -06:00
Seraphys
ff0d2f1e26
Merge branch 'dev' of https://github.com/Dictionarry-Hub/database into dev
2025-11-06 10:55:55 -06:00
Seraphys
41d2f9ca43
tweak(profile): Remove Nordic Reduction
...
- Can occasionally cause download loops
2025-11-06 10:55:55 -06:00
santiagosayshey
bc16b6d840
Merge pull request #101 from bergren2/patch-1
...
fix(profile): typo
2025-11-05 21:46:59 +10:30
Dan Bergren
61c2e3aca0
fix typo
2025-11-04 22:53:17 -06:00
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
7a40447c58
tweak(profile): Remove 1080p Micro+ variant
...
Removed enhanced variant as pure micro-encode focus is preferred.
Users can use 1080p Micro or 720p Micro profiles instead.
2025-11-01 21:10:57 -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
Seraphys
06b3edf8fd
Merge pull request #100 from Dictionarry-Hub/dev
...
- Reorganize 2160p Quality Tiers 1-3
- Move DarQ to Efficient Movie Bluray Tier 3
- Remove UHD Bluray Ban for 1080p Efficient
- Move TheFarm to WEB-DL Tier 2
2025-11-01 17:30:14 -05:00
Seraphys
0f814d305e
tweak(profile): Adjust 2160p Quality Scores
2025-10-27 17:12:54 -05:00
Seraphys
4f44e7a310
tweak(format): Reorganize 2160p Quality Tiers 1-3
2025-10-27 17:02:02 -05:00
Seraphys
b0fb319daa
remove(regex): Unused Regex
2025-10-26 18:31:10 -05:00
Seraphys
8b8e695993
tweak(format): Fix Conditions
2025-10-26 18:05:29 -05:00
Seraphys
a90f480a3f
tweak(format): Move DarQ to Efficient Movie Bluray Tier 3
2025-10-26 15:28:53 -05:00
Seraphys
b6683ca303
tweak(profile): Remove UHD Bluray Ban for 1080p Efficient
2025-10-26 15:10:14 -05:00
Seraphys
14623077e0
tweak(format): Move TheFarm to WEB-DL Tier 2
2025-10-25 17:08:28 -05:00
Seraphys
aa7b88e62f
Merge pull request #97 from Dictionarry-Hub/dev
...
- 1080p Efficient Renamed to 1080p Compact
- 1080p Efficient+ Renamed to 1080p Efficient
- 1080p Balanced+ has been deleted
- 1080p Quality (HDR) Renamed to 1080p Quality HDR
I can't think of what to do with the profile descriptions yet so im punting it sue me
2025-10-25 15:54:03 -05:00
Seraphys
86c9c842c5
tweak(regex): Change Special Edition Regex
2025-10-24 18:42:19 -05:00
Seraphys
980516db23
tweak(profile): Regroup Remux Profile Qualities
2025-10-24 16:46:59 -05:00
Seraphys
e5fc0b125d
tweak(profile): Rename and Regroup Profile Qualities
...
- Rename them after the Profile and Quality it falls back to
2025-10-24 16:32:31 -05:00
Seraphys
b89af3f2b5
tweak(profile): Rename 1080p Quality (HDR) to 1080p Quality HDR
...
- I apologize in advance for this OCD change. I promise to seek counseling and enter rehab ASAP
2025-10-24 15:27:09 -05:00
Seraphys
2b20998fc4
tweak(profile): Fix Remux Profile tags
2025-10-24 15:21:13 -05:00
Seraphys
213680c9ec
remove(profile): Delete 1080p Balanced+ Profile
...
- Probably the most unused and the least changed profile as it only adds HONE to the top end. Efficient should be used as the replacement.
2025-10-23 18:05:07 -05:00
Seraphys
2154ca123a
tweak(profile): Rename 1080p Efficient+ to 1080p Efficient
2025-10-23 18:00:30 -05:00
Seraphys
68b5a49f79
tweak(profile): Rename 1080p Efficient+ Profile to 1080p Efficient
2025-10-23 18:00:21 -05:00
Seraphys
65b51ad6d3
tweak(profile): Rename 1080p Efficient Profile to 1080p Compact
2025-10-23 17:54:47 -05:00
Seraphys
ce1d15f7d9
tweak(profile): Rename 1080p Efficient Profile to 1080p Compact
2025-10-23 17:54:24 -05:00
Seraphys
ded3c8dbc1
tweak(profile): Remove TAoE Bluray for Efficient Movie
2025-10-23 17:01:11 -05:00
Seraphys
629de92d14
tweak(profile): Remove HONE Blurays for Efficient Movies
2025-10-23 16:59:35 -05:00
Seraphys
3b2c605fe9
tweak(profile): Add 2160p WEBRip Quality to 2160p Efficient
2025-10-21 00:11:13 -05:00
Seraphys
4d9deca0d9
tweak(format): Fix TAoE Score
2025-10-21 00:07:47 -05:00
Seraphys
8b10ed2bfb
create(format): 2160p Efficient Bluray Tier 1
2025-10-20 20:44:14 -05:00
Seraphys
5d7c89374d
tweak(format): Add Vyndros to 2160p Efficient Tier 1
2025-10-20 20:36:50 -05:00
Seraphys
9ca5bfd8b4
tweak(format): Fix 2160p Tier Condition & Add Release Title Score
2025-10-20 20:29:40 -05:00
Seraphys
12a4d9cbbd
create(format): 2160p Efficient TV WEB Tier 1
2025-10-20 20:12:23 -05:00
Seraphys
3351dd0f2d
tweak(profile): Change 2160p Efficient Profile to Efficient WEB CF
2025-10-20 20:08:32 -05:00
Seraphys
30d74e8992
Merge pull request #95 from Dictionarry-Hub/dev
...
- Simplify Atmos Regex
- Add Celdra to QxR Regex
- Remove TAoE Blurays from TV Side Regular Efficient
- Remove Popcorn Flags
2025-10-20 18:25:00 -05:00
Seraphys
5383ca3c18
tweak(regex): Add Celdra to QxR Regex
2025-10-19 16:00:06 -05:00
Seraphys
ff792f6bc4
tweak(regex): Simplify Atmos
2025-10-19 10:24:05 -05:00
Seraphys
6c6d89fe17
tweak(profile): Remove TAoE Blurays from Regular Efficient
...
- Oversized
2025-10-18 21:15:47 -05:00
Seraphys
9fe0c17f49
tweak(format): Fix Dolby Atmos
2025-10-17 23:15:51 -05:00
Seraphys
ceb6a76faf
tweak(format): Revert Dolby Atmos Borked
2025-10-17 23:02:36 -05:00