tweak(profile): Remux Quality Match to Radarr Profiles
This commit is contained in:
parent
6972501766
commit
0803d3f240
|
|
@ -0,0 +1,11 @@
|
||||||
|
name: Remux (Quality Match)
|
||||||
|
description: Matches Remux as a codec, not a source. Either h265 or h264.
|
||||||
|
tags:
|
||||||
|
- Storage
|
||||||
|
conditions:
|
||||||
|
- name: Remux
|
||||||
|
negate: false
|
||||||
|
qualityModifier: remux
|
||||||
|
required: false
|
||||||
|
type: quality_modifier
|
||||||
|
tests: []
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
name: Remux
|
name: Remux
|
||||||
description: Matches Remux as a codec, not a source. Either h265 or h264.
|
description: Matches Remux as a codec, not a source. Either h265 or h264.
|
||||||
tags:
|
tags:
|
||||||
- Codec
|
- Storage
|
||||||
conditions:
|
conditions:
|
||||||
- name: Remux
|
- name: Remux
|
||||||
negate: false
|
negate: false
|
||||||
|
|
|
||||||
|
|
@ -175,6 +175,8 @@ custom_formats_radarr:
|
||||||
score: -999999
|
score: -999999
|
||||||
- name: Full Disc (Quality Match)
|
- name: Full Disc (Quality Match)
|
||||||
score: -999999
|
score: -999999
|
||||||
|
- name: Remux (Quality Match)
|
||||||
|
score: -999999
|
||||||
- name: Sing Along
|
- name: Sing Along
|
||||||
score: -999999
|
score: -999999
|
||||||
custom_formats_sonarr:
|
custom_formats_sonarr:
|
||||||
|
|
|
||||||
|
|
@ -172,6 +172,8 @@ custom_formats_radarr:
|
||||||
score: -999999
|
score: -999999
|
||||||
- name: Full Disc (Quality Match)
|
- name: Full Disc (Quality Match)
|
||||||
score: -999999
|
score: -999999
|
||||||
|
- name: Remux (Quality Match)
|
||||||
|
score: -999999
|
||||||
- name: Sing Along
|
- name: Sing Along
|
||||||
score: -999999
|
score: -999999
|
||||||
custom_formats_sonarr:
|
custom_formats_sonarr:
|
||||||
|
|
|
||||||
|
|
@ -198,6 +198,8 @@ custom_formats_radarr:
|
||||||
score: -999999
|
score: -999999
|
||||||
- name: Full Disc (Quality Match)
|
- name: Full Disc (Quality Match)
|
||||||
score: -999999
|
score: -999999
|
||||||
|
- name: Remux (Quality Match)
|
||||||
|
score: -999999
|
||||||
- name: Sing Along
|
- name: Sing Along
|
||||||
score: -999999
|
score: -999999
|
||||||
custom_formats_sonarr:
|
custom_formats_sonarr:
|
||||||
|
|
|
||||||
|
|
@ -196,6 +196,8 @@ custom_formats_radarr:
|
||||||
score: -999999
|
score: -999999
|
||||||
- name: Full Disc (Quality Match)
|
- name: Full Disc (Quality Match)
|
||||||
score: -999999
|
score: -999999
|
||||||
|
- name: Remux (Quality Match)
|
||||||
|
score: -999999
|
||||||
- name: Sing Along
|
- name: Sing Along
|
||||||
score: -999999
|
score: -999999
|
||||||
custom_formats_sonarr:
|
custom_formats_sonarr:
|
||||||
|
|
|
||||||
|
|
@ -182,6 +182,8 @@ custom_formats_radarr:
|
||||||
score: -999999
|
score: -999999
|
||||||
- name: Full Disc (Quality Match)
|
- name: Full Disc (Quality Match)
|
||||||
score: -999999
|
score: -999999
|
||||||
|
- name: Remux (Quality Match)
|
||||||
|
score: -999999
|
||||||
- name: Sing Along
|
- name: Sing Along
|
||||||
score: -999999
|
score: -999999
|
||||||
custom_formats_sonarr:
|
custom_formats_sonarr:
|
||||||
|
|
|
||||||
|
|
@ -203,6 +203,8 @@ custom_formats_radarr:
|
||||||
score: -999999
|
score: -999999
|
||||||
- name: Full Disc (Quality Match)
|
- name: Full Disc (Quality Match)
|
||||||
score: -999999
|
score: -999999
|
||||||
|
- name: Remux (Quality Match)
|
||||||
|
score: -999999
|
||||||
- name: Sing Along
|
- name: Sing Along
|
||||||
score: -999999
|
score: -999999
|
||||||
custom_formats_sonarr:
|
custom_formats_sonarr:
|
||||||
|
|
|
||||||
|
|
@ -232,6 +232,8 @@ custom_formats_radarr:
|
||||||
score: -999999
|
score: -999999
|
||||||
- name: Full Disc (Quality Match)
|
- name: Full Disc (Quality Match)
|
||||||
score: -999999
|
score: -999999
|
||||||
|
- name: Remux (Quality Match)
|
||||||
|
score: -999999
|
||||||
- name: Sing Along
|
- name: Sing Along
|
||||||
score: -999999
|
score: -999999
|
||||||
custom_formats_sonarr:
|
custom_formats_sonarr:
|
||||||
|
|
|
||||||
|
|
@ -161,6 +161,8 @@ custom_formats_radarr:
|
||||||
score: -999999
|
score: -999999
|
||||||
- name: Full Disc (Quality Match)
|
- name: Full Disc (Quality Match)
|
||||||
score: -999999
|
score: -999999
|
||||||
|
- name: Remux (Quality Match)
|
||||||
|
score: -999999
|
||||||
- name: Sing Along
|
- name: Sing Along
|
||||||
score: -999999
|
score: -999999
|
||||||
custom_formats_sonarr:
|
custom_formats_sonarr:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue