You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
183 lines
6.9 KiB
183 lines
6.9 KiB
2 years ago
|
# How to setup Quality Profiles
|
||
2 years ago
|
|
||
2 years ago
|
*aka How to setup Custom Formats (Anime)*<br><br>
|
||
2 years ago
|
|
||
2 years ago
|
!!! attention
|
||
2 years ago
|
You must be running Sonarr V4 to be able to use this setup.
|
||
2 years ago
|
|
||
2 years ago
|
![V4](https://img.shields.io/badge/dynamic/json?query=%24.version&url=https://raw.githubusercontent.com/hotio/sonarr/v4/VERSION.json&label=Current%20V4%20Version&style=for-the-badge&color=4051B5){ .off-glb }
|
||
2 years ago
|
|
||
2 years ago
|
!!! note
|
||
2 years ago
|
This guide is created and maintained by [FonduemangVI](https://github.com/FonduemangVI) and [rg9400](https://github.com/rg9400)
|
||
2 years ago
|
|
||
2 years ago
|
It's recommended to run two Sonarr instances. One for Anime and one for normal TV shows, or you can make use of Quality Profiles and score different Custom Formats (CFs) as required.
|
||
2 years ago
|
|
||
2 years ago
|
The aim of this guide is to grab the best release overall (as per [SeaDex](https://sneedex.moe/){:target="_blank" rel="noopener noreferrer"}) and not necessarily just dual audio.
|
||
|
The vast majority of releases can be found on [Nyaa](https://nyaa.si/){:target="_blank" rel="noopener noreferrer"} or [AB](https://animebytes.tv/){:target="_blank" rel="noopener noreferrer"}
|
||
|
|
||
2 years ago
|
!!! info ""
|
||
2 years ago
|
Nyaa is a public tracker while AB is an invite only tracker.
|
||
|
|
||
|
---
|
||
|
|
||
2 years ago
|
## Media Management
|
||
|
|
||
2 years ago
|
### Series Type
|
||
|
|
||
|
When adding a new series make sure you set the series type to Anime
|
||
|
|
||
|
??? check "example - [Click to Expand]"
|
||
|
![!cfa-seriestype](images/cfa-seriestype.png)
|
||
|
|
||
2 years ago
|
### Recommended naming scheme
|
||
2 years ago
|
|
||
2 years ago
|
```bash
|
||
|
{Series TitleYear} - S{season:00}E{episode:00} - {absolute:000} - {Episode CleanTitle} [{Custom Formats }{Quality Full}]{[MediaInfo VideoDynamicRangeType]}[{MediaInfo VideoBitDepth}bit]{[MediaInfo VideoCodec]}[{Mediainfo AudioCodec} { Mediainfo AudioChannels}]{MediaInfo AudioLanguages}{-Release Group}
|
||
|
```
|
||
|
|
||
|
??? summary "Results: - [Click to Expand]"
|
||
|
|
||
|
Single Episode:
|
||
|
|
||
|
`The Series Title! (2010) - S01E01 - 001 - Episode Title 1 [Surround Sound x264 HDTV-720p v2][10bit][AVC][DTS 5.1][JA]-RlsGrp`
|
||
|
|
||
|
Multi Episode:
|
||
|
|
||
|
`The Series Title! (2010) - S01E01-E03 - 001-003 - Episode Title [Surround Sound x264 HDTV-720p v2][10bit][AVC][DTS 5.1][JA]-RlsGrp`
|
||
|
|
||
|
#### Series Folder Format
|
||
|
|
||
|
```bash
|
||
|
{Series TitleYear}
|
||
|
```
|
||
|
|
||
|
Result:
|
||
|
|
||
|
`The Series Title! (2010)`
|
||
|
|
||
|
#### Season Folder Format
|
||
|
|
||
|
```bash
|
||
|
Season {season:00}
|
||
|
```
|
||
|
|
||
|
Result:
|
||
|
|
||
|
`Season 01`
|
||
|
|
||
|
#### Multi-Episode Style
|
||
|
|
||
|
```bash
|
||
|
Prefixed Range
|
||
|
```
|
||
|
|
||
|
Result:
|
||
|
|
||
|
![result](images/cfa-prefixedrange.png)
|
||
2 years ago
|
|
||
2 years ago
|
---
|
||
2 years ago
|
|
||
2 years ago
|
## Quality Settings
|
||
2 years ago
|
|
||
2 years ago
|
For quality settings please refer to [Sonarr Quality Definitions - Anime](/Sonarr/Sonarr-Quality-Settings-File-Size/#sonarr-quality-definitions-anime){:target="_blank" rel="noopener noreferrer"}
|
||
2 years ago
|
|
||
2 years ago
|
If you are only running a single instance of Sonarr you can instead use [Sonarr Quality Definitions](/Sonarr/Sonarr-Quality-Settings-File-Size/#sonarr-quality-definitions){:target="_blank" rel="noopener noreferrer"}
|
||
|
|
||
2 years ago
|
---
|
||
|
|
||
|
## Quality Profile
|
||
|
|
||
2 years ago
|
We need to create a new profile called `Remux-1080p - Anime` due to the way anime can be named we will need to merge a few qualities together see [here](/Sonarr/Tips/Merge-quality/){:target="_blank" rel="noopener noreferrer"} for an example.
|
||
|
|
||
2 years ago
|
We need to add `Bluray-1080p Remux` and `Bluray-1080p` into a group together, `HDTV-1080p` into the same group as `WEBDL-1080p` and `WEBRip-1080p`, and lastly `HDTV-720p` into the same group as `WEBDL-720p` and `WEBRip-720p` so that the scoring will work correctly.
|
||
2 years ago
|
|
||
|
Go to `Settings` => `Profiles`
|
||
|
|
||
2 years ago
|
![!cf-settings-profiles](images/cfa-settings-profiles.png)
|
||
2 years ago
|
|
||
|
![!cfa-mergedqualities](images/cfa-mergedqualities.png)
|
||
|
|
||
2 years ago
|
We then need to select and organise the qualities like below.
|
||
2 years ago
|
|
||
|
![!cfa-qualityorder](images/cfa-qualityorder.png)
|
||
|
|
||
|
---
|
||
|
|
||
2 years ago
|
## Anime CF/Scoring
|
||
2 years ago
|
|
||
|
!!! note
|
||
2 years ago
|
We're going to make use of the below custom formats. See [How to import Custom Formats](/Sonarr/sonarr-import-custom-formats/){:target="_blank" rel="noopener noreferrer"} for how to import them.
|
||
2 years ago
|
|
||
2 years ago
|
### Default Scoring
|
||
|
|
||
2 years ago
|
{! include-markdown "../../includes/cf/sonarr-anime.md" !}
|
||
|
<!-- --8<-- "includes/cf/sonarr-anime.md" -->
|
||
2 years ago
|
|
||
2 years ago
|
The scoring that has been set is the recommended scoring, however some of the CFs are optional depending on what you prefer.
|
||
2 years ago
|
`Anime Dual Audio`, `Uncensored` and `10bit` can be given positive scores if you want to prefer content with these attributes.
|
||
2 years ago
|
|
||
2 years ago
|
`Anime Raws` and `Dubs Only` are negatively scored, however if you prefer these attributes you can give them a positive score.
|
||
2 years ago
|
|
||
2 years ago
|
Once the custom formats have been imported you can set the scores as above. To do this go to `Settings` => `Profiles` and select the `Remux-1080p - Anime` profile that was setup before.
|
||
2 years ago
|
|
||
2 years ago
|
![!cf-settings-profiles](images/cfa-settings-profiles.png)
|
||
2 years ago
|
|
||
2 years ago
|
In the profile enter the scores as per the above table in this section.
|
||
|
|
||
2 years ago
|
![!cfa-default-scoring](images/cfa-default-scoring.png)
|
||
2 years ago
|
|
||
2 years ago
|
After you are done it should look like the image above.
|
||
2 years ago
|
|
||
2 years ago
|
### Dual Audio Scoring
|
||
|
|
||
2 years ago
|
If you prefer `Dual Audio` releases you have a few options depending on your preference.
|
||
|
|
||
|
If you want to prefer `Dual Audio` within the same tier give the `CF` a score of `10`, if you want it to be preferred a tier above give the `CF` a score of `101`, and if you want to prefer it over any tiers give the `CF` a score of `2000`.
|
||
|
|
||
|
If you must have `Dual Audio` releases set the `Minimum Custom Format Score` to 2000 in the `Remux-1080p - Anime` profile that you setup earlier.
|
||
|
|
||
|
Using this scoring you will still benefit from the tiers if a better release group does a `Dual Audio` release.
|
||
|
|
||
|
Below is an example of the scoring set to prefer `Dual Audio` over any tier.
|
||
2 years ago
|
|
||
|
![!cfa-da-scoring](images/cfa-da-scoring.png)
|
||
|
|
||
2 years ago
|
### Uncensored Scoring
|
||
|
|
||
|
!!! note
|
||
|
Most BDs are uncensored by default, so most groups do not include that in the name.
|
||
|
|
||
|
If you prefer `Uncensored` releases you have a few options depending on your preference.
|
||
|
|
||
2 years ago
|
If you want to prefer `Uncensored` within the same tier give the `CF` a score of `10`, if you want it to be preferred a tier above give the `CF` a score of `101`.
|
||
2 years ago
|
|
||
|
Using this scoring you will still benefit from the tiers if a better release group does an `Uncensored` release.
|
||
|
|
||
2 years ago
|
Below is an example of the scoring set to prefer `Uncensored` a tier above.
|
||
2 years ago
|
|
||
|
![!cfa-uncensored-scoring](images/cfa-uncensored-scoring.png)
|
||
|
|
||
2 years ago
|
### Finishing up
|
||
|
|
||
|
Once you have set your preferred scoring you will need to make one more change to your `Remux-1080p - Anime` profile.
|
||
|
|
||
|
Make sure `Upgrades Allowed` is ticked then set the `Upgrade Until` section to `Bluray-1080p` and the `Upgrade Until Custom Format Score` to `10000`
|
||
|
|
||
|
After this has been done your profile should look like below. This is an example of the Default Scoring setup.
|
||
|
|
||
|
![!cfa-complete](images/cfa-complete.png)
|
||
|
|
||
2 years ago
|
### Acknowledgements
|
||
|
|
||
|
Most of my information and knowledge came from:
|
||
|
|
||
2 years ago
|
- rg9400 (Building the Custom Formats, Guidance on anime groups and general knowledge share.)
|
||
2 years ago
|
|
||
2 years ago
|
- V01 from SeaDex (Guidance on anime groups and general knowledge share.)
|
||
|
|
||
2 years ago
|
- Drazzilb (Guidance on anime groups, testing and general knowledge share.)
|
||
2 years ago
|
|
||
2 years ago
|
- [TRaSH](https://trash-guides.info/) (For allowing me to utilize his website for our guide and general knowledge share.)
|
||
2 years ago
|
|
||
2 years ago
|
--8<-- "includes/support.md"
|