tweak(profile): Added IMAX preference
This commit is contained in:
parent
e171e6b730
commit
bdff345f58
|
|
@ -163,6 +163,10 @@ custom_formats:
|
||||||
- name: x265
|
- name: x265
|
||||||
score: -999999
|
score: -999999
|
||||||
custom_formats_radarr:
|
custom_formats_radarr:
|
||||||
|
- name: IMAX
|
||||||
|
score: 40000
|
||||||
|
- name: IMAX Enhanced
|
||||||
|
score: 40000
|
||||||
- name: MA
|
- name: MA
|
||||||
score: 5000
|
score: 5000
|
||||||
- name: AMZN
|
- name: AMZN
|
||||||
|
|
@ -199,6 +203,10 @@ custom_formats_sonarr:
|
||||||
- name: TV Extras
|
- name: TV Extras
|
||||||
score: -999999
|
score: -999999
|
||||||
qualities:
|
qualities:
|
||||||
|
- id: -2
|
||||||
|
name: 2160p Formats
|
||||||
|
description: ''
|
||||||
|
qualities:
|
||||||
- id: 3
|
- id: 3
|
||||||
name: Remux-2160p
|
name: Remux-2160p
|
||||||
- id: 5
|
- id: 5
|
||||||
|
|
@ -218,7 +226,6 @@ qualities:
|
||||||
- id: 19
|
- id: 19
|
||||||
name: WEBDL-480p
|
name: WEBDL-480p
|
||||||
upgrade_until:
|
upgrade_until:
|
||||||
id: 3
|
id: -2
|
||||||
name: Remux-2160p
|
name: 2160p Formats
|
||||||
description: 4K Ultra HD Blu-ray disc content remuxed into a playable file format
|
|
||||||
language: must_original
|
language: must_original
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue