File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,20 @@ At the moment this is mostly focused on German related stuff.
75
75
- See here: https://github.com/PCJones/radarr-sonarr-german-dual-language
76
76
- Or good german guide: https://github.com/PCJones/usenet-guide
77
77
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
+
78
92
# # Development
79
93
80
94
1. Optionally setup the local sonarr instance
You can’t perform that action at this time.
0 commit comments