mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 15:04:21 +00:00
add fifth example from sonarr page
This commit is contained in:
parent
8ca2984189
commit
bf915f7067
1 changed files with 14 additions and 1 deletions
|
@ -56,7 +56,8 @@ radarr:
|
||||||
|
|
||||||
Specifying different options for specific libraries:
|
Specifying different options for specific libraries:
|
||||||
|
|
||||||
In this example we have two Radarr instances, standard and 4K, and four libraries showing how one can override individual settings at the library level.
|
In this example we have two Radarr instances, standard and 4K, and four libraries showing how one can override individual settings at the library level. Also, movies are being added to the "Library05" library outside Radarr via a custom script and I want those new movies added to Radarr for tracking.
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
libraries:
|
libraries:
|
||||||
|
@ -85,6 +86,18 @@ libraries:
|
||||||
token: SOME_OTHER_TOKEN
|
token: SOME_OTHER_TOKEN
|
||||||
root_folder_path: /data/media/movies/geezer
|
root_folder_path: /data/media/movies/geezer
|
||||||
quality_profile: Bestest
|
quality_profile: Bestest
|
||||||
|
|
||||||
|
Library05: # movies get added by a custom script so they should get added to radarr-4k
|
||||||
|
metadata_path:
|
||||||
|
- file: config/Movies.yml
|
||||||
|
radarr:
|
||||||
|
url: https://radarr-4k.bing.bang
|
||||||
|
token: SOME_OTHER_TOKEN
|
||||||
|
root_folder_path: /data/media/movies/bill
|
||||||
|
quality_profile: Bestest
|
||||||
|
add_existing: true
|
||||||
|
sonarr_path: /data/media/movies/bill
|
||||||
|
plex_path: /mnt/unionfs/movies/bill
|
||||||
...
|
...
|
||||||
radarr:
|
radarr:
|
||||||
url: https://radarr.bing.bang
|
url: https://radarr.bing.bang
|
||||||
|
|
Loading…
Reference in a new issue