Commit Graph

3 Commits

Author SHA1 Message Date
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
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