Merge branch 'master' into Radarr-french-cf

pull/863/head
TRaSH 2 years ago committed by GitHub
commit 119978a039
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,63 +0,0 @@
# How to add a Movie Collection
The option to add movie collections based on a movie you already have is one of the coolest new features in Radarr v3 in my opinion.
Lets say you add a movie like `Pirates of the Caribbean: The Curse of the Black Pearl` and you actually want to have the other movies from the same collection.
Now you can let Radarr add them for you with just a few simple clicks
---
## How to add the collection lists
First go to the movie where you want to add the collection from, and click on the `collection` flag
![!Add Collection Flag](images/rmc-add-movie-collection-flag.png)
---
## Add List Settings
After you clicked on it, a new window/popup will appear with the following options:
![!Add List - TMDb Collection](images/rmc-add-list-tmdb-collection.png)
1. Give your collection a name, or use the pre filled one.
1. Enable this list for use in Radarr.
1. Enable this so the movies will be automatically added to Radarr from this list.
1. Enable this so movies will be set monitored when added to Radarr from this list.
1. Enable this so Radarr will start searching movies from this list when added.
1. Set your minimum availability.
1. Your preferred quality profile.
1. Your root path where you want the movies added.
1. Add any tags you want for your own preference.
1. TMDb collection Id.
1. Click on Save so it will be added+searched for in Radarr.
!!! warning
Don't change the Collection Id else you will end up with the wrong collection!!!
---
After clicking on `Save`, the movies from the lists will be added to Radarr and searched for.
## Result
The added movies will show up in your movie overview:
![!Your Movie Collection](images/rmc-collection.png)
---
### Edit your Lists
If for any reason you need or want to edit your added list, go to:
`Settings` => `Lists`
Then search for you list you want to edit/remove
![!Radarr Lists](images/rmc-lists.png)
{! include-markdown "../../../includes/support.md" !}
<!-- --8<-- "includes/support.md" -->

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 312 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 296 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

@ -83,7 +83,7 @@ radarr:
- 923b6abef9b17f937fab56cfcf89e1f1 # DV (WEBDL)
quality_profiles:
- name: Remux|Bluray|IMAX-E|2160p
# score: 0
# score: 0 # overrides default of -10000
- trash_ids:
# Misc
- 2899d84dc9372de3408e6d8cc18e9666 # x264

@ -80,7 +80,7 @@ radarr:
- 923b6abef9b17f937fab56cfcf89e1f1 # DV (WEBDL)
quality_profiles:
- name: Remux|IMAX-E|2160p
# score: 0
# score: 0 # overrides default of -10000
- trash_ids:
# Misc
- 2899d84dc9372de3408e6d8cc18e9666 # x264

@ -80,7 +80,7 @@ radarr:
- 923b6abef9b17f937fab56cfcf89e1f1 # DV (WEBDL)
quality_profiles:
- name: WEBDL|IMAX-E|2160p
# score: 0
# score: 0 # overrides default of -10000
- trash_ids:
# Misc
- 2899d84dc9372de3408e6d8cc18e9666 # x264

@ -83,7 +83,7 @@ radarr:
- 923b6abef9b17f937fab56cfcf89e1f1 # DV (WEBDL)
quality_profiles:
- name: Bluray|IMAX-E|2160p
# score: 0
# score: 0 # overrides default of -10000
- trash_ids:
# Misc
- 2899d84dc9372de3408e6d8cc18e9666 # x264

@ -418,7 +418,7 @@ Add this to your `Preferred (3)` with a score of [-25]
Add this to your `Preferred (3)` with a score of [-25]
```bash
/(1-.+)$/i
/(?<!\d\.)(1-.+)$/i
```
------

@ -61,7 +61,7 @@
}, {
"name": "Dislike release containing: 1-",
"trash_id": "236a3626a07cacf5692c73cc947bc280",
"term": "/(1-.+)$/i"
"term": "/(?<!\\d\\.)(1-.+)$/i"
}]
}]
}

@ -1,3 +1,16 @@
# 2022-10-20 22:35
**[Sonarr]**
- Fix: aggressive in Dislike release containing: 1-. #918
# 2022-10-20 22:15
**[SQP]**
- Add: [SQP-1] Add also warning for plain IMAX.
- Add: end of line comment on the scores that override defaults. #917
# 2022-10-20 20:15
**[Radarr] Removed add movie collection**
- Removed: `Add a movie collection` => no longer valid. #915
# 2022-10-18 21:20
**[Prowlarr] Tips for Prowlarr**
- NEW: How to Setup proxy for certain indexers. #905

@ -22,7 +22,7 @@
??? summary "Movie Versions - [CLICK TO EXPAND]"
!!! danger "Adding `IMAX`/`IMAX` Enhanced will replace the BHDStudio release :warning:"
!!! danger "Adding `IMAX`/`IMAX Enhanced` will replace the BHDStudio release :warning:"
| Custom Format | Score | Trash ID |
| ----------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------- | ------------------------------------------------------ |

@ -83,7 +83,6 @@ plugins:
Radarr/V3/Radarr-recommended-naming-scheme.md: Radarr/Radarr-recommended-naming-scheme.md
Radarr/V3/Radarr-remote-path-mapping.md: Radarr/Radarr-remote-path-mapping.md
Radarr/V3/Radarr-setup-custom-formats.md: Radarr/Radarr-setup-custom-formats.md
Radarr/V3/Tips/Radarr-add-a-movie-collection.md: Radarr/Tips/Radarr-add-a-movie-collection.md
Radarr/V3/Tips/Radarr-rename-your-folders.md: Radarr/Tips/Radarr-rename-your-folders.md
Radarr/V3/Tips/Radarr-show-unknown-movie-items.md: Radarr/Tips/Radarr-show-unknown-movie-items.md
# Sonarr old redirects

Loading…
Cancel
Save