Skip to content

Sonarr v3 - End Of Life

As of December 30th 2023, Sonarr v4 has been officially released.
Sonarr v3 is therefore in End of Life status.
As v4 has now been released, there will be no further updates to the Sonarr v3 guide.
We recommend that all users upgrade to Sonarr v4.
This Sonarr v3 guide will be removed in a future guides update.


‼ Before updating to Sonarr v4 ‼
it is recommended that you delete any existing Release Profiles

Release Profile RegEx (Anime)

Note

This guide is created and maintained by Visorask/Visorak

It's recommended to run two Sonarr instances. One for Anime and one 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

If you have issues with extra files being downloaded 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.

#!/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)
  2. Edit the location="/your/download/path/here" and make sure it's in quotes.
  3. Then save it and chmod +x the script.
  4. In Sonarr go to Settings => Connect => Click on the + Symbol => and select Custom Script
  5. Change Name to whatever you like.
  6. Select On Grab and On Import.
  7. Click the Folder icon or type in the path to the script you chose earlier.

!rpa-customscript

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 are 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 for Plex.

Suggested naming scheme

For this I used the Sonarr Recommended naming scheme 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.

{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}
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.

{Series TitleYear} [tvdb-{TvdbId}]

RESULT:

The Series Title! (2010) [tvdb-12345]

Season Folder Format

The only one real option to use in my opinion.

Season {season:00}

RESULT:

Season 01

Multi-Episode Style

Prefixed Range

RESULTS:

results

Example

!Example image of above


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


Indexers

We need to add the Anime Categories to our indexers otherwise this all won't work very well.

Example
  1. We need to open Settings -> Indexers
  2. Select the Indexer(s) you would like to use for Anime
  3. Select the dropdown for Anime Categories. !rpa-indexer-1
  4. Select the Anime category. !rpa-indexer-2
  5. Click outside the pop-up modal but inside the Add Indexer modal. !rpa-indexer-3

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

Tip

DO Check mark Include Preferred when Renaming on this release profile. !rpa-release-sources-1

Multi-Audio

Add this to your Preferred with a score of [500]

/(multi[ ._-]?audio)/i

Dual-Audio

Add this to your Preferred with a score of [0]. This is for renames only and that's why it is at 0. It is also added in the second profile. This one is to ensure that the preferred words get added.

/(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 releases, but not more. And -10000 to hopefully put it at the bottom of any tier list if you don't want it.

/(uncut|unrated|uncensored|\b(AT[-_. ]?X)\b)/i

Note

When done it should look something like this: !rpa-release-profile-1


Second Release Profile

Warning

DO NOT Check mark Include Preferred when Renaming !rpa-release-sources-2

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.

Tip

If you would like dub releases then remove the last 2 lines and do not add them.

/(\[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

Two 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 one tier if need be, but not more.

/dual[ ._-]?audio|EN\+JA|JA\+EN/i

Tip

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.

/\b(?:(Blu-?Ray|BDMux|BD(?!$))|(B[DR]Rip))(?:\b|$|[ .])/ix

Add this to your Preferred with a score of [15]

/\b(WEB[-_. ]?DL|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]

/(Web-?Rip|WEBMux)/ix

Add this to your Preferred with a score of [5]

/\b(?:(1080p|1920x1080|1440p|FHD|1080i|4kto1080p))\b/i

Tip

This is the end of the optional section.

Add this to your Preferred with a score of [4000]

BluRay-Remux / Dual-Audio / 1st Tier

/(deanzel|\bZR\b|\bCTR\b|\bSCY\b|\bMK\b|TTGA)/i
/(\bShir\b|LostYears|BluDragon|KAWAiREMUX)/i
/(\[AC\]|-AC$|ShadyCrab|Rasetsu|Raizel|Dragon-Releases)/i
/(\[Spark\]|-Spark\b|\bREVO\b|\bSRLS\b|ANThELIa)/i
/(\[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.)

/(E[.-]N[.-]D)/i

Add this to your Preferred with a score of [3500]

BluRay / Dual-Audio / 1st Tier

/(\bHAiKU\b|Exiled-Destiny|\b(E-D)\b|Koten[ ._-]Gars)/i
/(\[GHOST\]|-GHOST\b|\[NPC\]|-NPC\b|\bCBM\b)/i
/(\bKH\b|\bCBT\b|\[naiyas\]|-naiyas\b|ShowY|Kametsu|\bPn8\b|Hark0N)/i

Add this to your Preferred with a score of [3000]

BluRay / Dual-Audio / Scene|P2P Groups

/(\bDHD\b|RedBlade|TENEIGHTY|WaLMaRT)/i
/(\bBMF\b|\[STRiFE\]|-STRiFE\b)/i
/(MKVULTRA|iAHD|ANiHLS)/i

Add this to your Preferred with a score of [2500]

BluRay / Dual-Audio / 2ndd Tier

/(\[YURASUKA\]|-YURASUKA\b|karios|Arukoru)/i
/(\bRH\b|\[Prof\]|-Prof\b)/i

Add this to your Preferred with a score of [2000]

WebSource / Dual|Multi-Audio

/(DragsterPS)/i

Add this to your Preferred with a score of [1500]

WebSource / Dual-Audio

/(xPearse|\bMCR\b|\bKS\b|KiyoshiStar)/i

Add this to your Preferred with a score of [1000]

DVD / Dual-Audio

/(\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

/(Erai-raws|KAN3D2M)/i

Add this to your Preferred with a score of [250]

Subs

/(HorribleSubs|SubsPlease|SallySubs)/i

Add this to your Preferred with a score of [200]

Subs 2nd Tier

/(\[Mysteria\]|-Mysteria\b|Asenshi)/i
/(\[meta\]|-meta\b|BlueLobster)/i

Add this to your Preferred with a score of [150]

Subs 3rd Tier

/(\bGJM\b|kBaraka)/i

Add this to your Preferred with a score of [100]

FanSubs 1st Tier

/(\bCH\b|\bFFF\b|Licca|Soldado|SNSbu)/i
/(Coalgirls|BlurayDesuYo|DameDesuYo|\bPAS\b)/i

Add this to your Preferred with a score of [50]

FanSubs 2nd Tier

/(\[Orphan\]|-Orphan\b|\[Yabai\]|-Yabai\b|\bNii-sama\b)/i
/(\[Doki\]|-Doki\b|\[Chihiro\]|-Chihiro\b|Final8)/i
/(\[tenshi\]|-tenshi\b|SHiN-gx)/i

Add this to your Preferred with a score of [25]

FanSubs 3rd Tier

/(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.

/(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.

/\b(v2)\b/i

Add this to your Preferred with a score of [2]

/\b(v3)\b/i

Add this to your Preferred with a score of [3]

/\b(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)

/(\[Judas\]|-Judas|\[Cleo\]|-Cleo)/i
/(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)

/(\[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\]|-Kaizoku\b|\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
If you would like the above to be in DO NOT WANT in an easy format here it is.
/(\[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


Completed

When completed your Release Profiles should look like this:

!rpa-release-profile-3

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 (For allowing me to utilize his website for my guide and general knowledge share.)

Thanks a bunch!!


Questions or Suggestions?

If you have questions or suggestions click the chat badge to join the Discord Support Channel where you can ask your questions directly and get live support.

Discord chat