Merge branch 'master' into Sonarr-Anime-Regex

pull/155/head
Visorask 4 years ago committed by GitHub
commit 9baed91b98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,4 +13,4 @@ These are mostly guidelines, not rules. Use your best judgment, and feel free to
## Recommendations
- use [VSCode](https://code.visualstudio.com/) for editing with the following extension [markdownlint](https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlintd)
- use [VSCode](https://code.visualstudio.com/) for editing with the following extension [markdownlint](https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint)

@ -4,7 +4,7 @@ Here you will find several scripts you can use with Bazarr
## Stable Bazarr Branch: master
![version](https://img.shields.io/badge/dynamic/json?query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Fdocker-hotio%2Fdocker-bazarr%2Frelease%2FVERSION.json&label=Latest%20Version&style=for-the-badge&color=4051B5)
![version](https://img.shields.io/badge/dynamic/json?query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Fhotio%2Fbazarr%2Frelease%2FVERSION.json&label=Latest%20Version&style=for-the-badge&color=4051B5)
- (stable)
- Builds Pushed after a testing period in development
@ -17,7 +17,7 @@ hotio/bazarr:latest
## Dev = Bazarr Branch: development
![version](https://img.shields.io/badge/dynamic/json?query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Fdocker-hotio%2Fdocker-bazarr%2Fnightly%2FVERSION.json&label=Latest%20Version&style=for-the-badge&color=4051B5)
![version](https://img.shields.io/badge/dynamic/json?query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Fhotio%2Fbazarr%2Fnightly%2FVERSION.json&label=Latest%20Version&style=for-the-badge&color=4051B5)
- (development)
- Builds pushed when complete

@ -38,22 +38,22 @@ This Quality Settings has been created and tested with info I got from others, a
## Radarr Quality Definitions
| Quality | Minimum | Maximum |
| ------------------ | ------- | ------- |
| HDTV-720p | 17.1 | 400 |
| WEBDL-720p | 17.1 | 400 |
| WEBRip-720p | 17.1 | 400 |
| Bluray-720p | 25.7 | 400 |
| HDTV-1080p | 33.7 | 400 |
| WEBDL-1080p | 33.7 | 400 |
| WEBRip-1080p | 33.7 | 400 |
| Bluray-1080p | 50.8 | 400 |
| Bluray-1080p Remux | 170.8 | 400 |
| HDTV-2160p | 85 | 400 |
| WEBDL-2160p | 85 | 400 |
| WEBRip-2160p | 85 | 400 |
| Bluray-2160p | 102 | 400 |
| Bluray-2160p Remux | 221.5 | 400 |
| Quality | Minimum | Maximum |
| ------------ | ------- | ------- |
| HDTV-720p | 17.1 | 400 |
| WEBDL-720p | 17.1 | 400 |
| WEBRip-720p | 17.1 | 400 |
| Bluray-720p | 25.7 | 400 |
| HDTV-1080p | 33.7 | 400 |
| WEBDL-1080p | 33.7 | 400 |
| WEBRip-1080p | 33.7 | 400 |
| Bluray-1080p | 50.8 | 400 |
| Remux-1080p | 170.8 | 400 |
| HDTV-2160p | 85 | 400 |
| WEBDL-2160p | 85 | 400 |
| WEBRip-2160p | 85 | 400 |
| Bluray-2160p | 102 | 400 |
| Remux-2160p | 221.5 | 400 |
!!! note
The reason why you don't see the preferred score in the Table is because we want max quality anyway so as high as possible.

@ -2470,50 +2470,61 @@ A collection of known Low Quality groups that are often banned from the the top
- BLOCK2 = Another Small list of often banned groups.
- BLOCK3 = And Another list.
- BLOCK4 = Rips from Scene and quick-to-release P2P groups while adequate, are not considered high quality.
- BLOCK5 = RiffTrax is an American company that produces scripted humorous audio commentary tracks intended to be played in unison with particular television programs and films, In short just annoying !!!
??? example "json"
```json
{
"name": "Low Quality Releases",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "[BLOCK1]",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-aXXo|-CrEwSaDe|-DEViSE|-FaNGDiNG0|-FLAWL3SS|-FZHD|-FRDS|-HDTime|-IMAGINE|-iPlanet|-KingBen|-KiNGDOM|-KLAXXON|-Leffe|-LTRG|-mHD|-mSD|-NhaNc3|-nHD|-nikt0|-nSD|-PrisM|-PRODJi|-Rx|-RDN|-SANTi|-ViSION|-WAF|-WHiiZz|-x0r|\\bYIFY\\b|\\bYTS\\b|-STUTTERSHIT"
}
},
{
"name": "[BLOCK2]",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-CDDHD|-EuReKA|-DDR|-DNL|-BARC0DE"
}
},
{
"name": "[BLOCK3]",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\bRARBG\\b|-FGT|-BReWeRS|-Grym|-LiGaS|-Zeus|-Tigole"
}
},
{
"name": "[BLOCK4]",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-beAst|-CHD|-HDWinG|-MTeam|-MySiLU|-WiKi"
}
}
]
"name": "Low Quality Releases",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "[BLOCK1]",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-aXXo|-CrEwSaDe|-DEViSE|-FaNGDiNG0|-FLAWL3SS|-FZHD|-FRDS|-HDTime|-IMAGINE|-iPlanet|-KingBen|-KiNGDOM|-KLAXXON|-Leffe|-LTRG|-mHD|-mSD|-NhaNc3|-nHD|-nikt0|-nSD|-PrisM|-PRODJi|-Rx|-RDN|-SANTi|-ViSION|-WAF|-WHiiZz|-x0r|\\bYIFY\\b|\\bYTS\\b|-STUTTERSHIT"
}
},
{
"name": "[BLOCK2]",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-CDDHD|-EuReKA|-DDR|-DNL|-BARC0DE"
}
},
{
"name": "[BLOCK3]",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\bRARBG\\b|\\bFGT\\b|-BReWeRS|-Grym|-LiGaS|-Zeus|-Tigole"
}
},
{
"name": "[BLOCK4]",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-beAst|\\bCHD\\b|-HDWinG|\\bMTeam\\b|-MySiLU|-WiKi"
}
},
{
"name": "[BLOCK5]",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\bRifftrax\\b"
}
}
]
}
```

@ -7,9 +7,31 @@ Here I will try to explain how you can import Custom Formats for Radarr v3.
**Quality Profile trumps Custom Formats**
## How to Copy/Paste the JSON from the site
In this example i will use the [BR-DISK](/Radarr/V3/Radarr-collection-of-custom-formats/#br-disk){:target="_blank" rel="noopener noreferrer"} Custom Format the one most people don't want to download anyway and if you do then you probably don't use Radarr or Plex being both don't support it.
Visit the [Collection of Custom Formats](/Radarr/V3/Radarr-collection-of-custom-formats/){:target="_blank" rel="noopener noreferrer"} and from the Table select [BR-DISK](/Radarr/V3/Radarr-collection-of-custom-formats/#br-disk){:target="_blank" rel="noopener noreferrer"}
??? success "example"
![cf-table-select-brdisk](images/cf-table-select-brdisk.png)
After you selected it you expand the JSON
??? success "example"
![cf-json-expand](images/cf-json-expand.png)
Then you select the Copy/Paste icon on the top far right
??? success "example"
![cf-json-copy-paste](images/cf-json-copy-paste.png)
## How to import a JSON Custom Format
In this example i will use the [BR-DISK](/Radarr/V3/Radarr-collection-of-custom-formats/#br-disk){:target="_blank" rel="noopener noreferrer"} Custom Format the one most people don't want to download anyway and if you do then you probably don't use Radarr, Plex being both don't support it.
In Radarr
`Settings` => `Custom Formats`

@ -10,6 +10,12 @@ Here I will try to explain with some personal used examples how to make the most
------
!!! important
I also suggest to change the Propers and Repacks settings in Radarr !!!
Instructions can be found [HERE](#proper-and-repacks)
## Basics
First the basics where we going to explain where to setup the Custom Formats after you've added them, what we've explained in [How to import Custom Formats](/Radarr/V3/Radarr-import-custom-formats){:target="_blank" rel="noopener noreferrer"}.

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

@ -4,7 +4,7 @@ Here you will find a collection of Radarr Guides I made.
## v3 Radarr Branch: latest
![version](https://img.shields.io/badge/dynamic/json?query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Fdocker-hotio%2Fdocker-radarr%2Frelease%2FVERSION.json&label=Latest%20Version&style=for-the-badge&color=4051B5)
![version](https://img.shields.io/badge/dynamic/json?query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Fhotio%2Fradarr%2Frelease%2FVERSION.json&label=Latest%20Version&style=for-the-badge&color=4051B5)
- (stable) (v3)
- Builds Pushed only when intentionally released

@ -38,11 +38,11 @@ I only do WEB-DL my self for TV shows because in my opinion WEB-DL is the sweet
| Quality | Minimum | Maximum |
| ------------------ | ------- | ------- |
| HDTV-720p | 17.9 | 67.5 |
| HDTV-720p | 15 | 67.5 |
| HDTV-1080p | 20 | 137.3 |
| WEBRip-720p | 20 | 137.3 |
| WEBDL-720p | 20 | 137.3 |
| Bluray-720p | 34.9 | 137.3 |
| Bluray-720p | 25 | 137.3 |
| WEBRip-1080p | 22 | 137.3 |
| WEBDL-1080p | 22 | 137.3 |
| Bluray-1080p | 50.4 | 227 |

@ -4,7 +4,7 @@ Here you will find a collection of Sonarr Guides I made.
## v2 Sonarr Branch: master
![version](https://img.shields.io/badge/dynamic/json?query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Fdocker-hotio%2Fdocker-sonarr%2Frelease%2FVERSION.json&label=Latest%20Version&style=for-the-badge&color=4051B5)
![version](https://img.shields.io/badge/dynamic/json?query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Fhotio%2Fsonarr%2Frelease%2FVERSION.json&label=Latest%20Version&style=for-the-badge&color=4051B5)
- (stable) (v2)
- Builds Pushed only when intentionally released
@ -17,7 +17,7 @@ ghcr.io/hotio/sonarr:latest
## v3 Sonarr Branch: phantom-develop
![version](https://img.shields.io/badge/dynamic/json?query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Fdocker-hotio%2Fdocker-sonarr%2Fnightly%2FVERSION.json&label=Latest%20Version&style=for-the-badge&color=4051B5)
![version](https://img.shields.io/badge/dynamic/json?query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Fhotio%2Fsonarr%2Fnightly%2FVERSION.json&label=Latest%20Version&style=for-the-badge&color=4051B5)
- (Stable Beta) (v3)
- Builds pushed when complete

Loading…
Cancel
Save