@ -0,0 +1,202 @@
|
||||
# How to Sync 2 Radarr or Sonarr with each other
|
||||
|
||||
In this Guide I will try to explain how you can sync 2 Radarr/Sonarr with each other.
|
||||
|
||||
I'm going to show 2 different options how you can setup your sync with 2 Radarr/Sonarr.
|
||||
|
||||
- Option 1: This option is best used if you want a 1:1 copy of your Radarr/Sonarr instances
|
||||
- Option 2: This option is best used if you only want to have a few Movies/TV Shows as 4K/2160p (UHD)
|
||||
|
||||
!!! error ""
|
||||
I'm not going to explain how to set up 2 Radarr/Sonarr for your system, being it depends how you have it installed/running.
|
||||
|
||||
## Preparation
|
||||
|
||||
For this you need to have prepared the following:
|
||||
|
||||
- 2 Radarr/Sonarr fully setup (Indexers, Custom Formats, Downloaders, etc).
|
||||
- 1 download client or 2 if you prefer Usenet and Torrents.
|
||||
- Your download client has 2 separate categories (movies-hd, movies-uhd, tv-hd, tv-uhd, etc)
|
||||
|
||||
!!! attention
|
||||
|
||||
:bangbang:You can't use the same root (media library) folder for both Radarr's/Sonarr's:bangbang:
|
||||
|
||||
Make sure you use 2 separate root folders in Radarr/Sonarr (movies-hd, movies-uhd, tv-hd, tv-uhd, etc)
|
||||
|
||||
------
|
||||
|
||||
### Option 1
|
||||
|
||||
!!! info ""
|
||||
In this example I'm going to use 2 Radarr (The basics is the same for Sonarr).
|
||||
|
||||
- `Radarr 1` = My main 4K/2160p (UHD) Radarr.
|
||||
- `Radarr 2` = My 1080p Radarr that I've setup for streaming optimized quality profile [link](#1080p-streaming-optimized).
|
||||
|
||||
This option is best used if you want a 1:1 copy of your Radarr/Sonarr instances
|
||||
|
||||
#### Adding the Radarr Sync list
|
||||
|
||||
In `Radarr 2` go to `Settings` => `Lists`
|
||||
|
||||
![Radarr Settings Lists](images/radarr-settings-lists.png)
|
||||
|
||||
Click on the + to add a lists and select `Radarr`
|
||||
|
||||
![Radarr add List](images/radarr-add-list.png)
|
||||
|
||||
Then you get a screen with the following options.
|
||||
|
||||
![Radarr Add Lists Options](images/radarr-add-lists-options.png)
|
||||
|
||||
1. The name you want to call your Sync list.
|
||||
1. Enable to Enable the list.
|
||||
1. Enable so the movies will be automatically added.
|
||||
1. Enable so the movies will be added and monitored (if disabled then there will be no search done for the movies).
|
||||
1. Enable so when added Radarr will perform a search.
|
||||
1. When Radarr shall consider a movie is available.
|
||||
1. The Quality Profile you want to use on `Radarr 2`.
|
||||
1. Your Root location for your media library.
|
||||
1. The Full URL to `Radarr 1` (Use local URL if they run on the same system).
|
||||
1. Your API Key of `Radarr 1`.
|
||||
1. Which Profile of `Radarr 1` you want to Sync with `Radarr 2`.
|
||||
1. Test the connection to `Radarr 1`.
|
||||
1. Save your settings.
|
||||
|
||||
??? faq "When Radarr shall consider a movie is available - [CLICK TO EXPAND]"
|
||||
|
||||
- Announced: Radarr shall consider movies available as soon as they are added to Radarr. This setting is recommended if you have good private trackers that do not have fakes.
|
||||
- In Cinemas: Radarr shall consider movies available as soon as movies they hit cinemas. This option is not recommended.
|
||||
- Released: Radarr shall consider movies available as soon as the Blu-ray is released. This option is recommended if your indexers contain fakes often.
|
||||
|
||||
#### Radarr Download client setup
|
||||
|
||||
You don't need a separate download client for your 2 Radarr instances, this all can be done with 1 download client or 2 if you prefer Usenet and Torrents.
|
||||
|
||||
`Settings` => `Download Clients`
|
||||
|
||||
![!Radarr - Settings Download Clients](images/radarr-settings-download-clients.png)
|
||||
|
||||
Select your preferred download client.
|
||||
|
||||
![!Radarr - Settings Download Clients Categories](images/radarr-settings-download-clients-categories.png)
|
||||
|
||||
Only thing you need to change/create is a separate `Category` that you're going to use for `Radarr 2`
|
||||
|
||||
!!! attention
|
||||
|
||||
This can't and shouldn't be the same category you use for `Radarr 1` but a separate `Category`.
|
||||
|
||||
### How does this Radarr Sync work
|
||||
|
||||
You now only need to make use of `Radarr 1` all movies your add to `Radarr 1` will be synced to `Radarr 2` at a scheduled time.
|
||||
|
||||
#### 1080p streaming optimized
|
||||
|
||||
??? faq "1080p streaming optimized quality profile - [CLICK TO EXPAND]"
|
||||
|
||||
If you're interested in the 1080p streaming optimized quality profile you can contact me on [discord](https://trash-guides.info/discord)
|
||||
|
||||
This is a special quality profile i created for people who are really interested in it
|
||||
|
||||
This release profile is fine tuned when you want to run a 2nd Radarr for 1080p, and want minimum to none transcoding and smaller sizes for the second copy's
|
||||
|
||||
- Streaming optimized (Optimized for PLEX, emby, Jellyfin, and other streaming platforms)
|
||||
- Small sizes
|
||||
- Good quality
|
||||
- No DoVi
|
||||
- Only AC3 Audio (Downmixed Lossless audio track to Dolby Digital 5.1 for optimal compatibility)
|
||||
|
||||
!!! note "Why choose this quality profile?"
|
||||
|
||||
- You want maximum compatibility between all devices and still a HQ releases.
|
||||
- You run 2 instances of Radarr and want both version or just for the 1080p ones.
|
||||
- You want to have minimum till none transcoding for low powered devices or remote streaming.
|
||||
|
||||
------
|
||||
|
||||
### Option 2
|
||||
|
||||
!!! info ""
|
||||
In this example I'm going to use 2 Sonarr (The basics is the same for Radarr).
|
||||
|
||||
- `Sonarr 1` = My main 1080p WEB-DL Sonarr.
|
||||
- `Sonarr 2` = 4K/2160p (UHD) WEB-DL Sonarr.
|
||||
|
||||
This option is best used if you only want to have a few TV shows (or a Movies if you use this option with Radarr) as 4K/2160p (UHD)
|
||||
|
||||
#### Extra preparation
|
||||
|
||||
In `Sonarr 1` go to `Settings` => `Profiles`
|
||||
|
||||
![!Sonarr - Settings - Profiles](images/sonarr-settings-profiles.png)
|
||||
|
||||
And Clone your used profile and rename your profile from `Profilename - Copy` to `Profilename!`
|
||||
|
||||
![!Sonarr - Clone Profile](images/sonarr-clone-profile.png)
|
||||
|
||||
#### Adding the Sonarr Sync list
|
||||
|
||||
In `Sonarr 2` go to `Settings` => `Import Lists`
|
||||
|
||||
![!Sonarr Settings Import Lists](images/sonarr-settings-import-lists.png)
|
||||
|
||||
Click on the + to add a lists and select `Sonarr`
|
||||
|
||||
![!Sonarr add List](images/sonarr-add-list.png)
|
||||
|
||||
Then you get a screen with the following options.
|
||||
|
||||
![!Sonarr Add Lists Options](images/sonarr-add-lists-options.png)
|
||||
|
||||
1. The name you want to call your Sync list.
|
||||
1. Enable so the shows will be automatically added.
|
||||
1. Choose your monitoring options.
|
||||
1. Your Root location for your media library.
|
||||
1. The Quality Profile you want to use on `Sonarr 2`.
|
||||
1. Series Type.
|
||||
1. If you want to use Season Folders.
|
||||
1. The Full URL to `Sonarr 1` (Use local URL if they run on the same system).
|
||||
1. Your API Key of `Sonarr 1`.
|
||||
1. The Cloned Profile of `Sonarr 1` that we're going to use to Sync with `Sonarr 2`.
|
||||
1. Test the connection to `Sonarr 1`.
|
||||
1. Save your settings.
|
||||
|
||||
??? FAQ "Monitoring Options - [CLICK TO EXPAND]"
|
||||
|
||||
- All Episodes: Monitor all episodes except specials
|
||||
- Future Episodes: Monitor episodes that have not aired yet
|
||||
- Missing Episodes: Monitor episodes that do not have files or have not aired yet
|
||||
- Existing Episodes: Monitor episodes that have files or have not aired yet
|
||||
- First Season: Monitor all episodes of the first season. All other seasons will be ignored
|
||||
- Latest Season: Monitor all episodes of the latest season and future seasons
|
||||
- None: No episodes will be monitored
|
||||
|
||||
??? FAQ "Series Type - [CLICK TO EXPAND]"
|
||||
|
||||
- Anime: Episodes released using an absolute episode number
|
||||
- Daily: Episodes released daily or less frequently that use year-month-day (2017-05-25)
|
||||
- Standard: Episodes released with SxxEyy pattern
|
||||
|
||||
#### Sonarr Download client setup
|
||||
|
||||
You don't need a separate download client for your 2 Radarr instances, this all can be done with 1 download client or 2 if you prefer Usenet and Torrents.
|
||||
|
||||
`Settings` => `Download Clients`
|
||||
|
||||
![!Sonarr - Settings Download Clients](images/sonarr-settings-download-clients.png)
|
||||
|
||||
Select your preferred download client.
|
||||
|
||||
![!Sonarr Categories](images/sonarr-categories.png)
|
||||
|
||||
Only thing you need to change/create is a separate `Category` that you're going to use for `Sonarr 2`
|
||||
|
||||
!!! important
|
||||
|
||||
This can't and shouldn't be the same category you use for `Sonarr 1` but a separate `Category`.
|
||||
|
||||
### How does this Sonarr Sync work
|
||||
|
||||
You now only need to make use of `Sonarr 1`, When you got a TV Shows (or a Movie if you use this option with Radarr) that you also want as 4K/2160p (UHD) then you make sure you make use of the Cloned Quality Profile. And it will sync at a scheduled time.
|
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 62 KiB |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 71 KiB |
After Width: | Height: | Size: 61 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 59 KiB |
After Width: | Height: | Size: 9.0 KiB |
After Width: | Height: | Size: 8.0 KiB |
After Width: | Height: | Size: 44 KiB |
After Width: | Height: | Size: 44 KiB |
After Width: | Height: | Size: 11 KiB |
@ -0,0 +1 @@
|
||||
../../Radarr/Tips/Sync-2-radarr-sonarr.md
|
@ -0,0 +1 @@
|
||||
../../Radarr/Tips/images
|
@ -0,0 +1,62 @@
|
||||
{
|
||||
"trash_id": "afeb99e5db09290546f742503ce1cdb6",
|
||||
"trash_score": "3000",
|
||||
"name": "UHD (DON)",
|
||||
"includeCustomFormatWhenRenaming": false,
|
||||
"specifications": [
|
||||
{
|
||||
"name": "DON",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "\\bDON\\b"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not REMUX",
|
||||
"implementation": "QualityModifierSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": 5
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not WEBDL",
|
||||
"implementation": "SourceSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": 7
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not WEBRIP",
|
||||
"implementation": "SourceSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": 8
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "2160p",
|
||||
"implementation": "ResolutionSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": 2160
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Not SDR",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": "\\bSDR\\b"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|