From 06a81149efbf20d55824d49924b61b8dae56e13d Mon Sep 17 00:00:00 2001 From: santiagosayshey Date: Tue, 14 Jan 2025 11:15:21 +1050 Subject: [PATCH] tweak(profile): Negate known full discs, extras --- profiles/1080p Balanced.yml | 4 ++++ profiles/1080p Quality.yml | 4 ++++ profiles/2160p Remux.yml | 2 ++ 3 files changed, 10 insertions(+) diff --git a/profiles/1080p Balanced.yml b/profiles/1080p Balanced.yml index e58515e..0d1cf54 100644 --- a/profiles/1080p Balanced.yml +++ b/profiles/1080p Balanced.yml @@ -97,8 +97,12 @@ custom_formats: score: -9999 - name: Dolby Vision score: -9999 +- name: Extras + score: -9999 - name: Full Disc score: -9999 +- name: Full Disc (Quality Match) + score: -9999 - name: h265 score: -9999 - name: h265 (Missing) diff --git a/profiles/1080p Quality.yml b/profiles/1080p Quality.yml index 3b045e3..b085d47 100644 --- a/profiles/1080p Quality.yml +++ b/profiles/1080p Quality.yml @@ -101,8 +101,12 @@ custom_formats: score: -9999 - name: Dolby Vision score: -9999 +- name: Extras + score: -9999 - name: Full Disc score: -9999 +- name: Full Disc (Quality Match) + score: -9999 - name: h265 score: -9999 - name: h265 (Missing) diff --git a/profiles/2160p Remux.yml b/profiles/2160p Remux.yml index e69e8db..48ddfbd 100644 --- a/profiles/2160p Remux.yml +++ b/profiles/2160p Remux.yml @@ -96,6 +96,8 @@ custom_formats: score: -9999 - name: Full Disc score: -9999 +- name: Full Disc (Quality Match) + score: -9999 - name: h265 score: -9999 - name: h265 (Missing)