Database configurations for Dictionarry
Go to file
Claude 1add4d97cf
fix(workflow): Correct upstream sync to preserve custom files and push to stable
Fixed two critical issues in the sync-upstream.yml workflow:

1. Wildcard conflict resolution: The previous logic used wildcards (profiles/*.yml)
   that overlapped with custom files (profiles/*Micro*.yml), causing custom files
   to be overwritten. Now uses a two-phase explicit merge strategy:
   - Phase 1: Accept all upstream changes
   - Phase 2: Explicitly restore custom files by exact path

2. Wrong push target: Changed from 'main || master' to 'stable' branch

This ensures weekly syncs will now work correctly while preserving:
- profiles/1080p Micro.yml, 720p Micro.yml
- custom_formats/Micro Encode Tier 1/2/3.yml
- regex_patterns/BONE.yml, ETHEL.yml, GalaxyRG.yml, TGx.yml
- custom_formats/Foreign Release Groups.yml
2025-11-20 01:36:27 +00:00
.github fix(workflow): Correct upstream sync to preserve custom files and push to stable 2025-11-20 01:36:27 +00:00
custom_formats Merge remote-tracking branch 'upstream/stable' into stable 2025-11-20 01:35:46 +00:00
media_management create(media-management): initial settings (#61) 2025-06-19 10:50:16 +09:30
profiles Merge remote-tracking branch 'upstream/stable' into stable 2025-11-20 01:35:46 +00:00
regex_patterns Merge remote-tracking branch 'upstream/stable' into stable 2025-11-20 01:35:46 +00:00
scripts chore(cleanup): remove bundle script/workflow, remove wiki/devlog entries, remove tiers, update notify script to run on dev, simplify README 2025-09-13 00:10:32 -05:00
templates New Profile: 2160p Quality (#19) 2025-01-18 17:27:44 +10:30
.gitignore chore: add .gitignore to exclude Obsidian directory 2025-03-09 01:23:00 +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 2025-09-17 14:41:56 -05:00

README.md

Dictionarry Database

Website Discord Buy Me A Coffee GitHub Sponsors

The database serves two main purposes:

  1. Powers our Documentation
  2. Acts as a Profilarr Compliant Database

Branches

stable

Contains tested database entries ready for production use.

dev

Contains the latest updates and additions that are pending formal verification. May include experimental patterns and profiles that require further testing.