This Guide is Created and Maintained by [Visorask|Visorak](https://github.com/Visorask)
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.
@ -131,24 +131,32 @@ We need to add HDTV-1080p into the same group as WEB-DL and WEBRip 1080p so that
## Release Profiles
!!! important
We're going to make use of 2 separate release profiles.
We're going to make use of 4 separate release profiles.
### First Release Profile
!!! note
Check mark `Include Preferred when Renaming` and add `{Preferred Words}` to your renaming scheme else you could get a download loop issues!!!
Check mark `Include Preferred when Renaming`where applicable and add `{Preferred Words}` to your renaming scheme else you could get a download loop issues!!!
#### Dual Audio
#### Dual Audio (First)
Add this to your Preferred with a score of [500]
!!! warning
DO NOT check mark `Include Preferred when Renaming` on this release profile. This one is separate in case of history loss and there are edge cases of where groups do not have dual-audio in their naming scheme. This fixes that noting down `EN+JA` or `JA+EN` as a dual-audio release if you have to re-import.
```bash
/(dual[ ._-]?audio)/i
/dual[ ._-]?audio|EN\+JA|JA\+EN/i
```
---
### Second Release Profile
!!! important
Check mark `Include Preferred when Renaming`
#### Multi-Audio
Add this to your Preferred with a score of [400]
@ -159,22 +167,32 @@ Add this to your Preferred with a score of [400]
---
#### Optional (uncensored)
#### Optional (uncut|unrated|uncensored)
Add this to your Preferred with a score of [1000]/[-1000] if you want the uncensored version of anime. If you would like it to be priority then set to 1000. If you do not want uncensored set it to -1000.
Add this to your Preferred with a score of [1000]/[-1000] if you want the uncensored version of anime. If you would like it to be priority then set to 1000. If you do not want uncensored set it to -1000. If you don't care either way just leave it out.
Check mark `Include Preferred when Renaming` We are adding this third release profile so that when doing naming you will get `dual-audio` in your `Preferred Words`.
#### Dual-Audio (Second)
Add this to your Preferred with a score of [0].
```bash
/(dual[ ._-]?audio)/i
```
---
### Second Release Profile
### Fourth Release Profile
!!! warning
DO NOT Check mark `Include Preferred when Renaming`
@ -183,23 +201,22 @@ Add this to your Preferred with a score of [1000]/[-1000] if you want the uncens
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.
!!! note
!!! important
If you would like Dub only release then remove the last 3 lines and do not add them.
If you would like Dub only release then remove the last 2 lines and do not add them.