Merge branch 'TRaSH-:master' into radarr-anime

pull/942/head
Michael Thomas 2 years ago committed by GitHub
commit 848a8404c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,4 +5,10 @@ nav:
- 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
- v4 Windowmaker:
- How to import Custom Formats: sonarr-import-custom-formats.md
- How to Update Custom Formats: sonarr-how-to-update-custom-formats.md
- How to setup Custom Formats: sonarr-setup-custom-formats.md
- How to setup Custom Formats-Anime: sonarr-setup-custom-formats-anime.md
- Collection of Custom Formats: sonarr-collection-of-custom-formats.md
- Tips

@ -173,17 +173,27 @@ Use the following main settings in your profile.
## FAQ & INFO
### Proper and Repacks
### Why only WEB-DL
??? tip "Proper and Repacks - [CLICK TO EXPAND]"
??? faq "Why do you only have a release profile for WEB-DL - [CLICK TO EXPAND]"
I also suggest to change the Propers and Repacks settings in Sonarr
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 differences anyway for TV shows. (Except for shows like GOT, Vikings, etc)
`Media Management` => `File Management` to `Do Not Prefer` and use the [Repack/Proper](/Sonarr/sonarr-collection-of-custom-formats/#repackproper) Custom Format.
### Why prefer P2P groups
![!cf-mm-propers-repacks-disable](images/cf-mm-propers-repacks-disable.png)
??? faq "Why do you prefer P2P groups over scene groups - [CLICK TO EXPAND]"
This way you make sure the Custom Format preferences will be used instead.
Scene groups 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.
In my opinion the P2P releases are of better quality. There's one scene group that does bring out quality releases `-deflate`/`-inflate`.
### Why so many repacks/propers
??? faq "Why do I see so many repacks/propers of Amazon WEB-DLs lately - [CLICK TO EXPAND]"
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.
### Custom Formats to avoid certain releases
@ -198,6 +208,18 @@ Use the following main settings in your profile.
All Custom Formats with a score of 0 are pure informational and don't do anything.
### Proper and Repacks
??? tip "Proper and Repacks - [CLICK TO EXPAND]"
I also suggest to change the Propers and Repacks settings in Sonarr
`Media Management` => `File Management` to `Do Not Prefer` and use the [Repack/Proper](/Sonarr/sonarr-collection-of-custom-formats/#repackproper) Custom Format.
![!cf-mm-propers-repacks-disable](images/cf-mm-propers-repacks-disable.png)
This way you make sure the Custom Format preferences will be used instead.
### Minimum Custom Format Score
??? info "Minimum Custom Format Score - [CLICK TO EXPAND]"

@ -2,7 +2,7 @@
"trash_id": "eecf3a857724171f968a66cb5719e152",
"trash_score": "800",
"name": "IMAX",
"includeCustomFormatWhenRenaming": true,
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "IMAX",

@ -1,7 +1,10 @@
??? summary "HQ Source Groups - [CLICK TO EXPAND]"
| Custom Format | Score | Trash ID |
| ----------------------------------------------------------------------------------------------------- | ------------------------------------------------ | --------------------------------------------- |
| [{{ sonarr['cf']['web-tier-01']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#web-tier-01) | {{ sonarr['cf']['web-tier-01']['trash_score'] }} | {{ sonarr['cf']['web-tier-01']['trash_id'] }} |
| [{{ sonarr['cf']['web-tier-02']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#web-tier-02) | {{ sonarr['cf']['web-tier-02']['trash_score'] }} | {{ sonarr['cf']['web-tier-02']['trash_id'] }} |
| [{{ sonarr['cf']['web-tier-03']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#web-tier-03) | {{ sonarr['cf']['web-tier-03']['trash_score'] }} | {{ sonarr['cf']['web-tier-03']['trash_id'] }} |
| [{{ sonarr['cf']['web-scene']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#web-scene) | {{ sonarr['cf']['web-scene']['trash_score'] }} | {{ sonarr['cf']['web-scene']['trash_id'] }} |
| Custom Format | Score | Trash ID |
| --------------------------------------------------------------------------------------------------------------- | ------------------------------------------------ | --------------------------------------------- |
| [{{ sonarr['cf']['web-tier-01']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#web-tier-01) | {{ sonarr['cf']['web-tier-01']['trash_score'] }} | {{ sonarr['cf']['web-tier-01']['trash_id'] }} |
| [{{ sonarr['cf']['web-tier-02']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#web-tier-02) | {{ sonarr['cf']['web-tier-02']['trash_score'] }} | {{ sonarr['cf']['web-tier-02']['trash_id'] }} |
| [{{ sonarr['cf']['web-tier-03']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#web-tier-03) | {{ sonarr['cf']['web-tier-03']['trash_score'] }} | {{ sonarr['cf']['web-tier-03']['trash_id'] }} |
| [{{ sonarr['cf']['web-scene']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#web-scene) :exclamation: | {{ sonarr['cf']['web-scene']['trash_score'] }} | {{ sonarr['cf']['web-scene']['trash_id'] }} |
!!! info
:exclamation: = The reason why this Custom Format 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 Services) to their release name so they don't get the extra point of the Streaming Services.

Loading…
Cancel
Save