diff --git a/docs/Radarr/V3/Tips/Radarr-add-a-movie-collection.md b/docs/Radarr/V3/Tips/Radarr-add-a-movie-collection.md new file mode 100644 index 000000000..ed6edb538 --- /dev/null +++ b/docs/Radarr/V3/Tips/Radarr-add-a-movie-collection.md @@ -0,0 +1,62 @@ +# How to add a Movie Collection + +One of the coolest new features in Radarr v3 in my opinion. + +The option to add movies collection based on a movie you already got. + +So 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. The name you want to name this Collection. +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. +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 + +And 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) diff --git a/docs/Radarr/V3/Tips/images/rmc-add-list-tmdb-collection.png b/docs/Radarr/V3/Tips/images/rmc-add-list-tmdb-collection.png new file mode 100644 index 000000000..9f6882b77 Binary files /dev/null and b/docs/Radarr/V3/Tips/images/rmc-add-list-tmdb-collection.png differ diff --git a/docs/Radarr/V3/Tips/images/rmc-add-movie-collection-flag.png b/docs/Radarr/V3/Tips/images/rmc-add-movie-collection-flag.png new file mode 100644 index 000000000..2fcbf2e2c Binary files /dev/null and b/docs/Radarr/V3/Tips/images/rmc-add-movie-collection-flag.png differ diff --git a/docs/Radarr/V3/Tips/images/rmc-collection.png b/docs/Radarr/V3/Tips/images/rmc-collection.png new file mode 100644 index 000000000..5f1996cc1 Binary files /dev/null and b/docs/Radarr/V3/Tips/images/rmc-collection.png differ diff --git a/docs/Radarr/V3/Tips/images/rmc-lists.png b/docs/Radarr/V3/Tips/images/rmc-lists.png new file mode 100644 index 000000000..6a2c567a7 Binary files /dev/null and b/docs/Radarr/V3/Tips/images/rmc-lists.png differ