Moved: Sonarr out of the v3 Folder

pull/240/head
TRaSH 3 years ago
parent 81633635c7
commit 0c45f69dfc

@ -1,4 +1,8 @@
nav:
- Home: index.md
- V3
- Quality Settings (File Size): Sonarr-Quality-Settings-File-Size.md
- Recommended naming scheme: Sonarr-recommended-naming-scheme.md
- Release Profile RegEx (WEB-DL): Sonarr-Release-Profile-RegEx.md
- Release Profile RegEx (Anime): Sonarr-Release-Profile-RegEx-Anime.md
- Remote Path Mappings explained: Sonarr-remote-path-mapping.md

@ -0,0 +1,82 @@
# Quality Settings (File Size)
I often get the question what's the best Quality Settings to use,
Well it's actually personal preference so I will show you a recommended Quality Settings.
But before you continue to read, as with all my guides:
!!! question ""
**If you don't care about quality then stop reading and see if the other tutorials are helpful for you.**
This Quality Settings has been created and tested with info I got from others, and release comparisons from different sources.
I only do WEB-DL my self for TV shows because in my opinion WEB-DL is the sweet spot between Quality and Size and you often don't see big difference anyway for TV shows. (Except for shows like GOT, Vikings, etc)
??? question "FAQ"
## FAQ
**Q: Why do you only show starting from HDTV720p?**
A: With the big screens these days anything lower doesn't look watchable
**Q: Why do you have some sized set so high?**
A: You probably didn't read the bold text above, I also need to keep in mind usenet releases that are often bigger then torrent releases.
**Q: You noticed that some episodes don't grab because of these settings.**
A: If you notice that some episodes won't be grabbed because of these size settings you can provide me a proof with a screenshot and the error it shows you when you do a interactive search (non redacted except the indexer/tracker if you want to).
- I will only accept changes that are International releases no multi, or dubbed language releases.
- I won't accept mislabeled source releases like from MeGusta, etc (they should learn to name their stuff decent first).
- I won't accept changes for micro sized releases.
- Documentaries and cartoons are often much smaller so I probably won't edit those either.
------
## Sonarr Quality Definitions
| Quality | Minimum | Maximum |
| ------------------ | ------- | ------- |
| HDTV-720p | 10 | 67.5 |
| HDTV-1080p | 15 | 137.3 |
| WEBRip-720p | 10 | 137.3 |
| WEBDL-720p | 10 | 137.3 |
| Bluray-720p | 17.1 | 137.3 |
| WEBRip-1080p | 15 | 137.3 |
| WEBDL-1080p | 15 | 137.3 |
| Bluray-1080p | 50.4 | 227 |
| Bluray-1080p Remux | 69.1 | 400 |
| HDTV-2160p | 69.1 | 350 |
| WEBRip-2160p | 69.1 | 350 |
| WEBDL-2160p | 69.1 | 350 |
| Bluray-2160p | 94.6 | 400 |
| Bluray-2160p Remux | 204.4 | 400 |
------
### Sonarr Quality Definitions - Anime (Work in Progress)
| Quality | Minimum | Maximum |
| ------------------ | ------- | ------- |
| HDTV-720p | 2.3 | 51.4 |
| HDTV-1080p | 2.3 | 100 |
| WEBRip-720p | 4.3 | 100 |
| WEBDL-720p | 4.3 | 51.4 |
| Bluray-720p | 4.3 | 102.2 |
| WEBRip-1080p | 4.5 | 257.4 |
| WEBDL-1080p | 4.3 | 253.6 |
| Bluray-1080p | 4.3 | 258.1 |
| Bluray-1080p Remux | 0 | 400 |
| HDTV-2160p | 69.1 | 350 |
| WEBRip-2160p | 69.1 | 350 |
| WEBDL-2160p | 69.1 | 350 |
| Bluray-2160p | 94.6 | 400 |
| Bluray-2160p Remux | 204.4 | 400 |
!!! note
The reason why you don't see the preferred score in the Table is because we want max quality anyway so as high as possible.
The highest preferred quality you can manually enter is 1 less than the Maximum quality. If you use the slider, the preferred quality can be up to 5 lesser than the Maximum quality.
Make sure you have enabled 'Show Advanced' in Radarr, if you don't see a provision to enter the scores, under the Quality settings.

@ -0,0 +1,643 @@
# Release Profile RegEx (Anime)
!!! note
This Guide is Created and Maintained by [Visorask/Visorak](https://github.com/Visorask)
It's recommended to run 2 Sonarr's 1 for Anime and 1 for normal tv shows, or you can make use of tags.
Being that release profiles are global without the use of a tag.
## Dual-Audio Regex
Having tested most of these settings, they work pretty well but Anime is a fickle beast to toy with so be warned.
---
## Anime Delete
??? tip "If you have issues with extra files being download like NCED or NCOP"
If you have issues with sonarr picking up a bunch of:
- NCED
- NCOP
- Music Videos
- OP's
Then this script (linux based only) will delete these files and get rid of them and you don't have to worry about them cluttering up your Auto or Manual import process.
```bash
#!/usr/bin/env bash
# Set the following location to your completed download location for Anime.
# Usually one of the following paths:
# Dockers => /data/{usenet|torrents}/anime
# Cloudbox => /mnt/local/downloads/nzbs/nzbget/completed/sonarranime
location="/your/download/path/here"
find $location -type f \( -iname "*op[0-9]*" -o -iname "*nced*" -o -iname "*ncop*" -o -iname "*music video*" \) -exec rm -rf {} \;
```
This script will be called through a custom connection in sonarr.
1. Copy the contents of the script into whatever filepath sonarr has access to (`/config/app/` or `/appdata/sonarr/scripts`)
1. Edit the `location="/your/download/path/here"` and make sure it's in quotes.
1. Then save it and chmod +x the script.
1. In Sonarr go to `Settings` => `Connect` => Click on the `+` Symbol => and select `Custom Script`
1. Change Name to whatever you like.
1. Select `On Grab` and `On Import`.
1. Click the Folder icon or type in the path to the script you chose earlier.
![!rpa-customscript](images/rpa-customscript.png)
Now when you download or import any files the script will run and clear out those files that you most likely won't use and if you want them well this script isn't for you.
---
## Media Management
!!! note
There a few settings which make life a lot easier when tracking down and keeping certain information for your Anime and with tweaks to make it work better with [HamaAgent](https://github.com/ZeroQI/Hama.bundle){:target="_blank" rel="noopener noreferrer"} for plex.
### Suggested naming scheme
For this I used the [Sonarr Recommended naming scheme](/Sonarr/Sonarr-recommended-naming-scheme/#anime-episode-format){:target="_blank" rel="noopener noreferrer"} for Sonarr with only a small change for a formatting error to be fixed and the `Series Folder Format` for easier matching.
#### Anime Episode Format
Has all necessary information and a little extra if you needed to rebuild.
```bash
{Series TitleYear} - S{season:00}E{episode:00} - {absolute:000} - {Episode CleanTitle} [{Preferred Words }{Quality Full}]{[MediaInfo VideoDynamicRange]}[{MediaInfo VideoBitDepth}bit]{[MediaInfo VideoCodec]}[{Mediainfo AudioCodec} { Mediainfo AudioChannels}]{MediaInfo AudioLanguages}{-Release Group}
```
??? summary "RESULTS:"
Single Episode:
`The Series Title! (2010) - S01E01 - 001 - Episode Title 1 [AMZN WEBDL-1080p v2][HDR][10bit][x264][DTS 5.1][FLAC][JA]-RlsGrp`
Multi Episode:
`The Series Title! (2010) - S01E01-E02-E03 - 001-002-003 - Episode Title [AMZN WEBDL-1080p v2][HDR][10bit][x264][DTS 5.1][FLAC][JA]-RlsGrp`
#### Series Folder Format
Adding year back in with tvdb id allows matching to be correct. Thanks salty.
```bash
{Series TitleTheYear} [tvdb-{TvdbId}]
```
RESULT:
`The Series Title! (2010) [tvdb-12345]`
#### Season Folder Format
The only one real option to use in my opinion.
```bash
Season {season:00}
```
RESULT:
`Season 01`
#### Multi-Episode Style
```bash
Scene
```
RESULTS:
![results](images/results.png)
??? success "Example"
![!Example image of above](images/rpa-mediamanage.png)
---
## Quality Profile
We need to add `HDTV-1080p` and `Bluray-1080p` into the same group as `WEBDL-1080p` and `WEBRip-1080p` so that it will download correctly and not upgrade past HDTV-1080P if Preferred Words does not allow it.
![!rpa-quality-profile-group](images/rpa-quality-profile-group.png)
---
## Indexers
We need to add the Anime Categories to our indexers otherwise this all won't work very well.
??? success "Example"
1. We need to open `Settings -> Indexers`
1. Select the Indexer(s) you would like to use for `Anime`
1. Select the dropdown for `Anime Categories`.
![!rpa-indexer-1](images/rpa-indexer-1.png)
1. Select the `Anime` category.
![!rpa-indexer-2](images/rpa-indexer-2.png)
1. Click outside the pop-up modal but inside the `Add Indexer` modal.
![!rpa-indexer-3](images/rpa-indexer-3.png)
---
!!! note
Check mark `Include Preferred when Renaming` where applicable and add `{Preferred Words}` to your renaming scheme else you could get a download loop issues!!!
## Release Profiles
!!! note
We're going to make use of **2** separate release profiles.
### First Release Profile
<!-- [trash_id: 31f4dd7b08bc8a43099eed604fd8acf6] -->
!!! important
**DO** Check mark `Include Preferred when Renaming` on this release profile.
![!rpa-release-sources-1](images/rpa-release-sources-1.png)
#### Multi-Audio
Add this to your Preferred with a score of **[500]**
```bash
/(multi[ ._-]?audio)/i
```
#### Dual-Audio
Add this to your Preferred with a score of **[0]**. This is for renames only and why it is at **0**. It is also added in the second profile. This one is to ensure that the preferred words get added.
```bash
/(dual[ ._-]?audio)/i
```
#### Optional (uncut|unrated|uncensored)
Add this to your Preferred with a score of **[100]/[-10000]**
If you would like it to be priority then set to **100**. If you do not want uncensored set it to **-10000**. If you don't care either way just leave it out. The reasoning behind only **100** is so that it doesn't trump other release further up in the chain, this way it will trump maybe a couple release but not more. And **-10000** to hopefully put it at the bottom of any tier list if you don't want it.
```bash
/(uncut|unrated|uncensored|\b(AT[-_. ]?X)\b)/i
```
!!! note
When done it should look something like this:
![!rpa-release-profile-1](images/rpa-release-profile-1.png)
---
### Second Release Profile
<!-- [trash_id: c3a45e86f61f3a801428d1538918e41f] -->
!!! warning
**DO NOT** Check mark `Include Preferred when Renaming`
![!rpa-release-sources-2](images/rpa-release-sources-2.png)
#### Must Not Contain
The reason most of these are added is due to their shitty quality or just in general are not as good as other stuff that is out there. This can be tweaked as needed. Let me know if you run into any issues here. You should be able to just copy paste these in one go. If there is a reason something shouldn't be here let me know and your logic and I will be open to adjusting.
!!! important
If you would like `dub` releases then remove the last 2 lines and do not add them.
```bash
/(\[EMBER\]|-EMBER\b|DaddySubs)/i,
/(BDMV|M2TS|\bSSA\b|\bVOSTFR\b|\bAbemaTV\b)/i,
/(CuaP|PnPSubs|ICEBLUE|SLAX|U3-Web)/i,
/(Raws-Maji|\bKRP\b|M@nI|Kanjouteki|PuyaSubs)/i,
/\b(Beatrice|ohys|Kawaiika|neko|daddy)[ ._-]?(raws)\b/i,
/\b(LowPower|Scryous)[ ._-]?(raws)\b/i,
/\b(NS|AREY|BDMV|BDVD|BJX|DKB|DP|TnF)\b/i,
/(Amb3r|DsunS|ExREN|\$tore-Chill)/i,
/(\[Hatsuyuki\]|-Hatsuyuki\b|\[Hitoku\]|-Hitoki\b)/i,
/(\[Foxtrot\]|-Foxtrot\b|HollowRoxas|\bMGD\b)/i,
/(JacobSwaggedUp|KEKMASTERS|\[Mites\]|-Mites\b)/i,
/(neoHEVC|Pantsu|\[Pao\]|-Pao\b|Plex Friendly)/i,
/(Rando235|RandomRemux|Reaktor|RightShiftBy2)/i,
/(\bSHFS\b|StrayGods|\bUQW\b|Yabai_Desu_Ne)/i,
/(YakuboEncodes|\b(WtF[ ._-]?Anime)\b)/i,
/((funi|eng(lish)?)_?dub|\bdub(bed)?\b)/i,
/(Golumpa|torenter69|KamiFS|KaiDubs)/i
```
#### Preferred
!!! note
2 lines in one grouping is just there for readability purposes but achieves the same result and score.
---
Add this to your Preferred with a score of **[501]**
!!! note
This is set to **501** so that it may jump 1 tier if need be but not more.
```bash
/dual[ ._-]?audio|EN\+JA|JA\+EN/i
```
---
!!! important
These next few are optional but they are here to move releases up over lower tiers of `1080/720p` or `WEB-DL/Blu-Ray`. Will add another note like this to end the optional section.
---
Add this to your Preferred with a score of **[100]**
!!! note
We are adding this as **100** so that any unknown `Blu-Ray` can jump tiers inside the Subs categories but not interfere with any tiers above.
```bash
/\b(?:(BluRay|Blu-Ray|BDMux|BD(?!$))|(BDRip)|(BRRip))(?:\b|$|[ .])/ix
```
---
Add this to your Preferred with a score of **[15]**
```bash
/\b(WEB[-_. ]DL|WEBDL|WebHD|[. ]WEB[. ](?:[xh]26[45]|DDP?5[. ]1)|[. ](?-i:WEB)$|\d+0p(?:WEB-DLMux|\b\s\/\sWEB\s\/\s\b))/ix
```
---
Add this to your Preferred with a score of **[10]**
```bash
/(WebRip|Web-Rip|WEBMux)/ix
```
---
Add this to your Preferred with a score of **[5]**
```bash
/\b(?:(1080p|1920x1080|1440p|FHD|1080i|4kto1080p))\b/i
```
!!! important
This is the end of the optional section.
Add this to your Preferred with a score of **[4000]**
BluRay-Remux / Dual-Audio / 1st Tier
```bash
/(deanzel|\bZR\b|\bCTR\b|\bSCY\b|\bMK\b|TTGA)/i
```
```bash
/(\bShir\b|LostYears|BluDragon|KAWAiREMUX)/i
```
```bash
/(\bAC\b|ShadyCrab|Rasetsu|Raizel|Dragon-Releases)/i
```
```bash
/(\[Spark\]|-Spark\b|\bREVO\b|\bSRLS\b|ANThELIa)/i
```
```bash
/(\[Vanilla\]|-Vanilla\b|\bAP\b)/i
```
---
Add this to your Preferred with a score of **[3750]**
BluRay / Dual-Audio / Special (Releases they have are in between below releases and remuxes above.)
```bash
/(E[.-]N[.-]D)/i
```
---
Add this to your Preferred with a score of **[3500]**
BluRay / Dual-Audio / 1st Tier
```bash
/(\bHAiKU\b|Exiled-Destiny|\b(E-D)\b|Koten[ ._-]Gars)/i
```
```bash
/(\[GHOST\]|-GHOST\b|\[NPC\]|-NPC\b|\bCBM\b)/i
```
```bash
/(\bKH\b|\bCBT\b|naiyas|ShowY|Kametsu|\bPn8\b|Hark0N)/i
```
---
Add this to your Preferred with a score of **[3000]**
BluRay / Dual-Audio / Scene|P2P Groups
```bash
/(\bDHD\b|RedBlade|TENEIGHTY|WaLMaRT)/i
```
```bash
/(\bBMF\b|\[STRiFE\]|-STRiFE\b)/i
```
```bash
/(MKVULTRA|iAHD|ANiHLS)/i
```
---
Add this to your Preferred with a score of **[2500]**
BluRay / Dual-Audio / 2ndd Tier
```bash
/(\[YURASUKA\]|-YURASUKA\b|karios|Arukoru)/i
```
```bash
/(\bRH\b|\[Prof\]|-Prof\b)/i
```
---
Add this to your Preferred with a score of **[2000]**
WebSource / Dual|Multi-Audio
```bash
/(DragsterPS)/i
```
---
Add this to your Preferred with a score of **[1500]**
WebSource / Dual-Audio
```bash
/(xPearse|\bMCR\b|\bKS\b|KiyoshiStar)/i
```
---
Add this to your Preferred with a score of **[1000]**
DVD / Dual-Audio
```bash
/(\b(A-L)\b)/i
```
---
Add this to your Preferred with a score of **[300]**
Subs with multi such as German, French , Spanish, Italian, Russian, Arabic, Portuguese and English
```bash
/(Erai-raws|KAN3D2M)/i
```
---
Add this to your Preferred with a score of **[250]**
Subs
```bash
/(HorribleSubs|SubsPlease|SallySubs)/i
```
---
Add this to your Preferred with a score of **[200]**
Subs 2nd Tier
```bash
/(\[Mysteria\]|-Mysteria\b|Asenshi)/i
```
```bash
/(\[meta\]|-meta\b|BlueLobster)/i
```
---
Add this to your Preferred with a score of **[150]**
Subs 3rd Tier
```bash
/(\bGJM\b|kBaraka)/i
```
---
Add this to your Preferred with a score of **[100]**
FanSubs 1st Tier
```bash
/(\bCH\b|\bFFF\b|Licca|Soldado|SNSbu)/i
```
```bash
/(Coalgirls|BlurayDesuYo|DameDesuYo|\bPAS\b)/i
```
---
Add this to your Preferred with a score of **[50]**
FanSubs 2nd Tier
```bash
/(\[Orphan\]|-Orphan\b|\[Yabai\]|-Yabai\b|\bNii-sama\b)/i
```
```bash
/(\[Doki\]|-Doki\b|\[Chihiro\]|-Chihiro\b|Final8)/i
```
```bash
/(\[tenshi\]|-tenshi\b|SHiN-gx)/i
```
---
Add this to your Preferred with a score of **[25]**
FanSubs 3rd Tier
```bash
/(AkihitoSubs|\bASW\b|Commie)/i
```
---
!!! note
These are extra parameters that can help and are not needed but are nice to have. They are set low mainly to supercede themselves and not interfere with other releases.
Add this to your Preferred with a score of **[1]**
Adds Hi10|Hi10p into a match. Prefers this over some erroneous matches.
```bash
/(10.?bit|hi10p)/i
```
---
Add this to your Preferred with a score of **[1]**
Adds version due to anime groups sometimes fixing issues with their releases.
```bash
/\d(v2)\b/i
```
---
Add this to your Preferred with a score of **[2]**
```bash
/\d(v3)\b/i
```
---
Add this to your Preferred with a score of **[3]**
```bash
/\d(v4)\b/i
```
---
!!! note
This section can be controversial but most of these releases are micro/mini encodes or crappy quality. I personally add them into the do not want section but I will leave them here with negative values so you can still grab them if all else fails.
Add this to your Preferred with a score of **[-10000]**
Sub-Par Releases 1st Tier (Re-encoded to crap or really small filesizes) (Little less worse than the rest)
```bash
/(\[Judas\]|-Judas|\[Cleo\]|-Cleo)/i
```
```bash
/(AnimeRG|bonkai77|URANiME)/i
```
---
Add this to your Preferred with a score of **[-15000]**
Sub-Par Releases 2nd Tier (Re-encoded to crap or really small filesizes) (Seperated onto separate lines for readability)
```bash
/(\[Pixel\]|-Pixel\b\[EDGE\]|-EDGE\b|\[Ranger\]|-Ranger\b)/i
```
```bash
/(SpaceFish|DeadFish|\bDB\b|Man\.K|\bHR\b)/i
```
```bash
/(BakedFish|N[eo][wo]b[ ._-]?Subs|\bAnime Time\b)/i
```
```bash
/(AnimeKaizoku|Kaizoku|\bCBB\b|phazer11)/i
```
```bash
/(iPUNISHER|MiniTheatre|MiniFreeza|Mr\.Deadpool)/i
```
```bash
/(NemDiggers|Project-gxs|youshikibi)/i
```
```bash
/(\bMD\b|Pog42|mdcx)/i
```
```bash
/(A-Destiny|TOPKEK|\bUwU\b|DARKFLiX)/i
```
```bash
/(\[Maximus\]|-Maximus\b|\[224\]|-224\b)/i
```
```bash
/(\[Harunatsu\]|-Harunatsu\b)/i
```
```bash
/(\[Davinci\]|-Davinci\b)/i
```
??? tip "If you would like the above to be in DO NOT WANT in an easy format here it is."
```bash
/(\[Pixel\]|-Pixel\b\[EDGE\]|-EDGE\b|\[Ranger\]|-Ranger\b)/i,
/(SpaceFish|DeadFish|\bDB\b|Man\.K|\bHR\b)/i,
/(BakedFish|N[eo][wo]b[ ._-]?Subs|\bAnime Time\b)/i,
/(AnimeKaizoku|Kaizoku|\bCBB\b|phazer11)/i,
/(iPUNISHER|MiniTheatre|MiniFreeza|Mr\.Deadpool)/i,
/(NemDiggers|Project-gxs|youshikibi)/i,
/(\bMD\b|Pog42|mdcx)/i,
/(A-Destiny|TOPKEK|\bUwU\b|DARKFLiX)/i,
/(\[Maximus\]|-Maximus\b|\[224\]|-224\b)/i,
/(\[Harunatsu\]|-Harunatsu\b)/i,
/(\[Davinci\]|-Davinci\b)/i
```
!!! note
When done it should look something like this:
![!rpa-release-profile-2](images/rpa-release-profile-2.png)
---
### Completed
When completed your Release Profiles should look like this:
![!rpa-release-profile-3](images/rpa-release-profile-3.png)
### Acknowledgements
Most of my information and knowledge came from:
- Kaiser (Guidance on anime groups)
- rg9400 (Guidance on regex fixes, anime groups and general knowledge share.)
- Drazzilb (Guidance on regex fixes, anime groups and general knowledge share.)
- [TRaSH](https://trash-guides.info/) (For allowing me to utilize his website for my guide and general knowledge share.)
Thanks a bunch!!

@ -0,0 +1,481 @@
# 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.
The Release profile that we're going to use for this example is mainly to prefer P2P releases over Scene releases, (Scene releases are still being downloaded but upgraded).
!!! question ""
**If you don't care about quality then stop reading and see if the other tutorials are helpful for you.**
??? question "FAQ"
## FAQ
**Q: Why do you only have a release profile for WEB-DL?**
A: I only do WEB-DL my self for TV shows because in my opinion WEB-DL is the sweet spot between Quality and Size and you often don't see big difference anyway for TV shows. (Except for shows like GOT, Vikings, etc)
**Q: Why do you prefer P2P groups over scene releases?**
A: Scene release always release in a rush to bring it out as fast as possible.
So I noticed often that I got Repacks/Proper releases from them or from different groups and quality.
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`.
**Q: Why do I see that many Amazon WEB-DL's repacks/proper lately?**
A: A large portion of Amazon WEB-DLs in the last week have only had 192Kbps DD+5.1, because that's all Amazon made available initially.
The proper 640Kbps DD+5.1 audio might appear a few hours later or a few months, but when they get updated the episodes will be REPACKED.
**Q: Why did you remove all the scene groups?**
A: I decided to redo the Release Profile to make it easier for me and the end user to update/manage the Release Profile, I decided not to add the scene groups anymore (and also removing the current ones). Why ? Lately I noticed a lot of popup scene releases meaning we need to update often.
With this it also means all scene and (yet) unknown groups will be getting a score of `0` and not `-50`.
I will still keep a eye on them and add the Low Quality Groups to the `-100` score and when I find a new P2P group I will add them, resulting in less updates and a more accurate upgrade.
------
## Propers and Repacks
First we're need to make sure a P2P release isn't being replaced by a Scene Repack/Proper release !
![!rp-settings-media-management-proper](images/rp-settings-media-management-proper.png)
Settings => `Media Management`
Where we going to set it to `Do not Prefer`
Then we navigate in Sonarr to the Settings => `Profiles`
![!rp-settings-profiles](images/rp-settings-profiles.png)
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!**
`Must Not Contain` => add words that the release name **MUST NOT HAVE AND SO TO BE IGNORE!**
`Preferred` => add words you prefer with a certain score what you prefer more or upgrade.
`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.
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.
## First Release Profile
<!-- [trash_id: a0e7774a471e041d4f1111e0690244d0] -->
!!! important
We're going to make use of 2 separate release profiles.
### Release Sources (Streaming Service)
!!! note
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 doesnt 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 Sonarrs copy so it upgrades, and loops.
Enabling the include in preferred words for AMZN and adding that to the file name fixes that.
Example of a naming scheme for series:
Can be found [HERE](/Sonarr/Sonarr-recommended-naming-scheme/){:target="_blank" rel="noopener noreferrer"}
Add this to your `Preferred (3)` with a score of [100]
```bash
/\b(amzn|amazon)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i
```
```bash
/\b(atvp|aptv)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i
```
```bash
/\b(hmax)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i
```
Add this to your `Preferred (3)` with a score of [95]
```bash
/\b(sho)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i
```
Add this to your `Preferred (3)` with a score of [90]
```bash
/\b(dsnp|dsny|disney)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i
```
```bash
/\b(nf|netflix)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i
```
```bash
/\b(qibi)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i
```
Add this to your `Preferred (3)` with a score of [85]
```bash
/\b(hulu)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i
```
```bash
/\b(pcok)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i
```
Add this to your `Preferred (3)` with a score of [75]
```bash
/\b(dcu)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i
```
```bash
/\b(hbo)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i
```
```bash
/\b(red)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i
```
```bash
/\b(it)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i
```
??? success "example"
!!! attention
These screenshots are just examples to show you how it should look and where you need to place the data that you need to add, they aren't a 100% reflection of the actual data and not always 100% up to date with the actual data you need to add.
- Always follow the data described in the guide (with the copy paste/option at the end).
- If you got any questions or aren't sure just click the chat badge to join the Discord Channel where you can ask your questions directly.
[![Discord chat](https://img.shields.io/discord/492590071455940612?style=for-the-badge&color=4051B5&logo=discord)](https://trash-guides.info/discord){:target="_blank" rel="noopener noreferrer"}
![!rp-release-sources](images/rp-release-sources.png)
------
## Second Release Profile
<!-- [trash_id: 37cf8cdd57c8fb4a8b68f36e00e40de2] -->
!!! warning
DO NOT Check mark `Include Preferred when Renaming`
### Golden rule
Add this to your `Must not contain (2)`
```bash
/(?=(1080|720)).*((x|h)[ ._-]?265|hevc)/i
```
??? success "example"
![!rp-release-sources](images/rp-golden-rule.png)
??? info "Why the Must Not Contain entry"
So why did I put `/(?=(1080|720)).*((x|h)[ ._-]?265|hevc)/i` as `Must Not Contain` and what does it do ?
It blocks/ignores 720/1080p releases that are encoded in x265, 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
------
### P2P Groups + Repack/Proper
Add this to your `Preferred (3)` with a score of [180]
The reason why this one get's such a high score is because it's the only quality scene group that exist (till now) and scene groups don't add the [Release Sources (Streaming Service)](#release-sources-streaming-service) to their release name so they don't get the extra point of the release source regex.
```bash
/(-deflate|-inflate)\b/i
```
Add this to your `Preferred (3)` with a score of [150]
```bash
/(-AJP69|-BTN|-CasStudio|-CtrlHD|-KiNGS)\b/i
```
```bash
/(-monkee|-NTb|-NTG|-QOQ|-RTN)\b/i
```
```bash
/(-TOMMY|-ViSUM|-T6D)\b/i
```
Add this to your `Preferred (3)` with a score of [125]
```bash
/(-BTW|-Chotab|-CiT|-DEEP|-iJP|-iT00NZ)\b/i
```
```bash
/(-LAZY|-NYH|-SA89|-SIGMA|-TEPES|-TVSmash)\b/i
```
```bash
/(-SDCC|-iKA|-iJP|-Cinefeel|-SPiRiT|-FC)\b/i
```
```bash
/(-JETIX|-Coo7|-WELP|-KiMCHI|-BLUTONiUM)\b/i
```
```bash
/(-orbitron|-ETHiCS|-RTFM|-PSiG|-MZABI)\b/i
```
```bash
/(-ROCCaT|3cTWeB|playWEB)\b/i
```
Add this to your `Preferred (3)` with a score of [100]
```bash
/(-ViSiON|-FLUX)\b/i
```
Add this to your `Preferred (3)` with a score of [12]
```bash
/(repack3)/i
```
Add this to your `Preferred (3)` with a score of [11]
```bash
/(repack2)/i
```
Add this to your `Preferred (3)` with a score of [10]
```bash
/\b(repack|proper)\b/i
```
??? success "example"
!!! attention
These screenshots are just examples to show you how it should look and where you need to place the data that you need to add, they aren't a 100% reflection of the actual data and not always 100% up to date with the actual data you need to add.
- Always follow the data described in the guide (with the copy paste/option at the end).
- If you got any questions or aren't sure just click the chat badge to join the Discord Channel where you can ask your questions directly.
[![Discord chat](https://img.shields.io/discord/492590071455940612?style=for-the-badge&color=4051B5&logo=discord)](https://trash-guides.info/discord){:target="_blank" rel="noopener noreferrer"}
![!rp-p2p-groups](images/rp-p2p-groups.png)
------
### Low Quality Groups
Add this to your `Preferred (3)` with a score of [-100]
```bash
/(TBS|-BRiNK|-CHX|-XLF|-worldmkv|-GHOSTS)\b/i
```
```bash
/(-VIDEOHOLE|nhanc3)\b/i
```
??? success "example"
!!! attention
These screenshots are just examples to show you how it should look and where you need to place the data that you need to add, they aren't a 100% reflection of the actual data and not always 100% up to date with the actual data you need to add.
- Always follow the data described in the guide (with the copy paste/option at the end).
- If you got any questions or aren't sure just click the chat badge to join the Discord Channel where you can ask your questions directly.
[![Discord chat](https://img.shields.io/discord/492590071455940612?style=for-the-badge&color=4051B5&logo=discord)](https://trash-guides.info/discord){:target="_blank" rel="noopener noreferrer"}
![!rp-lq-groups](images/rp-lq-groups.png)
------
### Optional preferred preferences
!!! note
These options are optional and only needed if you got a certain use case for it,
#### Optional HDR - if you prefer HDR
Add this to your `Preferred (3)` with a score of [10]
```bash
/\bHDR(\b|\d)/i
```
#### Optional (use these only if you dislike renamed and retagged releases)
Add this to your `Preferred (3)` with a score of [-25]
```bash
/(\[rartv\]|\[rarbg\]|\[eztv\]|\[TGx\])/i
```
```bash
/(-4P|-4Planet|-AsRequested|-BUYMORE)\b/i
```
```bash
/(-Chamele0n|-GEROV|-iNC0GNiTO|-NZBGeek)\b/i
```
```bash
/(-Obfuscated|-postbot|-Rakuv|-Scrambled)\b/i
```
```bash
/(-WhiteRev|-xpost|-WRTEAM|-CAPTCHA)\b/i
```
#### Optional (matches releases that ends with EN)
Add this to your `Preferred (3)` with a score of [-25]
```bash
/\s?\ben\b$/i
```
#### Optional Matches any release that contains '1-' as prefix for Release Groups
Add this to your `Preferred (3)` with a score of [-25]
```bash
/(1-.+)$/i
```
#### Optional Matches Season Packs (use this if you prefer Season packs)
Add this to your `Preferred (3)` with a score of [15]
```bash
/\bS\d+\b(?!E\d+\b)/i
```
??? bug ".su season pack issue"
##### .su season pack issue
When you see a error in Sonarr that looks somehow like the follow screenshot
![!rp-su-season](images/rp-su-season.png)
Then theirs only one way real way that always solves this issue.
create a new release profile specific for .su that uses the [Season regex](#optional-matches-season-packs-use-this-if-you-prefer-season-packs) as `Must not contain (2)`
![!rp-release-profile-block-season-su](images/rp-release-profile-block-season-su.png)
!!! note
Theirs a [script](/NZBGet/scripts/#wtfnzb-renamer){:target="_blank" rel="noopener noreferrer"} for NZBGet that sometimes could help but it seems it doesn't always work. It also seems theirs a work around for SABnzbd but i can't confirm being i'm not using Sab.
#### Optional Ignore DoVi for WEBDL
??? NOTE "WHY ?"
This is a RegEx that ignores DV for WEB-DL but allows for other sources. WEB-DL from Streaming Services don't have the fallback to HDR(10), What can results in weird playback issues like weird colors if you want to play it on a not DoVi compatible setup. Remuxes and Bluray have a fallback to HDR(10).
Add this to your `Must not contain (2)`
```bash
/\b(dv|dovi|dolby[ .]vision)\b.*(?=[ ._-]web[ ._-]?(dl|rip)\b)/i,
/(?=[ ._-]web[ ._-]?(dl|rip)\b).*\b(dv|dovi|dolby[ .]vision)\b/i
```
------
### A little explanation of the scores and why
- Scores [75]-[100] Release Source.
- Scores [125]-[150] P2P Groups.
- Scores [10] Give a repack/proper a higher score but don't trump P2P groups for a Scene fix.
- Scores [-25] Retagged/Renames/Obfuscated releases.
!!! danger "Watch out"
If you're getting often a error message like `Has the same filesize as existing file`, you might need to consider to remove the [-25]
- 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.
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
When you've done it correctly it will look something like this.
??? success "example"
!!! attention
These screenshots are just examples to show you how it should look and where you need to place the data that you need to add, they aren't a 100% reflection of the actual data and not always 100% up to date with the actual data you need to add.
- Always follow the data described in the guide (with the copy paste/option at the end).
- If you got any questions or aren't sure just click the chat badge to join the Discord Channel where you can ask your questions directly.
[![Discord chat](https://img.shields.io/discord/492590071455940612?style=for-the-badge&color=4051B5&logo=discord)](https://trash-guides.info/discord){:target="_blank" rel="noopener noreferrer"}
![!rp-groups](images/rp-groups.png)
And after you clicked on `Save` it will look something like this:
![!rp-profiles](images/rp-profiles.png)
------
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.
!!! info
Keep in mind this list will be a constant work in progress because I will be updating it when it's needed.
So best to set a notification for updates for this page.
------

@ -62,7 +62,7 @@ Having tested most of these settings, they work pretty well but Anime is a fickl
### Suggested naming scheme
For this I used the [Sonarr Recommended naming scheme](/Sonarr/V3/Sonarr-recommended-naming-scheme/#anime-episode-format){:target="_blank" rel="noopener noreferrer"} for Sonarr with only a small change for a formatting error to be fixed and the `Series Folder Format` for easier matching.
For this I used the [Sonarr Recommended naming scheme](/Sonarr/Sonarr-recommended-naming-scheme/#anime-episode-format){:target="_blank" rel="noopener noreferrer"} for Sonarr with only a small change for a formatting error to be fixed and the `Series Folder Format` for easier matching.
#### Anime Episode Format

@ -96,7 +96,7 @@ The Number between the **[**brackets**]** are the scores the release name will g
Example of a naming scheme for series:
Can be found [HERE](/Sonarr/V3/Sonarr-recommended-naming-scheme/){:target="_blank" rel="noopener noreferrer"}
Can be found [HERE](/Sonarr/Sonarr-recommended-naming-scheme/){:target="_blank" rel="noopener noreferrer"}
Add this to your `Preferred (3)` with a score of [100]

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 63 KiB

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Before

Width:  |  Height:  |  Size: 81 KiB

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 299 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Loading…
Cancel
Save