Initial commit

This commit is contained in:
santiagosayshey
2026-01-28 04:25:23 +10:30
committed by GitHub
commit 98c49a1bea
8 changed files with 51 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
# Profilarr Database Template
Template for creating your own Profilarr-compliant database (PCD).
## Quick Start
1. Click **"Use this template"** → **"Create a new repository"**
2. Link the repository in Profilarr
3. Edit the manifest to customize your database
4. Start creating profiles and custom formats
## Structure
```
├── pcd.json # Database manifest
├── ops/ # Your configuration operations
└── tweaks/ # Optional configuration variants
```
## Learn More
- [Profilarr Documentation](https://github.com/Dictionarry-Hub/profilarr)
- [Schema Reference](https://github.com/Dictionarry-Hub/schema)
- [Example Database](https://github.com/Dictionarry-Hub/db)