mirror of
https://github.com/Dictionarry-Hub/trash-pcd.git
synced 2026-05-03 10:54:16 +02:00
feat: add multi-branch sync workflow and README
This commit is contained in:
@@ -1,24 +1,43 @@
|
||||
# Profilarr Database Template
|
||||
# trash-pcd
|
||||
|
||||
Template for creating your own Profilarr-compliant database (PCD).
|
||||
[TRaSH Guides](https://trash-guides.info) profiles converted to PCD format for [Profilarr](https://github.com/Dictionarry-Hub/profilarr).
|
||||
|
||||
## Quick Start
|
||||
## Branches
|
||||
|
||||
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
|
||||
| Branch | Description |
|
||||
|--------|-------------|
|
||||
| `main` | All profiles (default) |
|
||||
| `standard` | Standard English profiles |
|
||||
| `anime` | Anime profiles |
|
||||
| `french` | French MULTi.VO profiles |
|
||||
| `german` | German profiles |
|
||||
| `sqp` | Streaming Quality Profiles (Radarr only) |
|
||||
|
||||
## Structure
|
||||
## Usage
|
||||
|
||||
Add this repository as a database in Profilarr:
|
||||
```
|
||||
├── pcd.json # Database manifest
|
||||
├── ops/ # Your configuration operations
|
||||
└── tweaks/ # Optional configuration variants
|
||||
https://github.com/Dictionarry-Hub/trash-pcd
|
||||
```
|
||||
|
||||
## Learn More
|
||||
To use a specific branch, enter the branch name (e.g., `anime`) in the **Branch** field. Leave empty for the default branch (all profiles).
|
||||
|
||||
- [Profilarr Documentation](https://github.com/Dictionarry-Hub/profilarr)
|
||||
You can link the same repo multiple times with different branches if you want a combination of profiles.
|
||||
|
||||
## Credits
|
||||
|
||||
The configurations in this database are made entirely by the TRaSH Guides team and all credit goes to them. This repo exists simply to make it available to Profilarr users.
|
||||
|
||||
## Generation
|
||||
|
||||
This database is auto-generated daily from TRaSH Guides using [trash-conv](https://github.com/Dictionarry-Hub/trash-conv).
|
||||
|
||||
## License
|
||||
|
||||
MIT - Same as [TRaSH Guides](https://github.com/TRaSH-Guides/Guides/blob/master/LICENSE)
|
||||
|
||||
## Links
|
||||
|
||||
- [TRaSH Guides](https://trash-guides.info)
|
||||
- [Profilarr](https://github.com/Dictionarry-Hub/profilarr)
|
||||
- [Schema Reference](https://github.com/Dictionarry-Hub/schema)
|
||||
- [Example Database](https://github.com/Dictionarry-Hub/db)
|
||||
|
||||
Reference in New Issue
Block a user