Database configurations for Dictionarry
Go to file
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
.github refactor(profile): Consolidate Micro profiles into single unified profile 2025-11-20 02:03:26 +00:00
custom_formats Merge remote-tracking branch 'upstream/stable' into stable 2025-11-20 01:35:46 +00:00
media_management create(media-management): initial settings (#61) 2025-06-19 10:50:16 +09:30
profiles refactor(profile): Consolidate Micro profiles into single unified profile 2025-11-20 02:03:26 +00:00
regex_patterns Merge remote-tracking branch 'upstream/stable' into stable 2025-11-20 01:35:46 +00:00
scripts chore(cleanup): remove bundle script/workflow, remove wiki/devlog entries, remove tiers, update notify script to run on dev, simplify README 2025-09-13 00:10:32 -05:00
templates New Profile: 2160p Quality (#19) 2025-01-18 17:27:44 +10:30
.gitignore chore: add .gitignore to exclude Obsidian directory 2025-03-09 01:23:00 +10:30
CONTRIBUTING.md docs: Add CONTRIBUTING.md with commit message guidelines and structure 2025-01-11 04:52:49 +10:30
README.md Update README.md 2025-09-17 14:41:56 -05:00

README.md

Dictionarry Database

Website Discord Buy Me A Coffee GitHub Sponsors

The database serves two main purposes:

  1. Powers our Documentation
  2. Acts as a Profilarr Compliant Database

Branches

stable

Contains tested database entries ready for production use.

dev

Contains the latest updates and additions that are pending formal verification. May include experimental patterns and profiles that require further testing.