Database configurations for Dictionarry
Go to file
santiagosayshey cdd56cff6e chore(format): Adjust Condition Name
- Free50 -> Free75
2024-12-20 18:28:13 +10:50
.github fix: update workflow reference to use main branch 2024-12-17 17:53:15 +10:30
custom_formats chore(format): Adjust Condition Name 2024-12-20 18:28:13 +10:50
profiles feat(format): New Release Group: de[42] 2024-12-19 16:23:23 +10:50
regex_patterns feat(format): New Release Group: de[42] 2024-12-19 16:23:23 +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