Database configurations for Dictionarry
Go to file
santiagosayshey 638e1ca2a4 feat(format): new CF: Encodes from Blu-ray
- Matches encodes from a Blu-ray, needed to drop score of 4k encodes
2025-01-06 16:17:28 +10:50
.github fix(workflow): update repository-dispatch action to version 3 in notify-groups.yml 2024-12-22 20:08:40 +10:30
custom_formats feat(format): new CF: Encodes from Blu-ray 2025-01-06 16:17:28 +10:50
profiles feat(profile): New Profile: 2160p Remux 2025-01-06 06:08:33 +10:50
regex_patterns improvement(format): Add more missing groups for HDR10, TrueHD 2025-01-06 16:16:17 +10:50
README.md Update README.md 2024-12-03 19:29:19 +10:30

README.md

Dictionary Database Repository

This repository hosts Dictionary's database containing:

  • Regex Patterns
  • Custom Formats
  • Quality Profiles

The database serves two main purposes:

  1. Powers our website and wiki documentation
  2. 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