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
This commit is contained in:
parent
1add4d97cf
commit
8e2a49fe5f
|
|
@ -43,8 +43,7 @@ jobs:
|
|||
echo "Phase 2: Restoring custom files from our branch..."
|
||||
|
||||
CUSTOM_FILES=(
|
||||
"profiles/1080p Micro.yml"
|
||||
"profiles/720p Micro.yml"
|
||||
"profiles/Micro.yml"
|
||||
"custom_formats/Micro Encode Tier 1.yml"
|
||||
"custom_formats/Micro Encode Tier 2.yml"
|
||||
"custom_formats/Micro Encode Tier 3.yml"
|
||||
|
|
@ -52,7 +51,6 @@ jobs:
|
|||
"regex_patterns/ETHEL.yml"
|
||||
"regex_patterns/GalaxyRG.yml"
|
||||
"regex_patterns/TGx.yml"
|
||||
"custom_formats/Foreign Release Groups.yml"
|
||||
)
|
||||
|
||||
for file in "${CUSTOM_FILES[@]}"; do
|
||||
|
|
@ -86,4 +84,4 @@ jobs:
|
|||
echo "" >> $GITHUB_STEP_SUMMARY
|
||||
echo "✅ Successfully synced from upstream repository" >> $GITHUB_STEP_SUMMARY
|
||||
echo "- Source: Dictionarry-Hub/database (stable branch)" >> $GITHUB_STEP_SUMMARY
|
||||
echo "- Custom files preserved: Micro profiles and formats" >> $GITHUB_STEP_SUMMARY
|
||||
echo "- Custom files preserved: Micro profile, Micro encode tiers, and micro-encode release groups" >> $GITHUB_STEP_SUMMARY
|
||||
|
|
|
|||
|
|
@ -1,185 +0,0 @@
|
|||
name: 720p Micro
|
||||
description: '720p Micro targets highly compressed micro-encodes for extreme storage
|
||||
constraints, prioritizing minimal file sizes
|
||||
|
||||
|
||||
- Prioritizes YTS, YIFY, BONE, GalaxyRG, TGx, ETHEL
|
||||
|
||||
- Fallbacks in Place for Proper Quality Progression
|
||||
|
||||
- 720p (all sources) > 480p WEB-DL > DVD
|
||||
|
||||
- Prefers x265/HEVC for better compression'
|
||||
tags:
|
||||
- 720p
|
||||
- Micro Encode
|
||||
- Storage Focused
|
||||
- h265
|
||||
- x265
|
||||
upgradesAllowed: true
|
||||
minCustomFormatScore: 10000
|
||||
upgradeUntilScore: 300000
|
||||
minScoreIncrement: 1
|
||||
custom_formats:
|
||||
- name: Micro Encode Tier 1
|
||||
score: 150000
|
||||
- name: Micro Encode Tier 2
|
||||
score: 100000
|
||||
- name: Micro Encode Tier 3
|
||||
score: 80000
|
||||
- name: 720p Bluray
|
||||
score: 100000
|
||||
- name: 720p WEB-DL
|
||||
score: 100000
|
||||
- name: 720p WEBRip
|
||||
score: 100000
|
||||
- name: 480p WEB-DL
|
||||
score: 60000
|
||||
- name: DVD
|
||||
score: 20000
|
||||
- name: DVD Remux
|
||||
score: 20000
|
||||
- name: h265
|
||||
score: 5000
|
||||
- name: x265
|
||||
score: 5000
|
||||
- name: ATVP
|
||||
score: 3000
|
||||
- name: DSNP
|
||||
score: 3000
|
||||
- name: HMAX
|
||||
score: 2000
|
||||
- name: MAX
|
||||
score: 2000
|
||||
- name: ATV
|
||||
score: 1000
|
||||
- name: NF
|
||||
score: 1000
|
||||
- name: Dolby Digital +
|
||||
score: 600
|
||||
- name: Dolby Digital
|
||||
score: 200
|
||||
- name: Repack3
|
||||
score: 8
|
||||
- name: Repack2
|
||||
score: 7
|
||||
- name: Repack1
|
||||
score: 6
|
||||
- name: AAC
|
||||
score: 0
|
||||
- name: BCORE
|
||||
score: 0
|
||||
- name: CRAV
|
||||
score: 0
|
||||
- name: HTSR
|
||||
score: 0
|
||||
- name: HULU
|
||||
score: 0
|
||||
- name: NOW
|
||||
score: 0
|
||||
- name: PCOK
|
||||
score: 0
|
||||
- name: PMTP
|
||||
score: 0
|
||||
- name: ROKU
|
||||
score: 0
|
||||
- name: SHO
|
||||
score: 0
|
||||
- name: STAN
|
||||
score: 0
|
||||
- name: Foreign Release Groups
|
||||
score: -900
|
||||
- name: AV1
|
||||
score: -999999
|
||||
- name: Banned Groups (Title)
|
||||
score: -999999
|
||||
- name: Dolby Vision (Without Fallback)
|
||||
score: -999999
|
||||
- name: DTS-HD HRA
|
||||
score: -999999
|
||||
- name: DTS-HD MA
|
||||
score: -999999
|
||||
- name: Dolby Atmos
|
||||
score: -999999
|
||||
- name: FLAC
|
||||
score: -999999
|
||||
- name: Full Disc
|
||||
score: -999999
|
||||
- name: Lossless Audio
|
||||
score: -999999
|
||||
- name: PCM
|
||||
score: -999999
|
||||
- name: Remux
|
||||
score: -999999
|
||||
- name: TrueHD
|
||||
score: -999999
|
||||
- name: UHD Bluray (Efficient)
|
||||
score: -999999
|
||||
- name: VP9
|
||||
score: -999999
|
||||
- name: VVC
|
||||
score: -999999
|
||||
- name: Xvid
|
||||
score: -999999
|
||||
custom_formats_radarr:
|
||||
- name: MA
|
||||
score: 4000
|
||||
- name: AMZN
|
||||
score: 3000
|
||||
- name: CRIT
|
||||
score: 1000
|
||||
- name: Special Edition
|
||||
score: 1000
|
||||
- name: 3D
|
||||
score: -999999
|
||||
- name: B&W
|
||||
score: -999999
|
||||
- name: Extras
|
||||
score: -999999
|
||||
- name: Full Disc (Quality Match)
|
||||
score: -999999
|
||||
- name: Remux (Quality Match)
|
||||
score: -999999
|
||||
- name: Sing Along
|
||||
score: -999999
|
||||
- name: Upscale
|
||||
score: -999999
|
||||
custom_formats_sonarr:
|
||||
- name: Season Pack
|
||||
score: 10
|
||||
- name: AMZN
|
||||
score: -1000
|
||||
- name: Remux (Source)
|
||||
score: -999999
|
||||
- name: TV Extras
|
||||
score: -999999
|
||||
- name: Upscaled
|
||||
score: -999999
|
||||
qualities:
|
||||
- id: -1
|
||||
name: 720p Micro
|
||||
description: Micro-encoded 720p releases prioritizing minimal file sizes
|
||||
qualities:
|
||||
- id: 13
|
||||
name: Bluray-720p
|
||||
- id: 14
|
||||
name: WEBDL-720p
|
||||
- id: 15
|
||||
name: WEBRip-720p
|
||||
- id: -2
|
||||
name: SD Fallback
|
||||
description: Standard Definition Fallbacks
|
||||
qualities:
|
||||
- id: 18
|
||||
name: Bluray-480p
|
||||
- id: 19
|
||||
name: WEBDL-480p
|
||||
- id: 20
|
||||
name: WEBRip-480p
|
||||
- id: 22
|
||||
name: DVD
|
||||
upgrade_until:
|
||||
id: -1
|
||||
name: 720p Micro
|
||||
description: Micro-encoded 720p releases prioritizing minimal file sizes
|
||||
language: must_original
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
name: 1080p Micro
|
||||
description: '1080p Micro targets highly compressed micro-encodes for storage-conscious
|
||||
name: Micro
|
||||
description: 'Micro targets highly compressed micro-encodes for storage-conscious
|
||||
users, prioritizing small file sizes while maintaining acceptable quality
|
||||
|
||||
|
||||
|
|
@ -12,6 +12,7 @@ description: '1080p Micro targets highly compressed micro-encodes for storage-co
|
|||
- Prefers x265/HEVC for better compression'
|
||||
tags:
|
||||
- 1080p
|
||||
- 720p
|
||||
- Micro Encode
|
||||
- Storage Focused
|
||||
- h265
|
||||
Loading…
Reference in New Issue