- New CF: Full Disk (Quality Match) - match full discs using radarr's quality modifier CF - New CF: HDR10 (Missing) (1080p) - match HDR encodes when DV is found too - New CF: UHD Bluray (Missing)? - match UHD Bluray as a source for 1080p encodes - New CF: Unwanted x265 groups - match low quality x265 HDR encodes - Fixed CF: x265 - required negations - New Profile: 1080p Quality (HDR) - Transparent HDR encodes. Now works for both Sonarr & Radarr |
||
|---|---|---|
| .github | ||
| custom_formats | ||
| profiles | ||
| regex_patterns | ||
| CONTRIBUTING.md | ||
| README.md | ||
README.md
Dictionary Database Repository
This repository hosts Dictionary's database containing:
- Regex Patterns
- Custom Formats
- Quality Profiles
The database serves two main purposes:
- Powers our website and wiki documentation
- Provides import files for the Profilarr application
Branches
Stable
Contains thoroughly tested and verified database entries ready for production use. All entries have gone through our quality assurance process.
Dev
Contains the latest updates and additions that are pending formal verification. May include experimental patterns and profiles that require further testing.
Feature Branches
Used for developing and testing new database entries, patterns, or major changes before merging into dev. These branches follow the naming convention: feature/description-of-change