Merge branch 'master' into sonarr-french-cf

pull/1045/head
TRaSH 2 years ago committed by GitHub
commit 3c546dbbc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -941,7 +941,7 @@ I also made 3 guides related to this one.
??? faq "x265 (HD) - [CLICK TO EXPAND]"
This blocks 720/1080p (HD) releases that are encoded in x265.
This blocks all 720/1080p (HD) releases that are encoded in x265.
In your quality profile use the following score for this Custom Format: `{{ radarr['cf']['x265-hd']['trash_score'] }}`
@ -1110,9 +1110,9 @@ I also made 3 guides related to this one.
??? faq "x265 (no HDR/DV) - [CLICK TO EXPAND]"
This blocks 720/1080p (HD) releases that are encoded in x265.
This blocks most 720/1080p (HD) releases that are encoded in x265.
**But it will allow x265 releases if they have HDR and/or DV**
**But it will allow 720/1080p x265 releases if they have HDR and/or DV**
*Being that some NF releases won't be released as 4k, but you want to have DV/HDR releases.*
@ -1232,6 +1232,7 @@ I also made 3 guides related to this one.
??? faq "x265 - [CLICK TO EXPAND]"
x265 is a *free software library* and *application* for encoding video streams into the [H.265/MPEG-H HEVC](http://en.wikipedia.org/wiki/H.265){:target="_blank" rel="noopener noreferrer"} compression format, and is released under the terms of the [GNU GPL](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html){:target="_blank" rel="noopener noreferrer"}.
This applies to all releases that are x265/HEVC that are not Remux.
!!! fail ""
Please don't forget to read the following [Microsized & Wrong Source](#microsized-wrong-source)

@ -45,11 +45,13 @@ If you do Anime
## Original Title vs Original Filename
If you want to keep the original release name that holds all the info of the file then I suggest to use `{Original Title}` over `{Original Filename}`
Another option is to use `{Original Title}` rather than the recommeneded naming scheme outlined aboove. `{Original Title}` will use the title of the release which will contain all of the information included in the release itself. The benefit of this naming scheme is to prevent download loops which can occur on import when there is a discrepancy in the release title compared to the contents of the file itself (for example, if the release title says DTS-ES but the contents are actually DTS). The downside is less flexibility with how the files are named.
If using this alternate naming scheme I suggest using `{Original Title}` over `{Original Filename}`
Why?
The filename can be Obscured where the Release naming isn't. Especially when you use Usenet.
The filename can be Obscured where the Release naming isn't, especially when you use Usenet.
`{Original Title}` => `The.Movie.Title.2010.REMASTERED.1080p.BluRay.x264-GROUP`

@ -4,7 +4,6 @@ radarr:
quality_definition:
type: sqp-streaming
preferred_ratio: 1.0
delete_old_custom_formats: true
@ -50,6 +49,7 @@ radarr:
- 2a6039655313bf5dab1e43523b62c374 # MA
quality_profiles:
- name: Bluray|WEB-1080p
reset_unmatched_scores: true
# Custom Scoring
# HQ Release Groups - Optional - Uncomment the next section (10 lines) to enable other Bluray Encodes (less or not streaming optimized)
# - trash_ids:

@ -4,7 +4,6 @@ radarr:
quality_definition:
type: sqp-uhd
preferred_ratio: 1.0
delete_old_custom_formats: true
@ -82,6 +81,7 @@ radarr:
- 2a6039655313bf5dab1e43523b62c374 # MA
quality_profiles:
- name: Remux|Bluray|IMAX-E|2160p
reset_unmatched_scores: true
# Custom Scoring
- trash_ids:
# DV (WEBDL)

@ -4,7 +4,6 @@ radarr:
quality_definition:
type: sqp-uhd
preferred_ratio: 1.0
delete_old_custom_formats: true
@ -79,6 +78,7 @@ radarr:
- 2a6039655313bf5dab1e43523b62c374 # MA
quality_profiles:
- name: Remux|IMAX-E|2160p
reset_unmatched_scores: true
# Custom Scoring
- trash_ids:
# DV (WEBDL)

@ -4,7 +4,6 @@ radarr:
quality_definition:
type: sqp-uhd
preferred_ratio: 1.0
delete_old_custom_formats: true
@ -78,6 +77,7 @@ radarr:
- 2a6039655313bf5dab1e43523b62c374 # MA
quality_profiles:
- name: WEBDL|IMAX-E|2160p
reset_unmatched_scores: true
# Custom Scoring
- trash_ids:
# DV (WEBDL)

@ -4,7 +4,6 @@ radarr:
quality_definition:
type: sqp-uhd
preferred_ratio: 1.0
delete_old_custom_formats: true
@ -81,6 +80,7 @@ radarr:
- 2a6039655313bf5dab1e43523b62c374 # MA
quality_profiles:
- name: Bluray|IMAX-E|2160p
reset_unmatched_scores: true
# Custom Scoring
- trash_ids:
# DV (WEBDL)

@ -146,11 +146,13 @@ RESULTS:
## Original Title vs Original Filename
If you want to keep the original release name that holds all the info of the file then I suggest to use `{Original Title}` over `{Original Filename}`
Another option is to use `{Original Title}` rather than the recommeneded naming scheme outlined aboove. `{Original Title}` will use the title of the release which will contain all of the information included in the release itself. The benefit of this naming scheme is to prevent download loops which can occur on import when there is a discrepancy in the release title compared to the contents of the file itself (for example, if the release title says DTS-ES but the contents are actually DTS). The downside is less flexibility with how the files are named.
If using this alternate naming scheme I suggest using `{Original Title}` over `{Original Filename}`
Why?
The filename can be Obscured where the Release naming isn't. Especially when you use Usenet.
The filename can be Obscured where the Release naming isn't, especially when you use Usenet.
`{Original Title}` => `The.Series.Title.S01E01.Episode.Title.1080p.AMZN.WEB-DL.DDP5.1.H.264-RlsGrp`

@ -58,6 +58,15 @@
"value": "\\b(beAst)\\b"
}
},
{
"name": "BiTOR",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(BiTOR)\\b"
}
},
{
"name": "C4K",
"implementation": "ReleaseGroupSpecification",

@ -4,15 +4,6 @@
"name": "UHD Bluray Tier 03",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "BiTOR",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(BiTOR)\\b"
}
},
{
"name": "LEGi0N",
"implementation": "ReleaseGroupSpecification",

Loading…
Cancel
Save