EXE
WinGet
Hydrus Network
Hydrus Network · v477 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
Hydrus.Network.477.-.Windows.-.Installer.exe /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART
Intune Detection Rule
Registry Rule
Rule type
Registry
Registry hive
Key path
HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Hydrus Network_is1
Detection method
Value name
DisplayVersion
Operator
Greater than or equal to
Value
v477
Associated with 32-bit app on 64-bit clients
No
File Identity
Filename
Hydrus.Network.477.-.Windows.-.Installer.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
HydrusNetwork.HydrusNetwork
Version
v477
Description
A personal booru-style media tagger that can import files and tags from your hard drive and popular websites. Content can be shared with other users via user-run servers.
License
WTFPL
↗
Installer URL
https://github.com/hydrusnetwork/hydrus/releases/download/v477/Hydrus.Network.477.-.Windows.-.Installer.exe
Min OS Version
10.0.0.0
Upgrade Behavior
install(Install over existing)
Release Notes
misc
• the network engine now parses the 'last-modified' response header for raw files. if this time is earlier than any parsed source time, it is used as the source time and saved to the new 'domain modified time' system. this provides decent post time parsing for a bunch of sites by default, which will also help for subscription timing and similar
• to get better apng duration, updated the apng parser to count up every frame duration separately. previously, if ffmpeg couldn't figure it out, I…