nzbhydra2

Usenet meta search

OTHER License

Stars
1.2K

Bot releases are visible (Hide)

nzbhydra2 - v5.1.5

Published by theotherp over 1 year ago

v5.1.5

Feature Improve UI error messages even more.

Fix Windows exe (no console) was bugged. So much stuff that can go wrong..

Fix Links in the discord releases channel were malformatted.

Fix Import from jackett didn't work. See #832

Fix Uploading debug infos works again (with a different hoster).

nzbhydra2 - v5.1.4

Published by theotherp over 1 year ago

v5.1.4

Feature Added flags to enable some checks in the wrapper to make it easier for package maintainer. See #847

Fix The python2 wrapper didn't work. See #845

Fix Improved handling of shutdown and unexpected errors in the windows wrapper executable.

Fix Fix 'undefined' error when trying to access various functions like sending URLs to your downloader. This was caused by a change in the framework where URLs with trailing slashes would not be matched anymore. See #844

Fix Provide better error messages when UI functions failed. Hopefully this time without fucking up authentication...

Fix The ID search fix I added in 5.1.2? It only works for TV search. I had tested the indexers with query based TV searches and it worked and I had assumed it would work with movies as well. But that would be too easy, wouldn't it? NZBGeek does supporty any keyword in the TV search, but not for movies. Dog and NZBGeek do support keywords in movies, but they keywords are only applied to the title, so you can't provide the quality, i.e. you can's search for a movie by ID and filter it by quality (e.g. 1080p). As I can't properly determine if a query is to be part of the title or of the rest I will switch to regular searches whenever TV or movie searches are used for these indexers with queries present. See #842

nzbhydra2 - v5.1.2

Published by theotherp over 1 year ago

v5.1.2 (2023-02-05)

Feature Package / docker image maintainers which make changes to the wrapper files can disable them by setting the environment variable NZBHYDRA_DISABLE_WRAPPER_CHECK. See #839

Feature You can call the endpoint /actuator/health/ping to check if NZBHydra2 is up. Authentication will not be required. See #837

Fix After importing trackers from jackett saving the resulting config would sometimes fail. See #832

Fix Don't show a notification was disabled when it actually wasn't because temporary errors are ignored. See #840

Fix Previously some indexers did not support TV search without IDs. This seems to have been fixed so now TV / movie search will be used even with keyword based queries. See #842

nzbhydra2 - v5.1.1

Published by theotherp over 1 year ago

v5.1.1 (2023-01-23)

Fix Due to a change in the framework for some users autocomplete for media searches would show an error and not return results. Even though the fix is easy (reset the website's cache in the browser) I added a fix on my side as it seems to affect more users than I initially thought.

Fix For big databases the initial migration may fail because of not enough memory.

Fix The linux executables lost their permissions flags when packed so you had to chmod +x them. Now they should be executable by default.

nzbhydra2 - v5.1.0

Published by theotherp over 1 year ago

v5.1.0 (2023-01-22)

Feature I thought I couldn't provide an ARM binary but thanks to a hint by thespad I can now build them. So now you'll be able to run NZBHydra without Java on ARM64 machines. You still will need python to run the wrapper because I was unable to compile the wrapper but that should be a minor problem because you couldn't execute it before either...

nzbhydra2 - v5.0.8

Published by theotherp over 1 year ago

v5.0.8 (2023-01-22)

Fix Fixed performance logging. In 5.0.6 I disabled it, now it actually works.

Fix Never try to update automatically when running docker.

Fix Parsing sabnzbd remaining time was broken.

nzbhydra2 - v5.0.7

Published by theotherp over 1 year ago

v5.0.7 (2023-01-22)

Fix Alright, so the binary fix from 5.0.6 didn't fix anything but made it worse. But now I've found a way to make the binary run for everybody (I hope, who knows by know).

nzbhydra2 - v5.0.6

Published by theotherp over 1 year ago

v5.0.6 (2023-01-21)

Fix NZBHydra wouldn't start with performance logging enabled. So many corner cases...

Fix Starting NZBHydra on linux via the nzbhydra executable didn't work and you'd get an error mentioning zlib. For some wild reason I don't understand this was not caused by the actual main binary but by the compiled wrapper. So running NZBHydra via python wrapper worked. I've compiled the wrapper on another machine and it worked. Why? I don't know. Do I give a fuck by now? Nope.

nzbhydra2 - v5.0.5

Published by theotherp over 1 year ago

v5.0.5 (2023-01-21)

Feature Include service scripts for windows and linux in generic release

Feature The previously compiled binaries did not start on all linux distros. I switched to an older distro to compile the binary so it hopefully is also runnable on older distros.

nzbhydra2 - v5.0.4

Published by theotherp over 1 year ago

v5.0.4 (2023-01-22)

Fix With many indexers searching at the same time some accesses would not complete

nzbhydra2 - v5.0.3

Published by theotherp over 1 year ago

v5.0.3 (2023-01-21)

Fix Downloader icons were not shown

nzbhydra2 - v5.0.2

Published by theotherp over 1 year ago

v5.0.2 (2023-01-20)

Fix Autocomplete pictures and alternative themes were not loaded when using an URL base

Fix Outdated wrapper file warning was shown by mistake

nzbhydra2 - v5.0.1

Published by theotherp over 1 year ago

v5.0.1 (2023-01-20)

Fix Such a big release and it all went to hell. Due to a last minute change my tests with auth enabled hydra wouldn't start. Sorry for that.

nzbhydra2 - v4.7.6

Published by theotherp almost 2 years ago

v4.7.6 (2022-12-22)

Feature The next major update (5.0.0) will require a manual update. I've added logic to handle this and prevent the automatic updates from being executed.

nzbhydra2 - v4.7.4

Published by theotherp almost 2 years ago

v4.7.4 (2022-12-14)

Fix Hopefully make the java update message disappear after a java update. See #810

nzbhydra2 - v4.7.3

Published by theotherp almost 2 years ago

v4.7.3 (2022-12-06)

Note A future update will require Java 17. To prepare for that a message will be shown asking you to update your system accordingly. If you're running NZBHydra2 in docker you don't need to do anything.

Feature Set the environment variable NZBHYDRA_DISABLE_UPDATE to true to disable the NZBHydra update mechanism (similar as to when it's run inside docker). This can be used by package maintainers. See #809

nzbhydra2 - v4.7.2

Published by theotherp almost 2 years ago

v4.7.2 (2022-11-30)

Fix Handle results without date.

Fix Fix typo in apprise notification handler.

Fix Hopefully fix notification sending test on arch-nzbhydra2. See #806

Fix Fix automatic configuration of Lidarr. See #802

Note As you can see development has slowed down a bit. The reason is kind of a mix of burnout, a new job and some other stuff. I'll try to get most bugs fixed faster and get back to some new features next year.

nzbhydra2 - v4.7.1

Published by theotherp about 2 years ago

v4.7.1 BETA (2022-09-18)

Feature Improve display of errors on startup.

Fix Properly handle errors that occur during the detection of open ports.

nzbhydra2 - v4.7.0

Published by theotherp about 2 years ago

v4.7.0 BETA (2022-09-18)

Feature Use custom mappings to transform indexer result titles. Use this to clean up titles, add season or episode to it or whatever. See #794

Fix Some of you have an instance running which is exposed to the internet, without any authentication method. I previously tried to recognize this by some heuristic which was a bit naive and caused a lot of false positives. NZBHydra will now periodically try to determine your public IP and actually check if the used port is open. This might still not always work (e.g. in when you're running it using a VPN in which case I guess you know what're doing. Ultimately it's up to you to get your shit together.

Fix Only warn about settings violating indexers' rules if the indexers are actually enabled.

Fix Fix saving config with custom mappings.

nzbhydra2 - v4.6.1

Published by theotherp about 2 years ago

v4.6.1 (2022-08-23)

Fix Fix startup error for new instances. Thanks @ cdloh.