Merge complete: resolved conflicts
This commit is contained in:
commit
528a7c8c81
|
|
@ -1,5 +1,10 @@
|
||||||
# Dictionarry Database
|
# Dictionarry Database
|
||||||
|
|
||||||
|
[](https://dictionarry.dev)
|
||||||
|
[](https://discord.com/invite/Y9TYP6jeYZ)
|
||||||
|
[](https://www.buymeacoffee.com/santiagosayshey)
|
||||||
|
[](https://github.com/sponsors/Dictionarry-Hub)
|
||||||
|
|
||||||
The database serves two main purposes:
|
The database serves two main purposes:
|
||||||
|
|
||||||
1. Powers our [Documentation](https://dictionarry.dev/)
|
1. Powers our [Documentation](https://dictionarry.dev/)
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,11 @@ conditions:
|
||||||
pattern: h265
|
pattern: h265
|
||||||
required: true
|
required: true
|
||||||
type: release_title
|
type: release_title
|
||||||
|
- name: Not 2160p
|
||||||
|
type: resolution
|
||||||
|
required: true
|
||||||
|
negate: true
|
||||||
|
resolution: 2160p
|
||||||
- name: Not 1080p
|
- name: Not 1080p
|
||||||
negate: true
|
negate: true
|
||||||
required: true
|
required: true
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,11 @@ conditions:
|
||||||
pattern: x265
|
pattern: x265
|
||||||
required: true
|
required: true
|
||||||
type: release_title
|
type: release_title
|
||||||
|
- name: Not 2160p
|
||||||
|
type: resolution
|
||||||
|
required: true
|
||||||
|
negate: true
|
||||||
|
resolution: 2160p
|
||||||
- name: Not 1080p
|
- name: Not 1080p
|
||||||
negate: true
|
negate: true
|
||||||
required: true
|
required: true
|
||||||
|
|
|
||||||
|
|
@ -171,11 +171,10 @@ custom_formats_sonarr:
|
||||||
score: -999999
|
score: -999999
|
||||||
- name: TV Extras
|
- name: TV Extras
|
||||||
score: -999999
|
score: -999999
|
||||||
description: "1080p Quality utilizes the [**Golden Popcorn Performance Index**](https://dictionarry.dev/wiki/GPPi)\
|
description: "1080p Quality utilizes the [**Golden Popcorn Performance Index**](https://dictionarry.dev/wiki/gppi)\
|
||||||
\ to target **transparent** x264 1080p encodes. \n- 5 Quality tiers prioritise encodes\
|
\ to target **transparent** x264 1080p encodes. \n\n- 1080p Blurays\n- Fallbacks\
|
||||||
\ with high 1080p GPPi scores, with fallback to 1080p WEB-DLs and streaming optimised\
|
\ in Place for Proper Quality Progression\n- 1080p Bluray > 1080p WEB-DL > 720p\
|
||||||
\ encodes (**BHDStudio & hallowed**).\n- If no 1080p release can be found, the profile\
|
\ Bluray > 720p WEB-DL > 480p WEB-DL > DVD"
|
||||||
\ will fall back to SD releases - **DVD remuxes / encodes**"
|
|
||||||
language: must_original
|
language: must_original
|
||||||
minCustomFormatScore: 0
|
minCustomFormatScore: 0
|
||||||
minScoreIncrement: 1
|
minScoreIncrement: 1
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,8 @@
|
||||||
name: 2160p Balanced
|
name: 2160p Balanced
|
||||||
description: "2160p Balanced targets consistent & immutable 2160p **HDR WEB-DLs w/\
|
description: "2160p Balanced targets consistent & immutable 2160p **WEB-DLs w/ Lossy\
|
||||||
\ Lossy Audio**. \n- Special considerations are given to **Balanced** groups who\
|
\ Audio**. \n\n- 2160p WEB-DL\n- Fallbacks in Place for Proper Quality Progression\n\
|
||||||
\ prioritize **streaming optimisation** over quality, falling somewhere around a\
|
- 2160p WEB-DL > 1080p Bluray > 1080p WEB-DL > 720p Bluray > 720p WEB-DL > 480p\
|
||||||
\ tier 2 WEB-DL. This includes groups like **BHDStudio**, **HONE** and **hallowed**.\n\
|
\ WEB-DL > DVD"
|
||||||
- If no 2160p WEB-DL can be found, the profile will fall back to the 1080p Quality\
|
|
||||||
\ Profile.\n- Transparent 2160p Encodes (\xE0 la 2160p Quality) are not allowed\
|
|
||||||
\ as fallback since they are comparatively much larger than 2160p WEB-DLs"
|
|
||||||
tags:
|
tags:
|
||||||
- 2160p
|
- 2160p
|
||||||
- Balanced Focused
|
- Balanced Focused
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,333 @@
|
||||||
|
name: 2160p Efficient
|
||||||
|
description: '2160p Efficient targets consistent & immutable 2160p **WEB-DLs w/ Lossy
|
||||||
|
Audio**. Specialized Fallback to 1080p Efficient+
|
||||||
|
|
||||||
|
|
||||||
|
- 1080p Bluray and WEB x265
|
||||||
|
|
||||||
|
- Fallbacks in Place for Proper Quality Progression
|
||||||
|
|
||||||
|
- 2160p WEB-DL > 1080p Bluray HEVC > 1080p WEB HEVC > 1080p WEB-DL > 720p Bluray
|
||||||
|
> 720p WEB-DL > 480p WEB-DL > DVD'
|
||||||
|
tags:
|
||||||
|
- 2160p
|
||||||
|
- Efficient Focused
|
||||||
|
- Lossy Audio
|
||||||
|
- h265
|
||||||
|
- x265
|
||||||
|
upgradesAllowed: true
|
||||||
|
minCustomFormatScore: 20000
|
||||||
|
upgradeUntilScore: 400000
|
||||||
|
minScoreIncrement: 1
|
||||||
|
custom_formats:
|
||||||
|
- name: 2160p Balanced Tier 1
|
||||||
|
score: 244000
|
||||||
|
- name: 2160p Balanced Tier 2
|
||||||
|
score: 240000
|
||||||
|
- name: 2160p WEB-DL
|
||||||
|
score: 240000
|
||||||
|
- name: 1080p Bluray HEVC Tier 1
|
||||||
|
score: 220000
|
||||||
|
- name: 1080p WEB-DL HEVC Tier 1
|
||||||
|
score: 200000
|
||||||
|
- name: QxR Bluray
|
||||||
|
score: 184000
|
||||||
|
- name: TAoE Bluray
|
||||||
|
score: 184000
|
||||||
|
- name: 1080p Balanced Tier 1
|
||||||
|
score: 140000
|
||||||
|
- name: 1080p WEB-DL (h264)
|
||||||
|
score: 140000
|
||||||
|
- name: 720p WEB-DL
|
||||||
|
score: 100000
|
||||||
|
- name: 720p Bluray
|
||||||
|
score: 80000
|
||||||
|
- name: 720p WEBRip
|
||||||
|
score: 80000
|
||||||
|
- name: 480p WEB-DL
|
||||||
|
score: 60000
|
||||||
|
- name: 720p Quality Tier 1
|
||||||
|
score: 44000
|
||||||
|
- name: 720p Quality Tier 2
|
||||||
|
score: 43000
|
||||||
|
- name: 720p Quality Tier 3
|
||||||
|
score: 42000
|
||||||
|
- name: 720p Quality Tier 4
|
||||||
|
score: 41000
|
||||||
|
- name: 720p Quality Tier 5
|
||||||
|
score: 40000
|
||||||
|
- name: 720p Balanced Tier 1
|
||||||
|
score: 20000
|
||||||
|
- name: DVD
|
||||||
|
score: 20000
|
||||||
|
- name: DVD Remux
|
||||||
|
score: 20000
|
||||||
|
- name: SD Quality Tier 1
|
||||||
|
score: 11000
|
||||||
|
- name: SD Quality Tier 2
|
||||||
|
score: 10000
|
||||||
|
- name: Dolby Vision
|
||||||
|
score: 3000
|
||||||
|
- name: AMZN
|
||||||
|
score: 2000
|
||||||
|
- name: HDR10+
|
||||||
|
score: 2000
|
||||||
|
- name: ATV
|
||||||
|
score: 1000
|
||||||
|
- name: DS4K
|
||||||
|
score: 1000
|
||||||
|
- name: HDR
|
||||||
|
score: 1000
|
||||||
|
- name: HDR10
|
||||||
|
score: 1000
|
||||||
|
- name: HLG
|
||||||
|
score: 1000
|
||||||
|
- name: NF
|
||||||
|
score: 1000
|
||||||
|
- name: PQ
|
||||||
|
score: 1000
|
||||||
|
- name: DTS-HD HRA
|
||||||
|
score: 800
|
||||||
|
- name: Opus
|
||||||
|
score: 800
|
||||||
|
- name: Dolby Digital +
|
||||||
|
score: 600
|
||||||
|
- name: Dolby Atmos
|
||||||
|
score: 400
|
||||||
|
- name: DTS-ES
|
||||||
|
score: 400
|
||||||
|
- name: Dolby Digital
|
||||||
|
score: 200
|
||||||
|
- name: DTS
|
||||||
|
score: 100
|
||||||
|
- name: WEB-DL Tier 1
|
||||||
|
score: 100
|
||||||
|
- name: WEB-DL Tier 2
|
||||||
|
score: 80
|
||||||
|
- name: WEB-DL Tier 3
|
||||||
|
score: 60
|
||||||
|
- name: WEB-DL Tier 4
|
||||||
|
score: 40
|
||||||
|
- name: WEB-DL Tier 5
|
||||||
|
score: 20
|
||||||
|
- name: Repack3
|
||||||
|
score: 8
|
||||||
|
- name: Repack2
|
||||||
|
score: 7
|
||||||
|
- name: Repack1
|
||||||
|
score: 6
|
||||||
|
- name: AAC
|
||||||
|
score: 0
|
||||||
|
- name: BCORE
|
||||||
|
score: 0
|
||||||
|
- name: HTSR
|
||||||
|
score: 0
|
||||||
|
- name: HULU
|
||||||
|
score: 0
|
||||||
|
- name: NOW
|
||||||
|
score: 0
|
||||||
|
- name: PCOK
|
||||||
|
score: 0
|
||||||
|
- name: PMTP
|
||||||
|
score: 0
|
||||||
|
- name: ROKU
|
||||||
|
score: 0
|
||||||
|
- name: SHO
|
||||||
|
score: 0
|
||||||
|
- name: STAN
|
||||||
|
score: 0
|
||||||
|
- name: AV1
|
||||||
|
score: -999999
|
||||||
|
- name: B&W
|
||||||
|
score: -999999
|
||||||
|
- name: Banned Groups (Efficient)
|
||||||
|
score: -999999
|
||||||
|
- name: Banned Groups (Title)
|
||||||
|
score: -999999
|
||||||
|
- name: Banned Scene
|
||||||
|
score: -999999
|
||||||
|
- name: Banned WEBRip (Efficient)
|
||||||
|
score: -999999
|
||||||
|
- name: Dolby Vision (Without Fallback)
|
||||||
|
score: -999999
|
||||||
|
- name: Full Disc
|
||||||
|
score: -999999
|
||||||
|
- name: h265 (Efficient)
|
||||||
|
score: -999999
|
||||||
|
- name: Lossless Audio
|
||||||
|
score: -999999
|
||||||
|
- name: Remux
|
||||||
|
score: -999999
|
||||||
|
- name: UHD Bluray (Efficient)
|
||||||
|
score: -999999
|
||||||
|
- name: VP9
|
||||||
|
score: -999999
|
||||||
|
- name: VVC
|
||||||
|
score: -999999
|
||||||
|
- name: x264 (2160p)
|
||||||
|
score: -999999
|
||||||
|
- name: x265 (Efficient)
|
||||||
|
score: -999999
|
||||||
|
- name: Xvid
|
||||||
|
score: -999999
|
||||||
|
custom_formats_radarr:
|
||||||
|
- name: 1080p Efficient+ Movie Bluray Tier 1
|
||||||
|
score: 184000
|
||||||
|
- name: 1080p Efficient+ Movie Bluray Tier 2
|
||||||
|
score: 183000
|
||||||
|
- name: 1080p Efficient+ Movie Bluray Tier 3
|
||||||
|
score: 182000
|
||||||
|
- name: 1080p Efficient+ Movie Bluray Tier 4
|
||||||
|
score: 181000
|
||||||
|
- name: 1080p Efficient+ Movie Bluray Tier 5
|
||||||
|
score: 180000
|
||||||
|
- name: 1080p Efficient+ Movie WEB Tier 1
|
||||||
|
score: 163000
|
||||||
|
- name: QxR WEB
|
||||||
|
score: 163000
|
||||||
|
- name: TAoE WEB
|
||||||
|
score: 163000
|
||||||
|
- name: 1080p Efficient+ Movie WEB Tier 2
|
||||||
|
score: 162000
|
||||||
|
- name: 1080p Efficient+ Movie WEB Tier 3
|
||||||
|
score: 161000
|
||||||
|
- name: 1080p Efficient+ Movie WEB Tier 4
|
||||||
|
score: 160000
|
||||||
|
- name: 720p Golden Popcorn
|
||||||
|
score: 6000
|
||||||
|
- name: MA
|
||||||
|
score: 6000
|
||||||
|
- name: ATVP
|
||||||
|
score: 4000
|
||||||
|
- name: DSNP
|
||||||
|
score: 4000
|
||||||
|
- name: iT
|
||||||
|
score: 4000
|
||||||
|
- name: SD Golden Popcorn
|
||||||
|
score: 4000
|
||||||
|
- name: Amazon Enhancement
|
||||||
|
score: 2000
|
||||||
|
- name: HMAX
|
||||||
|
score: 2000
|
||||||
|
- name: MAX
|
||||||
|
score: 2000
|
||||||
|
- name: Better Theatricals
|
||||||
|
score: 1000
|
||||||
|
- name: CRIT
|
||||||
|
score: 1000
|
||||||
|
- name: Special Edition
|
||||||
|
score: 1000
|
||||||
|
- name: iTunes Enhancement
|
||||||
|
score: -3000
|
||||||
|
- name: 3D
|
||||||
|
score: -999999
|
||||||
|
- name: Extras
|
||||||
|
score: -999999
|
||||||
|
- name: Full Disc (Quality Match)
|
||||||
|
score: -999999
|
||||||
|
- name: Remux (Quality Match)
|
||||||
|
score: -999999
|
||||||
|
- name: Sing Along
|
||||||
|
score: -999999
|
||||||
|
- name: Upscale
|
||||||
|
score: -999999
|
||||||
|
custom_formats_sonarr:
|
||||||
|
- name: 1080p Efficient+ TV Bluray Tier 1
|
||||||
|
score: 184000
|
||||||
|
- name: 1080p Efficient+ TV Bluray Tier 2
|
||||||
|
score: 183000
|
||||||
|
- name: 1080p Efficient+ TV Bluray Tier 3
|
||||||
|
score: 182000
|
||||||
|
- name: 1080p Efficient+ TV Bluray Tier 4
|
||||||
|
score: 181000
|
||||||
|
- name: 1080p Efficient+ TV Bluray Tier 5
|
||||||
|
score: 180000
|
||||||
|
- name: 1080p Efficient+ TV WEB Tier 1
|
||||||
|
score: 167000
|
||||||
|
- name: QxR WEB
|
||||||
|
score: 167000
|
||||||
|
- name: 1080p Efficient+ TV WEB Tier 2
|
||||||
|
score: 166000
|
||||||
|
- name: 1080p Efficient+ TV WEB Tier 3
|
||||||
|
score: 165000
|
||||||
|
- name: TAoE WEB
|
||||||
|
score: 165000
|
||||||
|
- name: 1080p Efficient+ TV WEB Tier 4
|
||||||
|
score: 164000
|
||||||
|
- name: 1080p Efficient+ TV Bluray Tier 6
|
||||||
|
score: 163000
|
||||||
|
- name: 1080p Efficient+ TV Bluray Tier 7
|
||||||
|
score: 162000
|
||||||
|
- name: 1080p Efficient+ TV WEB Tier 5
|
||||||
|
score: 161000
|
||||||
|
- name: 1080p Efficient+ TV WEB Tier 6
|
||||||
|
score: 160000
|
||||||
|
- name: ATVP
|
||||||
|
score: 3000
|
||||||
|
- name: DSNP
|
||||||
|
score: 3000
|
||||||
|
- name: HMAX
|
||||||
|
score: 3000
|
||||||
|
- name: MAX
|
||||||
|
score: 3000
|
||||||
|
- name: Amazon Enhancement
|
||||||
|
score: 1000
|
||||||
|
- name: iT
|
||||||
|
score: 1000
|
||||||
|
- name: Season Pack
|
||||||
|
score: 10
|
||||||
|
- name: HBO Max Enhancement
|
||||||
|
score: -1000
|
||||||
|
- name: Remux (Source)
|
||||||
|
score: -999999
|
||||||
|
- name: TV Extras
|
||||||
|
score: -999999
|
||||||
|
- name: Upscaled
|
||||||
|
score: -999999
|
||||||
|
qualities:
|
||||||
|
- id: -4
|
||||||
|
name: Balanced Capable
|
||||||
|
description: ''
|
||||||
|
qualities:
|
||||||
|
- id: 4
|
||||||
|
name: Bluray-2160p
|
||||||
|
- id: 5
|
||||||
|
name: WEBDL-2160p
|
||||||
|
- id: -1
|
||||||
|
name: Efficient Capable
|
||||||
|
description: Balanced Capable releases. Typically WEB-DL would be the overwhelming
|
||||||
|
majority of releases, but there are occasional streaming optimised encodes that
|
||||||
|
should be preferred.
|
||||||
|
qualities:
|
||||||
|
- id: 10
|
||||||
|
name: Bluray-1080p
|
||||||
|
- id: 9
|
||||||
|
name: WEBDL-1080p
|
||||||
|
- id: 11
|
||||||
|
name: WEBRip-1080p
|
||||||
|
- id: -2
|
||||||
|
name: 720p Fallback
|
||||||
|
description: Fallback to 720p when 1080p cannot be found.
|
||||||
|
qualities:
|
||||||
|
- id: 13
|
||||||
|
name: Bluray-720p
|
||||||
|
- id: 14
|
||||||
|
name: WEBDL-720p
|
||||||
|
- id: 15
|
||||||
|
name: WEBRip-720p
|
||||||
|
- id: -3
|
||||||
|
name: SD Fallback
|
||||||
|
description: Standard Definition Fallbacks
|
||||||
|
qualities:
|
||||||
|
- id: 18
|
||||||
|
name: Bluray-480p
|
||||||
|
- id: 19
|
||||||
|
name: WEBDL-480p
|
||||||
|
- id: 20
|
||||||
|
name: WEBRip-480p
|
||||||
|
- id: 22
|
||||||
|
name: DVD
|
||||||
|
upgrade_until:
|
||||||
|
id: -4
|
||||||
|
name: Balanced Capable
|
||||||
|
language: must_original
|
||||||
|
|
@ -1,12 +1,14 @@
|
||||||
name: 2160p Quality
|
name: 2160p Quality
|
||||||
description: "2160p Quality utilizes the [**Encode Efficiency Index**](https://dictionarry.dev/wiki/EEi)\
|
description: '2160p Quality utilizes the [**Encode Efficiency Index**](https://dictionarry.dev/wiki/eei)
|
||||||
\ metric at a 55% target ratio to prioritize **transparent** x265 4k encodes. \n\
|
metric at a 55% target ratio to prioritize **transparent** x265 4k encodes
|
||||||
\n- 4 quality tiers prioritize encodes from reputable groups, with fallback to high-quality\
|
|
||||||
\ WEB-DLs and balanced tier groups. 2 additional quality tiers are placed below\
|
|
||||||
\ for further fallback. \n- Special considerations for both **HDR** and **Lossless\
|
- 2160p Blurays
|
||||||
\ Audio** formats help to push lower tiered encodes over higher tier ones in cases\
|
|
||||||
\ where better sources are used.\n- If no 2160p release can be found, the profile\
|
- Fallbacks in Place for Proper Quality Progression
|
||||||
\ will fall back to the 1080p Quality Profile. "
|
|
||||||
|
- 2160p Bluray > 2160p WEB-DL > 1080p Bluray > 1080p WEB-DL > 720p Bluray > 720p
|
||||||
|
WEB-DL > 480p WEB-DL > DVD'
|
||||||
tags:
|
tags:
|
||||||
- 2160p
|
- 2160p
|
||||||
- Quality Focused
|
- Quality Focused
|
||||||
|
|
|
||||||
|
|
@ -1,15 +1,3 @@
|
||||||
name: 2160p Remux (Prefer Theatrical)
|
|
||||||
description: "Copied from 2160p Remux\n\nChanges: \n- Special Edition set to -40000"
|
|
||||||
tags:
|
|
||||||
- 2160p
|
|
||||||
- Remux
|
|
||||||
- HDR
|
|
||||||
- Lossless Audio
|
|
||||||
- h265
|
|
||||||
upgradesAllowed: true
|
|
||||||
minCustomFormatScore: 0
|
|
||||||
upgradeUntilScore: 400000
|
|
||||||
minScoreIncrement: 1
|
|
||||||
custom_formats:
|
custom_formats:
|
||||||
- name: 2160p Remux
|
- name: 2160p Remux
|
||||||
score: 160000
|
score: 160000
|
||||||
|
|
@ -185,10 +173,15 @@ custom_formats_sonarr:
|
||||||
score: 10
|
score: 10
|
||||||
- name: TV Extras
|
- name: TV Extras
|
||||||
score: -999999
|
score: -999999
|
||||||
|
description: "Copied from 2160p Remux\n\nChanges: \n- Special Edition set to -40000"
|
||||||
|
language: must_original
|
||||||
|
minCustomFormatScore: 0
|
||||||
|
minScoreIncrement: 1
|
||||||
|
name: 2160p Remux (Prefer Theatrical)
|
||||||
qualities:
|
qualities:
|
||||||
- id: -2
|
- description: ''
|
||||||
|
id: -2
|
||||||
name: 2160p Formats
|
name: 2160p Formats
|
||||||
description: ''
|
|
||||||
qualities:
|
qualities:
|
||||||
- id: 3
|
- id: 3
|
||||||
name: Remux-2160p
|
name: Remux-2160p
|
||||||
|
|
@ -204,9 +197,9 @@ qualities:
|
||||||
name: HDTV-1080p
|
name: HDTV-1080p
|
||||||
- id: 16
|
- id: 16
|
||||||
name: HDTV-720p
|
name: HDTV-720p
|
||||||
- id: -1
|
- description: Standard Definition Fallbacks
|
||||||
|
id: -1
|
||||||
name: SD Fallback
|
name: SD Fallback
|
||||||
description: Standard Definition Fallbacks
|
|
||||||
qualities:
|
qualities:
|
||||||
- id: 22
|
- id: 22
|
||||||
name: DVD
|
name: DVD
|
||||||
|
|
@ -216,7 +209,14 @@ qualities:
|
||||||
name: WEBRip-480p
|
name: WEBRip-480p
|
||||||
- id: 24
|
- id: 24
|
||||||
name: SDTV
|
name: SDTV
|
||||||
|
tags:
|
||||||
|
- 2160p
|
||||||
|
- Remux
|
||||||
|
- HDR
|
||||||
|
- Lossless Audio
|
||||||
|
- h265
|
||||||
|
upgradeUntilScore: 400000
|
||||||
upgrade_until:
|
upgrade_until:
|
||||||
id: -2
|
id: -2
|
||||||
name: 2160p Formats
|
name: 2160p Formats
|
||||||
language: must_original
|
upgradesAllowed: true
|
||||||
|
|
|
||||||
|
|
@ -179,18 +179,16 @@ custom_formats_sonarr:
|
||||||
score: 10
|
score: 10
|
||||||
- name: TV Extras
|
- name: TV Extras
|
||||||
score: -999999
|
score: -999999
|
||||||
description: "2160p Remux utilizes **audio / video tags** to prioritise high quality\
|
description: '2160p Remux utilizes **Audio / Video Formats** to prioritise high quality
|
||||||
\ lossless copies of UHD Blu-rays.\n\n- Unlike the encode profiles, which target\
|
lossless copies of UHD Blurays.
|
||||||
\ releases based on a release group metric, 2160p Remux avoids this to stop *circular\
|
|
||||||
\ downloads* where no discernable upgrade is found. \n- Instead, audio / video metrics\
|
|
||||||
\ such Dolby Vision, TrueHD, Atmos, HDR10+, etc are used to indicate when a remux\
|
- 2160p Remux
|
||||||
\ should be upgraded.\n- For instance, if a hybrid remux that includes some WEB\
|
|
||||||
\ DoVi layer is released, it will be upgraded over the standard non hybrid release,\
|
- Fallbacks in Place for Proper Quality Progression
|
||||||
\ regardless of release group.\n- This also helps to grab non group tagged remuxes,\
|
|
||||||
\ which are fairly common on quite a few trackers who often have the best remux\
|
- 2160p Remux > 2160p WEB-DL > 1080p Remux > 1080p WEB-DL > 720p WEB-DL > 480p WEB-DL
|
||||||
\ available. \n- If no 2160p Remux cannot be found, the profile falls back to **2160p\
|
> DVD'
|
||||||
\ WEB-DLs**.\n- If a 2160p WEB-DL cannot be found, the profile falls back to the\
|
|
||||||
\ **1080p Remux** profile. "
|
|
||||||
language: must_original
|
language: must_original
|
||||||
minCustomFormatScore: 0
|
minCustomFormatScore: 0
|
||||||
minScoreIncrement: 1
|
minScoreIncrement: 1
|
||||||
|
|
|
||||||
|
|
@ -153,10 +153,10 @@ custom_formats_sonarr:
|
||||||
score: -999999
|
score: -999999
|
||||||
- name: TV Extras
|
- name: TV Extras
|
||||||
score: -999999
|
score: -999999
|
||||||
description: "720p Quality utilizes the [**Golden Popcorn Performance Index**](https://dictionarry.dev/wiki/GPPi)\
|
description: "720p Quality utilizes the [**Golden Popcorn Performance Index**](https://dictionarry.dev/wiki/gppi)\
|
||||||
\ to target **transparent** x264 720p encodes. \n- 5 Quality tiers prioritise encodes\
|
\ to target **transparent** x264 720p encodes. \n\n- 720p Blurays\n- Fallbacks in\
|
||||||
\ with high 720p GPPi scores, with fallback to 720p WEB-DLs\n- If no 720p release\
|
\ Place for Proper Quality Progression\n- 720p Bluray > 720p WEB-DL > 480p WEB-DL\
|
||||||
\ can be found, the profile will fall back to SD releases - **DVD remuxes / encodes**"
|
\ > DVD"
|
||||||
language: must_original
|
language: must_original
|
||||||
minCustomFormatScore: 0
|
minCustomFormatScore: 0
|
||||||
minScoreIncrement: 1
|
minScoreIncrement: 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue