nzbhydra2

Usenet meta search

OTHER License

Stars
1.2K

Bot releases are hidden (Show)

nzbhydra2 - v2.4.2

Published by theotherp over 5 years ago

v2.4.2

Fix: As is tradition every feature release (2.4.0) is followed by a couple of bug fix releases... The tv episode sorting should not throw any errors now and actually work properly :-)

nzbhydra2 - v2.4.1

Published by theotherp over 5 years ago

v2.4.1

Fix: Daily episodes (like 04/08) were not parsed correctly, resulting in an error (see 2.4.0 feature).

nzbhydra2 - v2.4.0

Published by theotherp over 5 years ago

v2.4.0

Feature: When searching in the TV categories in the GUI by default the results will be grouped by season & episode instead of by title. This should make it easier to select one result for every episode which is usually what you want. This behavior can be switched off in the display options (do a new search after the switch).

Fix: Minor improvements to colors in bright theme.

nzbhydra2 - v2.3.22

Published by theotherp over 5 years ago

v2.3.22

Feature: Logging marker to log HTTPS related stuff on debug level.

Fix: Removed an SSL related parameter from the wrapper. I already did this months ago but forgot to update the binary for linux. So if you have problems with SSL and are running Hydra on linux (not in docker) you might want to update the binary. This needs to be done manually.

nzbhydra2 - v2.3.21

Published by theotherp over 5 years ago

v2.3.21

Feature: Option to send the mapped category name to downloaders.

Fix: /api/stats/indexers endpoint was accessible without authorization.

Fix: Show unit for average response times in stats (ms).

nzbhydra2 - v2.3.19

Published by theotherp over 5 years ago

v2.3.19

Fix: Revert update of database library as it caused errors on startup in some issues.

nzbhydra2 - v2.3.18

Published by theotherp over 5 years ago

v2.3.18

Fix: Not all API keys were anonymized when creating the debug infos.

nzbhydra2 - v2.3.17

Published by theotherp over 5 years ago

v2.3.17

Feature: Binsearch is knowing for returning a 503 error every now and then. In that case Hydra will retry the search up to two times.

Fix: An indexer not selected due to load limiting was displayed as being disabled in the GUI.

Fix: Reduce frequency of config file being written.

nzbhydra2 - v2.3.16

Published by theotherp over 5 years ago

v2.3.16

Fix: Add database index to improve loading of search history on initial page load

Fix: Try to prevent config file from being corrupted

nzbhydra2 - v2.3.15

Published by theotherp over 5 years ago

v2.3.15

Note: I need to make something clear: If Hydra shows you 100 results on the GUI and says that x results are not yet loaded then that means that some results you're looking for may be missing. You will always only get the newest 100 results from any indexer at first. Even if you sort by name then other results which should be somewhere in that list may be 'hidden' because they were not yet retrieved from the indexer.

Fix: Delay writing of config file so that not too many concurrent writes occur. This should hopefully reduce the risk of file corruption.

nzbhydra2 - v2.3.14

Published by theotherp over 5 years ago

v2.3.14

Fix: Change how SNI verification is disabled so that nzbgeek.info should work with Java 10+

Fix: Fix NZBIndex parsing. Thanks to BenoitCharret.

nzbhydra2 - v2.3.13

Published by theotherp over 5 years ago

v2.3.13

Feature: Improve HTTP debug logging

Fix: Revert some more SSL related changes

nzbhydra2 - v2.3.12

Published by theotherp over 5 years ago

v2.3.12

Fix: I don't know if I should laugh or cry, but the last version actually made matters worse as 2.3.11 is unable to connect to GitHub (among others) which disables the built in update function. So if you read this and don't run docker, you'll have to update manually.

nzbhydra2 - v2.3.11

Published by theotherp over 5 years ago

v2.3.11

Fix: Cautiously optimistic that some SSL issues have been solved... ;-)

Fix: When implementing the display of covers I managed to mistakenly think that posters and covers are the same. Actually the poster in this context is the uploader but my code used the poster (username) as cover URL. If you've disabled the display of 'posters' in the search results you'll have to disable it again.

nzbhydra2 - v2.3.10

Published by theotherp over 5 years ago

v2.3.10

Fix: Fix another issue with SSL. I should probably pause development until I'm fit of mind enough to do this properly...

nzbhydra2 - v2.3.9

Published by theotherp over 5 years ago

v2.3.9

Fix: Revert SSL changes made in 2.3.7 as Hydra didn't start for some users. I give up.

nzbhydra2 - v2.3.8

Published by theotherp over 5 years ago

v2.3.8

Fix: Updated executable to provide a java flag which should fix SSL related problems introduced with 2.3.7. If you're not running Hydra inside a container you may need to manually update the binary (nzbhydra*.exe or just nzbhydra on linux)

nzbhydra2 - v2.3.7

Published by theotherp over 5 years ago

v2.3.7

Fix: Changed the way SSL certificates are checked. Connection to indexers like NZBGeek or althub should now work as expected. Removed the option 'Disable SNI'.

Fix: Count API hits used for connection and caps checks when calculating hit limits.

Fix: When results are sorted by title the title groups are now sorted by indexer score instead of age, meaning results from the indexer with the highest score are shown when the title group is collapsed.

nzbhydra2 - v2.3.6

Published by theotherp over 5 years ago

v2.3.6

Fix: The audio category was preconfigured to require both mp3 and flac in the results which doesn't make any sense. You might want to remove them in your category config.

Fix: Old downloads were not removed from history even if the option to only keep them for a certain time was set.

Fix: Check cover/poster URLs provided by indexers to catch some invalid URLs.

nzbhydra2 - v2.3.5

Published by theotherp over 5 years ago

v2.3.5

Feature: Show posters for movie results. Can be toggled in the display options.