Skip to content

Commit

Permalink
Update baseConfig.yml to include UHD results (#884)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
neofright authored Oct 9, 2023
1 parent ef61285 commit 1cee992
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions core/src/main/resources/config/baseConfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,12 @@ categoriesConfig:
forbiddenRegex: null
forbiddenWords: []
ignoreResultsFrom: NONE
maxSizePreset: 20000
maxSizePreset: 90000
minSizePreset: 3000
applySizeLimitsToApi: false
newznabCategories:
- "2040"
- "2045"
- "2050"
- "2060"
- "2070"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1cee992

Please sign in to comment.