Database configurations for Dictionarry
Go to file
santiagosayshey 7fcd93eb78 create(format): Standard Dynamic Range 2025-01-16 16:13:53 +10:50
.github tweak(workflow): Restrict notify workflow to stable branch 2025-01-16 07:19:59 +10:30
custom_formats create(format): Standard Dynamic Range 2025-01-16 16:13:53 +10:50
profiles New Profile: 1080p Quality (HDR) (#18) 2025-01-15 10:59:46 +10:30
regex_patterns create(format): 2160p Quality Tiers 2025-01-16 07:55:01 +10:30
scripts fix(tierCreator): Update YAML handling and improve template processing for group tiers 2025-01-16 07:52:54 +10:30
templates remove(template): release group condition placeholder 2025-01-16 07:53:49 +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 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