From 1cee992bf675b7f0f614f9502d45822749312374 Mon Sep 17 00:00:00 2001 From: neofright <68615872+neofright@users.noreply.github.com> Date: Mon, 9 Oct 2023 12:19:03 +0000 Subject: [PATCH] Update baseConfig.yml to include UHD results (#884) * Update baseConfig.yml to include UHD results UHD is a subset of HD, so it arguably makes sense to include 4k results when searching for HD (instead of creating a new category). * Increase HD Movie and TV max filesize Movie HD increased to `90G` max. TV HD increased to `12G` max. This may need adjusting later. Ranges taken from a quick search of $indexer. --- core/src/main/resources/config/baseConfig.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/core/src/main/resources/config/baseConfig.yml b/core/src/main/resources/config/baseConfig.yml index 13a994d2a..907dbc3be 100644 --- a/core/src/main/resources/config/baseConfig.yml +++ b/core/src/main/resources/config/baseConfig.yml @@ -142,11 +142,12 @@ categoriesConfig: forbiddenRegex: null forbiddenWords: [] ignoreResultsFrom: NONE - maxSizePreset: 20000 + maxSizePreset: 90000 minSizePreset: 3000 applySizeLimitsToApi: false newznabCategories: - "2040" + - "2045" - "2050" - "2060" - "2070" @@ -219,11 +220,12 @@ categoriesConfig: forbiddenRegex: null forbiddenWords: [] ignoreResultsFrom: NONE - maxSizePreset: 4500 + maxSizePreset: 12000 minSizePreset: 300 applySizeLimitsToApi: false newznabCategories: - "5040" + - "5045" requiredRegex: null requiredWords: [] preselect: true