recyclarr / wiki

Documentation site for Recyclarr
https://recyclarr.dev
6 stars 9 forks source link

Configuration Tree Diagram #16

Closed fiservedpi closed 10 months ago

fiservedpi commented 10 months ago

If possible please include config tree diagrams when providing code snips. for example https://recyclarr.dev/wiki/yaml/config-reference/custom-formats/

# See "Basic Setup" forservice_typeandinstance_name` service_type: instance_name:

Quality Definition Configuration

quality_definition:
  type: series
  preferred_ratio: 0.5 `

but it’s not apparent where this snip should be added to

I’d like to see something like this tree outlining where things should be placed, after the snip if possible image

thank you for this! It’s probably the most useful doc I’ve run across

rcdailey commented 10 months ago

I'm not completely sure what you're asking for here. The snippet you provided shows the structure of files on the filesystem. However, the reference page you linked is in regards to YAML related to custom formats that isn't related to anything on the filesystem.

Could you please clarify what it is you're wanting?

fiservedpi commented 10 months ago

For instance on this page there are a few examples (solutions), but do they go in the config.yaml or sonarr.yaml? Respectively I was thinking a little tree diagram may be helpful to pinpoint exactly which section a “solution” should be placed in

rcdailey commented 10 months ago

Those samples are file-agnostic. How you want to organize your YAML files is up to you. Recyclarr doesn't strictly care about if you have a file named config.yaml or sonarr.yaml in your config/configs/ directory. It's entirely your choice.

fiservedpi commented 10 months ago

Understood! I get it now just put it in one or the other and it’ll execute Thanks again.