Skip to content

Commit 4ce5129

Browse files
authored
Merge pull request #8 from raydak-labs/docs/updaate-docs
2 parents ab78ef2 + c5a88df commit 4ce5129

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,20 @@ At the moment this is mostly focused on German related stuff.
7575
- See here: https://github.com/PCJones/radarr-sonarr-german-dual-language
7676
- Or good german guide: https://github.com/PCJones/usenet-guide
7777
78+
### How to add own CustomFormats
79+
80+
- You can simply use the JSON export from Sonarr/Radarr
81+
- What you have to add at least is to the field `trash_id` or `configarr_id` to the JSON.
82+
The ID can be anything you like but should not conflict with other CustomFormats.
83+
Otherwise those will be overwritten during merge process.
84+
```json
85+
{
86+
"configarr_id": "your_own_id",
87+
...
88+
}
89+
```
90+
- After adding the ID you can simply reference it in the `config.yml` to add it to the QualityProfiles.
91+
7892
## Development
7993

8094
1. Optionally setup the local sonarr instance

0 commit comments

Comments
 (0)