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 1/2] 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 From 8e46891796b3c0f633523a576373ad252611cb30 Mon Sep 17 00:00:00 2001 From: Timo <43761260+clemone210@users.noreply.github.com> Date: Mon, 9 Oct 2023 14:19:45 +0200 Subject: [PATCH 2/2] Update readme.md (#860) Updated duplicate in How to run. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 07c41cbd4..c67342a3b 100644 --- a/readme.md +++ b/readme.md @@ -38,7 +38,7 @@ appropriate way: * You need to install [Java 17](https://adoptium.net/) (not lower, not higher). * Download the generic release. This contains python scripts and java libraries. Run either wrapper file (Python 2.7 / 3.x respectively). This should work basically everwhere. * The Java executable is expected to be in the PATH. If it's not and you can't/won't put it there then you need to provide the full path using the `--java` paramater. -* Docker: You can choose between images by [LinuxServer.io](https://github.com/linuxserver/docker-nzbhydra2), [hotio](https://hotio.dev/containers/nzbhydra2/) and [binhex's](https://hub.docker.com/r/binhex/arch-nzbhydra2/) or the one +* Docker: You can choose between images by [hotio](https://hotio.dev/containers/nzbhydra2/) and [binhex's](https://hub.docker.com/r/binhex/arch-nzbhydra2/) or the one by [LinuxServer.io](https://github.com/linuxserver/docker-nzbhydra2). After a while your browser should open to http://127.0.0.1:5076.