Merge pull request #1 from FonduemangVI/sonarr-anime

Sonarr anime
pull/847/head
Michael Thomas 2 years ago committed by GitHub
commit 8c37b7b92f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -56,7 +56,7 @@ I only do WEB-DL myself for TV shows because in my opinion WEB-DL is the sweet s
------
### Sonarr Quality Definitions - Anime (Work in Progress)
### Sonarr Quality Definitions - Anime
| Quality | Minimum | Maximum |
| ----------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------- |
@ -74,6 +74,11 @@ I only do WEB-DL myself for TV shows because in my opinion WEB-DL is the sweet s
| {{ sonarr['quality-size']['anime']['qualities'][11]['quality'] }} | {{ sonarr['quality-size']['anime']['qualities'][11]['min'] }} | {{ sonarr['quality-size']['anime']['qualities'][11]['max'] }} |
| {{ sonarr['quality-size']['anime']['qualities'][12]['quality'] }} | {{ sonarr['quality-size']['anime']['qualities'][12]['min'] }} | {{ sonarr['quality-size']['anime']['qualities'][12]['max'] }} |
| {{ sonarr['quality-size']['anime']['qualities'][13]['quality'] }} | {{ sonarr['quality-size']['anime']['qualities'][13]['min'] }} | {{ sonarr['quality-size']['anime']['qualities'][13]['max'] }} |
| {{ sonarr['quality-size']['anime']['qualities'][14]['quality'] }} | {{ sonarr['quality-size']['anime']['qualities'][14]['min'] }} | {{ sonarr['quality-size']['anime']['qualities'][14]['max'] }} |
| {{ sonarr['quality-size']['anime']['qualities'][15]['quality'] }} | {{ sonarr['quality-size']['anime']['qualities'][15]['min'] }} | {{ sonarr['quality-size']['anime']['qualities'][15]['max'] }} |
| {{ sonarr['quality-size']['anime']['qualities'][16]['quality'] }} | {{ sonarr['quality-size']['anime']['qualities'][16]['min'] }} | {{ sonarr['quality-size']['anime']['qualities'][16]['max'] }} |
| {{ sonarr['quality-size']['anime']['qualities'][17]['quality'] }} | {{ sonarr['quality-size']['anime']['qualities'][17]['min'] }} | {{ sonarr['quality-size']['anime']['qualities'][17]['max'] }} |
| {{ sonarr['quality-size']['anime']['qualities'][18]['quality'] }} | {{ sonarr['quality-size']['anime']['qualities'][18]['min'] }} | {{ sonarr['quality-size']['anime']['qualities'][18]['max'] }} |
{! include-markdown "../../includes/support.md" !}
<!-- --8<-- "includes/support.md" -->
<!-- --8<-- "includes/support.md" -->

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

@ -20,6 +20,13 @@ The vast majority of releases can be found on [Nyaa](https://nyaa.si/){:target="
## Media Management
### 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)
### Recommended naming scheme
```bash
@ -70,7 +77,7 @@ Result:
## Quality Settings
For quality settings please refer to [Sonarr Quality Definitions - Anime](/Sonarr/Sonarr-Quality-Settings-File-Size/#sonarr-quality-definitions-anime-work-in-progress){:target="_blank" rel="noopener noreferrer"}
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"}
---
@ -87,16 +94,10 @@ Go to `Settings` => `Profiles`
![!cfa-mergedqualities](images/cfa-mergedqualities.png)
We then need to select and organise qualities as below.
We then need to select and organise the qualities like below.
![!cfa-qualityorder](images/cfa-qualityorder.png)
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.
![!cfa-qualityprofile](images/cfa-qualityprofile.png)
---
## Anime CF/Scoring
@ -104,13 +105,15 @@ After this has been done your profile should look like below.
!!! note
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.
### Default Scoring
{! include-markdown "../../includes/cf/sonarr-anime.md" !}
<!-- --8<-- "includes/cf/sonarr-anime.md" -->
The scoring that has been set is the recommended scoring, however some of the CFs are optional depending on what you prefer.
`Anime Dual Audio`, `Uncensored` and `10bit` can be given postive scores if you want to prefer content with these attributes.
`Anime Raws` and `Dubs Only` are optional negative scores, if you prefer these attributes you can give them a positive score.
`Anime Raws` and `Dubs Only` are negatively scored, however if you prefer these attributes you can give them a positive score.
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.
@ -119,10 +122,26 @@ Once the custom formats have been imported you can set the scores as above. To d
In the profile enter the scores as per the above table in this section.
![!cfa-scoring](images/cfa-scoring.png)
![!cfa-default-scoring](images/cfa-default-scoring.png)
After you are done it should look like the image above.
### Dual Audio Scoring
If you prefer `Dual Audio` releases you can instead setup your scores as below so that you will always prefrence `Dual Audio` releases, you will still benefit from the tiers if a better release group does a `Dual Audio` release.
![!cfa-da-scoring](images/cfa-da-scoring.png)
### 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)
### Acknowledgements
Most of my information and knowledge came from:
@ -136,4 +155,4 @@ Most of my information and knowledge came from:
- [TRaSH](https://trash-guides.info/) (For allowing me to utilize his website for our guide and general knowledge share.)
{! include-markdown "../../includes/support.md" !}
<!-- --8<-- "includes/support.md" -->
<!-- --8<-- "includes/support.md" -->

@ -2,89 +2,119 @@
"trash_id": "387e6278d8e06083d813358762e0ac63",
"type": "anime",
"qualities": [
{
"quality": "SDTV",
"min": 5,
"preferred": 399,
"max": 400
},
{
"quality": "WEBRip-480p",
"min": 5,
"preferred": 399,
"max": 400
},
{
"quality": "WEBDL-480p",
"min": 5,
"preferred": 399,
"max": 400
},
{
"quality": "DVD",
"min": 5,
"preferred": 399,
"max": 400
},
{
"quality": "Bluray-480p",
"min": 5,
"preferred": 399,
"max": 400
},
{
"quality": "HDTV-720p",
"min": 2.3,
"preferred": 50.4,
"max": 51.4
"min": 5,
"preferred": 399,
"max": 400
},
{
"quality": "HDTV-1080p",
"min": 2.3,
"preferred": 99,
"max": 100
"min": 5,
"preferred": 399,
"max": 400
},
{
"quality": "WEBRip-720p",
"min": 4.3,
"preferred": 99,
"max": 100
"min": 5,
"preferred": 399,
"max": 400
},
{
"quality": "WEBDL-720p",
"min": 4.3,
"preferred": 50.4,
"max": 51.4
"min": 5,
"preferred": 399,
"max": 400
},
{
"quality": "Bluray-720p",
"min": 4.3,
"preferred": 101.2,
"max": 102.2
"min": 5,
"preferred": 399,
"max": 400
},
{
"quality": "WEBRip-1080p",
"min": 4.5,
"preferred": 256.4,
"max": 257.4
"min": 5,
"preferred": 399,
"max": 400
},
{
"quality": "WEBDL-1080p",
"min": 4.3,
"preferred": 252.6,
"max": 253.6
"min": 5,
"preferred": 399,
"max": 400
},
{
"quality": "Bluray-1080p",
"min": 4.3,
"preferred": 257.1,
"max": 258.1
"min": 5,
"preferred": 399,
"max": 400
},
{
"quality": "Bluray-1080p Remux",
"min": 0,
"min": 5,
"preferred": 399,
"max": 400
},
{
"quality": "HDTV-2160p",
"min": 69.1,
"preferred": 349,
"max": 350
"min": 5,
"preferred": 399,
"max": 400
},
{
"quality": "WEBRip-2160p",
"min": 69.1,
"preferred": 349,
"max": 350
"min": 5,
"preferred": 399,
"max": 400
},
{
"quality": "WEBDL-2160p",
"min": 69.1,
"preferred": 349,
"max": 350
"min": 5,
"preferred": 399,
"max": 400
},
{
"quality": "Bluray-2160p",
"min": 94.6,
"min": 5,
"preferred": 399,
"max": 400
},
{
"quality": "Bluray-2160p Remux",
"min": 204.4,
"min": 5,
"preferred": 399,
"max": 400
}
]
}
}
Loading…
Cancel
Save