@@ -2599,35 +2551,105 @@ It's all really dependent on specific situations for different people
-
Note
-
These options are optional and only needed if you got a certain use case for it.
-
If you see certain optional options with a positive score and you actually don't want them just add them with a negative score !!!
+
Optionals
+
Profile 4
+
+
Caution
+
These optionals are optional because they should only be added/used if you got a certain use case for it, if you don't understand what the optional is for then you probably don't need it
+
Except the Golden Rule
this one is actually a must even that it's added in the optional section
+
If you see certain optional with a positive score and you actually don't want them just add them with a negative score !!!
+
+
Golden rule
+
+
This one is actually a must even that it's added in the optional section
-
Optional HDR - if you prefer HDR
+
+Why the Must Not Contain entry - [CLICK TO EXPAND]
+This one blocks/ignores 720/1080p releases that are (re-)encoded in x265.
+So why did I put /(?=(1080|720)).*((x|h)[ ._-]?265|hevc)/i
as Must Not Contain
and what does it do ?
+Why ?
+
+
Quote
+
x265 is good for for 4k stuff or 1080p if they used the the remuxes as source.
+If the media isn't source quality/remux, then there will be a loss of quality every time.
+Also, once you go x265, typically that file is done.
+It can't be changed to something else without a huge loss of quality.
+
Something like 95% of video files are x264 and have much better direct play support.
+If you have more than a couple users,
+you will notice much more transcoding.
+Just depends on your priorities.
+
So basically if you are storage poor and just need to save space, use x265.
+The catch is if you want best quality x265, you need source quality files, so you still have huge file sizes.
+If you want maximum compatibility and the option to change your files to something else later,
+then x264.
+It's all really dependent on specific situations for different people
+
+It's a shame that most x265 groups microsize the releases or use the x264 as source what results in low quality releases. And the few groups that do use the correct source suffer from it.
+That's why I created my own golden rule.
+
+- 720/1080p => x264
+- 2160p/4k => x265
+
+
+
Add this to your Must not contain (2)
+
/(?=(1080|720)).*((x|h)[ ._-]?265|hevc)/i
+
+
+example - [CLICK TO EXPAND]
+
+
+
+
Optional - Prefer HDR
Add this to your Preferred (3)
with a score of [10]
-
Optional Dolby Vision - if you prefer Dolby Vision
+
+
Optional - Prefer Dolby Vision
Add this to your Preferred (3)
with a score of [100]
/\b(dv|dovi|dolby[ .]?vision)\b/i
-
Optional (use these only if you dislike renamed and retagged releases)
+
+
+
+Explanation - [CLICK TO EXPAND]
+Use this only if you dislike renamed and retagged releases, some indexers/trackers are known to rename or add their own tags to the release name what could mess up your results or naming.
+
Add this to your Preferred (3)
with a score of [-25]
/(\[rartv\]|\[rarbg\]|\[eztv\]|\[TGx\])/i
+
Optional - Dislike Obfuscated
+
+Explanation - [CLICK TO EXPAND]
+Use this only if you dislike Obfuscated releases, some indexers are known to rename or add their own tags/obfuscated name to the release name what could mess up your results or naming.
+
+
Add this to your Preferred (3)
with a score of [-25]
/(-4P|-4Planet|-AsRequested|-BUYMORE|-Chamele0n|-GEROV|-iNC0GNiTO|-NZBGeek|-Obfuscated|-postbot|-Rakuv|-Scrambled|-WhiteRev|-xpost|-WRTEAM|-CAPTCHA)\b/i
-
Optional (matches releases that ends with EN)
+
+
Optional - Dislike release ending: en
Add this to your Preferred (3)
with a score of [-25]
+
+Explanation - [CLICK TO EXPAND]
+Some indexers are known to add extra useless info to the release name what could mess up your results or naming.
+
-
Optional Matches any release that contains '1-' as prefix for Release Groups
+
+
Optional - Dislike release containing: 1-
+
+Explanation - [CLICK TO EXPAND]
+Some indexers are known to add extra useless info to the release name what could mess up your results or naming.
+Matches any release that contains '1-' as prefix for Release Groups
+
Add this to your Preferred (3)
with a score of [-25]
-
Optional Matches Season Packs (use this if you prefer Season packs)
+
+
Optional - Prefer Season Packs
+
+Explanation - [CLICK TO EXPAND]
+Use this if you prefer Season packs
+
-
Optional Ignore DoVi for WEBDL
-
-WHY ? - [CLICK TO EXPAND]
+
+Optional - Ignore Dolby Vision without HDR10 fallback
+
+Explanation - [CLICK TO EXPAND]
This is a RegEx that ignores DV that don't have the fallback to HDR10, What can results in playback issues like weird colors if you want to play it on a not Dolby Vision compatible setup.
Add this to your Must not contain (2)
/^(?!.*(HDR|HULU|REMUX))(?=.*\b(DV|Dovi|Dolby[- .]Vision)\b).*/i
-Optional Ignore the group -scene
-
-Why ? - [CLICK TO EXPAND]
+
+Optional - Ignore The Group -SCENE
+
+Explanation - [CLICK TO EXPAND]
Seems plex ignores -scene
because it thinks they are extra's. SOURCE
Add this to your Must not contain (2)
-Optional Ignore scene releases
-
+
+Optional - Ignore scene releases
+
WHY ? - [CLICK TO EXPAND]
If you don't want to download so called scene releases.
@@ -2693,7 +2719,6 @@ create a new release profile specific for .su that uses the Final Results
When you've done it correctly it will look something like this.
@@ -2707,8 +2732,6 @@ create a new release profile specific for .su that uses the
@@ -2719,11 +2742,7 @@ create a new release profile specific for .su that uses the