From 2e7852a057cf752efe64155f58f2aaed39236a77 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Tue, 28 Dec 2021 21:48:12 +0100 Subject: [PATCH] Update Sonarr-Release-Profile-RegEx.md - Changed: a few things to make the guide more readable. Thnx: discorj --- docs/Sonarr/Sonarr-Release-Profile-RegEx.md | 31 +++++++++++++-------- 1 file changed, 20 insertions(+), 11 deletions(-) diff --git a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md index 54d8b0f03..fc004d48a 100644 --- a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md +++ b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md @@ -1,8 +1,5 @@ # Release Profile RegEx (WEB-DL) -!!! danger "Advanced feature" - The regex isn't mentioned anywhere, it's a hidden advanced feature - Sonarr V3 has a great feature called Release Profile. With this option you can fine tune your preference. @@ -27,7 +24,7 @@ The Release profile that we're going to use for this example is mainly to prefer P2P releases are a bit smarter and work sort of together by not doing the same release. Also I noticed that with some Scene releases the 5.1 audio was stripped out or converted to AAC audio. And in my opinion the P2P are of better quality. - Theirs 1 Scene releaser that do bring out quality releases `-deflate/-inflate`. + There's one scene group that does bring out quality releases `-deflate/-inflate`. **Q: Why do I see that many Amazon WEB-DL's repacks/proper lately?** @@ -61,19 +58,25 @@ Then you will get a popup screen that will look like this: ![!rp-release-profile](images/rp-release-profile.png) -`Must Contain` => add words that the release name **MUST HAVE!** +1. `Must Contain` => add words that the release name **MUST HAVE!** + +1. `Must Not Contain` => add words that the release name **MUST NOT HAVE OR IT WILL BE REJECTED!** -`Must Not Contain` => add words that the release name **MUST NOT HAVE AND SO TO BE IGNORE!** +1. `Preferred` => add words you prefer with a certain score what you prefer more or upgrade. -`Preferred` => add words you prefer with a certain score what you prefer more or upgrade. +1. `Include Preferred when Renaming` => When you add `{Preferred Words}` to your renaming scheme it will add this info. -`Include Preferred when Renaming` => When you add `{Preferred Words}` to your renaming scheme it will add this info. +1. `Indexers` => Specify what indexer the profile applies to. -`Indexers` => Specify what indexer the profile applies to. +1. `Tags` => create a tag so this is only used by shows that you give this tag or else it's global. -`Tags` => create a tag so this is only used by shows that you give this tag or else it's global. +------ + +!!! note -The Number between the **[**brackets**]** are the scores the release name will get during a automatic and manual search and with the use of the scores some releases will be preferred over others and even upgraded. + The Number between the **[**brackets**]** in the following release profiles are the scores the release name will get during a automatic and manual search and with the use of the scores some releases will be preferred over others and even upgraded. + +------ ## First Release Profile @@ -164,6 +167,9 @@ Add this to your `Preferred (3)` with a score of [75] /\b(pmtp)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i ``` +!!! danger "Caution" + Don't forget to click on `SAVE` after you've added everything you want to the release profile :bangbang: + ??? success "example - [CLICK TO EXPAND]" !!! attention @@ -519,6 +525,9 @@ If you want to be mentioned please message me on discord, including a link for p Or use one of the 2 automation tools. + - [Notifiarr](/Radarr/Radarr-how-to-update-custom-formats/#notifiarr){:target="_blank" rel="noopener noreferrer"} + - [TRaSH Updater](/Radarr/Radarr-how-to-update-custom-formats/#trash-updater){:target="_blank" rel="noopener noreferrer"} + ------ --8<-- "includes/support.md"