github hydrusnetwork/hydrus v385
Version 385

latest releases: v573, v572, v571...
4 years ago
  • mpv:
  • the mpv window is now plugged into the slideshow system, so when an mpv window has played its media once, a media viewer browser currently slideshow-ing will now correctly know to move to the next media
  • slideshows of videos should progress to the next file faster and more smoothly, with no more half-second blit of the start of the movie before the next file loads
  • pausing video/audio is no longer cause for the slideshow to move on--now only the 'has played once through' check will naturally trigger it. you can now more reliably seek/scrub a video during slideshow
  • the mpv window and native animation player is now better about pausing while a seek drag (scrub) is ongoing
  • various music videos that have 1 frame should now show a seekbar correctly for the mpv window, with correct timecode based seeking
  • fixed a bug in the video/audio resizing code that meant zoom in/out cycles would move a video player down a few pixels off center
  • the blank audio mpv window now has basic hardcoded zoom support and will scale down to a too-small viewer window, so you can still access the seek bar
  • fixed some 'has duration' calculations for audio/video that has duration but no frame count
  • .
  • shortcuts:
  • if a shortcut handler on an individual window does not have a double-click mapping for a command--and furthermore if none of its parent windows that are fully plugged in have one either--it will attempt to map the single-click version of the event as a backup. so now if you have an archive/delete filter, you can click fast again and the double-clicks will be interpreted as single-clicks (unless you map double-click to mean something else on the media_window or one of the media_viewer parents)
  • the media viewers across the program are now fully plugged into the shortcuts system for key presses, and half-plugged in for mouse clicks
  • 'close_media_viewer' is added to all 'media_viewer' shortcut set types. enter/return/escape are now defaults for 'media_viewer' (applying to all), and middle-click/double left-click are now defaults for 'media_viewer_browser'. this is no longer hardcoded. if you are a madlad, you can now unmap all 'close_media_viewer' commands
  • double left-click is now assigned to 'keep' in the 'archive_delete_filter' shortcut set. due to the new click/double click rules above, this means that by default double clicking a video/audio in the archive/delete filter will now mean 'keep and move on' on that fast second click!
  • edit shortcut set ui now sorts its command list on load
  • significant shortcuts refactoring
  • general shortcuts code and debug code cleanup and improvement
  • .
  • local file import pages and most downloaders will now report more file import steps to their status labels. most will blit by too fast to see, but if it hangs for a bit, you will now see the step it is caught up on. I imagine in most cases, this will be metadata generation for large videos
  • fixed a variety of searches that could return files not filtered to the current file domain (e.g. files in trash while in my files, or not in ipfs while in ipfs) when the search did not include an inclusive tag
  • updated the default danbooru file page parsers to get their new tag format, thank you to a user for submitting these
  • a popup message now appears while sessions are loading. it auto-dismisses once the load is complete
  • the edit media view options dialog (under options->media, launched from the filetype list) is now better at disabling non-applicable widgets based on filetype
  • fixed an issue where clicking from the autocomplete dropdown floating window to the same control's text input could result in a single flicker-frame where the dropdown is hidden
  • tightened the size of the splash screen white background. figuring out appropriate colour from the current stylesheet remains elusive lmao
  • cleaned up and wx->Qt converted a variety of event handling code
  • updated some 'mime' labels across the program to the new 'filetype' wording

Don't miss a new hydrus release

NewReleases is sending notifications on new releases.