Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 707 Bytes

File metadata and controls

24 lines (17 loc) · 707 Bytes

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