mirror of
https://github.com/TRaSH-Guides/Guides.git
synced 2026-02-05 08:19:59 -06:00
The `recyclarr` property was under `json_paths` which isn't appropriate for a few reasons: 1. `json_paths` is expected to be for guide-only data (like custom formats). 2. The recyclarr path at the moment is to YAML files, not JSON files.
20 lines
517 B
JSON
20 lines
517 B
JSON
{
|
|
"$schema": "metadata.schema.json",
|
|
"json_paths": {
|
|
"radarr": {
|
|
"custom_formats": ["docs/json/radarr/cf"],
|
|
"qualities": ["docs/json/radarr/quality-size"],
|
|
"naming": ["docs/json/radarr/naming"]
|
|
},
|
|
"sonarr": {
|
|
"release_profiles": ["docs/json/sonarr/rp"],
|
|
"custom_formats": ["docs/json/sonarr/cf"],
|
|
"qualities": ["docs/json/sonarr/quality-size"],
|
|
"naming": ["docs/json/sonarr/naming"]
|
|
}
|
|
},
|
|
"recyclarr": {
|
|
"templates": "docs/recyclarr-configs"
|
|
}
|
|
}
|