Database configurations for Dictionarry
Go to file
santiagosayshey 06f2e63ff8 feat(format): Add remaining codec formats
- Blu-ray Remux
- Full Disc
- Xvid
2024-12-08 23:22:50 +10:50
.github chore: remove deprecated database files / scripts / workflows 2024-12-01 17:15:45 +10:30
custom_formats feat(format): Add remaining codec formats 2024-12-08 23:22:50 +10:50
profiles feat(format): Add scores for WEB Tier 2 & 3 2024-12-06 06:46:32 +10:50
regex_patterns feat(format): Add remaining codec formats 2024-12-08 23:22:50 +10:50
README.md docs: update README 2024-12-01 17:24:21 +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 nightly. These branches follow the naming convention: feature/description-of-change