`Must Contain` => add words that the release name **MUST HAVE!**
`Must Contain` => add words that the release name **MUST HAVE!**
@ -46,43 +47,51 @@ Then you will get a popup screen that will look like this =>
`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.
`Tags` => create a tag so this is only used by shows that you give this tag or else it's global.
`Include Preferred when Renaming` => When you add `{Preferred Words}` to your renaming scheme it will add this info.
`Indexers` => Specify what indexer the profile applies to.
`Tags` => create a tag so this is only used by shows that you give this tag or else it's global.
We're only to make use of options 2 and 3.
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**]** 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.
***Keep in mind this list will be a constant work in progress because I will be updating it when it's needed***
#### Release Source (Streaming Service)
***So best to set a notification for updates for this page.***
#### Sonarr Release Profile RegEx
```markdown
```markdown
# Sonarr Release Profile RegEx
# Preferred (3)
# This list is made by collecting information from Sonarr Discord Channel,
# and personal testing and a few others that helped.
# So I want to thnx everyone who helped to make this list possible,
# For privacy reasons I decided not to add the names/nick of the persons.
# If you want to be mentioned please message me on discord,
# including a link for proof to what part you want to be credited.
# Must Not Contain
/(x|h)\.?265/i, hevc
# Preferred
[100] /(amzn|amazon).?web.?dl/i
[100] /(amzn|amazon).?web.?dl/i
[100] /(atvp).?web.?dl/i
[100] /(atvp).?web.?dl/i
[90] /(dsnp|dsny|disney).?web.?dl/i
[90] /(dsnp|dsny|disney).?web.?dl/i
[90] /(nf|netflix).?web.?dl/i
[90] /(nf|netflix).?web.?dl/i
[85] /(DCU).?web.?dl/i
[85] /(DCU).?web.?dl/i
[85] /(HMAX).?web.?dl/i
[85] /(HMAX).?web.?dl/i
[80] /(-deflate|-inflate)/i
[75] /(hulu|.?hbo\.?)/i
[75] /(hulu|.?hbo\.?)/i
[75] /(red).?web.?dl/i
[75] /(red).?web.?dl/i
[75] /(QIBI).?web.?dl/i
[75] /(QIBI).?web.?dl/i
[75] /(iT).?web.?dl/i
[75] /(iT).?web.?dl/i
```
> Also check mark `Include Preferred when Renaming` and add `{Preferred Words}` to your renaming scheme when you get download loop issues!!!
>
> What it does:
>
> When enabled the block with the [Release Source (Streaming Service)](#release-source-streaming-service) in it are then added to the file name which fixes any loops due to Sonarr seeing a new NF rip when an AMZN rip is found.
> Probably doesn’t happen if cutoff is met, but for anything that is unmet or any forced searches it results in a loop because NF is not in Sonarr’s copy so it upgrades, and loops.
> Enabling the include in preferred words for AMZN and adding that to the file name fixes that.
Scores [-100] Groups that mess with the audio or add another preferred language.
Scores [-100] Groups that mess with the audio or add another preferred language.
Optional => We've tested it and it worked for what we've tested it on, if it will work in your situation we don't know if you notice something wrong just contact me and we will try to fix it or remove it.
Optional => We've tested it and it worked for what we've tested it on, if it will work in your situation we don't know if you notice something wrong just contact me and we will try to fix it or remove it.
The reason why I got multiple entry's with the same score is because the line will go out of the box and I don't like how that looks.
The reason why I got multiple entry's with the same score is because the line will go out of the box and I don't like how that looks.
#### Final Results.
#### Final Results
When you've done it correctly it will look something like this.
When you've done it correctly it will look something like this.
> *This list is made by collecting information from Sonarr Discord Channel,*
> *and personal testing and a few others that helped.*
> *So I want to thnx everyone who helped to make this list possible,*
> *For privacy reasons I decided not to add the names/nick of the persons.*
> *If you want to be mentioned please message me on discord,*
> *including a link for proof to what part you want to be credited.*
------
### Why Not x265
### Why Not x265
@ -167,10 +189,14 @@ If you want maximum compatibility and the option to change your files to somethi
then x264.
then x264.
It's all really dependent on specific situations for different people
It's all really dependent on specific situations for different people
```
```
#### Some extra info about 4K/X265
#### Some extra info about 4K/X265
> Source: Plex, [4k, transcoding, and you - aka the rules of 4k - a FAQ](https://forums.plex.tv/t/plex-4k-transcoding-and-you-aka-the-rules-of-4k-a-faq/378203)
> Source: Plex, [4k, transcoding, and you - aka the rules of 4k - a FAQ](https://forums.plex.tv/t/plex-4k-transcoding-and-you-aka-the-rules-of-4k-a-faq/378203)
>
> 1. Don’t bother transcoding 4k
> 1. Don’t bother transcoding 4k
> 2. If you cannot direct play 4k, then perhaps you should not even be collecting 4k.
> 2. If you cannot direct play 4k, then perhaps you should not even be collecting 4k.
> 3. If you don’t have the storage space for a copy of both 4k and 1080/720, then perhaps you should not even be collecting 4k.
> 3. If you don’t have the storage space for a copy of both 4k and 1080/720, then perhaps you should not even be collecting 4k.
> 4. To avoid transcoding for remote and non-4k clients, keep your 4k content in separate plex libraries.
> 4. To avoid transcoding for remote and non-4k clients, keep your 4k content in separate plex libraries.
> 5. This may of course mean that you keep a 4k copy and a 1080/720 copy, but if you are collecting 4k content then you should not be worried about storage space, should you?
> 5. This may of course mean that you keep a 4k copy and a 1080/720 copy, but if you are collecting 4k content then you should not be worried about storage space, should you?