Skip to content

How do you specify config overrides per library? #178

Answered by meisnate12
tehniemer asked this question in Q&A
Discussion options

You must be logged in to vote

You can set it up just like the alternate plex attribute is set up in the second example on this page

libraries:
  TV Shows:
    library_type: show
  4K TV Shows:
    library_type: show
    sonarr:
      url: http://192.168.1.12:1598
      token: ####################
      # Other Sonarr settings...
  TV Shows:
    library_type: show
  Anime:
    library_type: show
sonarr:
  url: http://192.168.1.12:1597
  token: ####################
  # Other Sonarr settings...

it will use the global value unless the value is specified per library

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@tehniemer
Comment options

@meisnate12
Comment options

Answer selected by tehniemer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants