nzbhydra2

Usenet meta search

OTHER License

Stars
1.2K

Bot releases are hidden (Show)

nzbhydra2 - v2.11.0

Published by theotherp almost 5 years ago

v2.11.0 (2020-01-12)

Feature Restored old "Load all results" behavior. Now when enabled Hydra will display all already retrieved results from the cache. You still need to click "Load all" on the search results page to load all results available from indexers, resulting in more API hits. I've renamed the setting in the config to "Display all cached results".

nzbhydra2 - v2.10.13

Published by theotherp almost 5 years ago

v2.10.13 BETA (2020-01-11)

Feature Provide wrapper file for Python 3.

nzbhydra2 - v2.10.12

Published by theotherp almost 5 years ago

v2.10.12 BETA (2020-01-11)

Fix Recognize error thrown when search IDs not supported by Animetosho.

Feature Add validation to category config that warns users when a category contains a newznab main category (like 2000) and a subcategory already covered by that (like 2020).

nzbhydra2 - v2.10.10

Published by theotherp almost 5 years ago

v2.10.10 BETA (2020-01-07)

Fix Add missing UI config entry for backup added in last update.

nzbhydra2 - v2.10.9

Published by theotherp almost 5 years ago

v2.10.9 BETA (2020-01-06)

Feature Switched option for backup to an interval of days which allows you to have a finer control over when backups are created (e.g. more often if your system tends to crash...).

nzbhydra2 - v2.10.8

Published by theotherp almost 5 years ago

v2.10.8 (2020-01-05)

Feature Added option to update to prereleases. If you enable this you will get 'beta' releases which I consider kinda stable but which contain bigger changes which might still break stuff. If you want to help with development please enable this and report any problems you encounter. Please note that any older instance older than v2.10.8 (this one) will always update to prereleases because they don't know the difference. Docker containers by popular maintainers will soon support prerelease tags (or already do so by now).

nzbhydra2 - v2.10.7

Published by theotherp almost 5 years ago

v2.10.7 (2020-01-05)

Note Happy new year!

Fix Fix memory leak when using a proxy.

nzbhydra2 - v2.10.6

Published by theotherp almost 5 years ago

v2.10.6 (2019-12-29)

Fix The last changes made a pretty big change in the searching behavior with the option 'Load all' enabled. I'm completely rolling that back until I have an idea how to get what I want without causing excessive search behavior.

nzbhydra2 - v2.10.5

Published by theotherp almost 5 years ago

v2.10.5 (2019-12-29)

Fix Last udate (which reverted 2.10.3) was incomplete. Sorry, still drowsy from too much christmas food ;-)

nzbhydra2 - v2.10.4

Published by theotherp almost 5 years ago

v2.10.4 (2019-12-28)

Fix Revert 'load all' change made with last version as it causes some search loops. Will need to take a closer look.

nzbhydra2 - v2.10.3

Published by theotherp almost 5 years ago

v2.10.3 (2019-12-28)

Fix With the option to load all results enabled now all available results will actually be loaded.

Note I've removed the feature to migrate from v1 (to reduce the install size and memory usage a bit). It's still possible to migrate in older versions and then update to a current version.

nzbhydra2 - v2.10.2

Published by theotherp almost 5 years ago

v2.10.2 (2019-12-04)

Feature Add option to log HTTP server requests and their response times. The log messages will be written to a file nzbhydra.serv.log and not contained in the debug infos. They might help debug some performance related problems.

nzbhydra2 - v2.10.1

Published by theotherp almost 5 years ago

v2.10.1 (2019-12-01)

Fix Fix db error when trying to save downloaded NZB.

nzbhydra2 - v2.10.0

Published by theotherp almost 5 years ago

v2.10.0 (2019-11-30)

Fix I've changed (fixed) the way indexers are queried when searches are being made. In essence this will fix paging, allowing Radarr/Sonarr to properly read NZBHydra's results over multiple pages. What does that mean for you? *arr will probably find more results when doing backlog searches and NZBHydra will do more indexer searches, resulting in increased API hits (but not more than if you had configured them directly in *arr). For more (technical) details see this GitHub issue.

Fix Recognize indexers reporting -1 for api or download limit for "unlimited".

Fix Fixed a minor layout issue in the config.

Fix Make sure "Keep history for ... weeks" is either empty or set to a positive value.

Fix The download history didn't load properly when the option to delete old searches from the history was set.

nzbhydra2 - v2.9.5

Published by theotherp almost 5 years ago

v2.9.5 (2019-11-23)

Feature I realised the indexer score is too complex to show in a chart and replaced it with a table, that shows more information. It will now contain the average uniqueness score, the number of unique downloads and the number of searches which resulted in a download and where an indexer was involved.

nzbhydra2 - v2.9.4

Published by theotherp almost 5 years ago

v2.9.4 (2019-11-21)

Fix Further improvements regarding uniqeness score.

nzbhydra2 - v2.9.3

Published by theotherp almost 5 years ago

v2.9.3 (2019-11-20)

Feature Some indexers report their API and download limits in their XMLs. NZBHydra will detect that when the indexer's caps are checked and will automatically fill out the config accordingly (keeping already set values as they are).

nzbhydra2 - v2.9.2

Published by theotherp almost 5 years ago

v2.9.2 (2019-11-17)

Fix Actually show version dates in the updates page...

nzbhydra2 - v2.9.0

Published by theotherp almost 5 years ago

v2.9.0 (2019-11-17)

Feature I've updated the indexer uniqueness score calculation so that indexers which are often involved in searches get a higher score than those rarely involved. I also found a bug in the way the data was stored to the database so the old values will be removed.

Feature The changelog now contains release dates along with the version.

Feature Added option to disable update banner when running docker.

nzbhydra2 - v2.8.4

Published by theotherp almost 5 years ago

v2.8.4

Fix Cached torznab results were returned as wrong XML. Also cached torznab and newznab queries could conflict.