/hydrus/ - Hydrus Network

Bug reports, feature requests, and other discussion for the hydrus network.

Boards | Magrathea | Catalog | Bottom

Check to confirm you're not a robot
Name
Email
Subject
Comment
Password
Drawing x size canvas
File(s)

Remember to follow the rules

Max file size: 350.00 MB

Max files: 5

Max message length: 4096


Version 551 Anonymous Board owner 11/08/2023 (Wed) 22:51 Id: 5bcc8d [Preview] No. 1559 [Reply] [Last 50 Posts]
https://youtube.com/watch?v=J5I00p3KqvE [Embed]
windows
zip: https://github.com/hydrusnetwork/hydrus/releases/download/v551a/Hydrus.Network.551a.-.Windows.-.Extract.only.zip
exe: https://github.com/hydrusnetwork/hydrus/releases/download/v551a/Hydrus.Network.551a.-.Windows.-.Installer.exe
macOS
app: https://github.com/hydrusnetwork/hydrus/releases/download/v551a/Hydrus.Network.551a.-.macOS.-.App.dmg
linux
tar.gz: https://github.com/hydrusnetwork/hydrus/releases/download/v551a/Hydrus.Network.551a.-.Linux.-.Executable.tar.gz

I had a great week mostly fixing bugs.

Full changelog: https://hydrusnetwork.github.io/hydrus/changelog.html

highlights

First off, thanks to a user, you can now turn off the thumbnail 'fade' transitions under options->thumbnails. This will just make any thumbnail appearance or change happen instantly, in one frame.

Message too long. Click here to view full text.



Release Tomorrow! Anonymous Board owner 11/15/2023 (Wed) 06:27 Id: 919a5a [Preview] No.1561 del
I had a great week. I fixed some bugs and added 'system:has transparency' search.

The release should be as normal tomorrow.



Version 548 Anonymous Board owner 10/18/2023 (Wed) 21:35 Id: 8792b1 [Preview] No. 1549 [Reply] [Last 50 Posts]
https://youtube.com/watch?v=Tf8GG3gwam8 [Embed]
windows
zip: https://github.com/hydrusnetwork/hydrus/releases/download/v548/Hydrus.Network.548.-.Windows.-.Extract.only.zip
exe: https://github.com/hydrusnetwork/hydrus/releases/download/v548/Hydrus.Network.548.-.Windows.-.Installer.exe
macOS
app: https://github.com/hydrusnetwork/hydrus/releases/download/v548/Hydrus.Network.548.-.macOS.-.App.dmg
linux
tar.gz: https://github.com/hydrusnetwork/hydrus/releases/download/v548/Hydrus.Network.548.-.Linux.-.Executable.tar.gz

I had a good week. Thumbnail shortcuts are now customisable.

Full changelog: https://hydrusnetwork.github.io/hydrus/changelog.html

highlights

First off, I cleared out a ton of bad thumbnail keyboard shortcut code and moved it all to the newer system under file->shortcuts. There is a new shortcut set there, called 'thumbnails', that governs opening the media viewer, the archive/delete filter, selecting files, and moving the thumbnail focus. Everything is now customisable (although I'd stay away from the thumbnail focus stuff unless you really want to wade through a big list), and I have added some new commands for 'select inbox', 'select trash' and similar, for more file selection options. This work clears out some really ancient code, and it should be much easier to extend thumbnail shortcuts in future, including hooking mouse-clicks into the customisable system and adding ctrl+selection logic.

Message too long. Click here to view full text.



Anonymous 10/24/2023 (Tue) 14:38 Id: 02aa03 [Preview] No.1550 del
(111.42 KB 1680x606 why.png)
Has this been fixed yet? Last time I asked was over a year ago.
These don't show up in the dupe filter unless I manually disband the dupe group, but how did they obtain it in the first place?
Happens regularly but not that often to be a major nuisance.


Release Tomorrow! Anonymous Board owner 10/25/2023 (Wed) 03:07 Id: 714738 [Preview] No.1551 del
I had a good week. I ended up working on technical improvements, fixing some issues with deleted file tracking and exposing multiple maintenance timings for customisation. There is also a variety of optimisation that should slightly de-lag very heavy clients.

The release should be as normal tomorrow.

>>1550
I am sorry, I cannot remember this well. Can you say more what is not working right here? It looks like you have a couple of files set as duplicates, and they are showing up in the search result. Have you never set these as duplicates, and they seem to have spontaneously duped together?

Or do you use the duplicate filter, and have seen files like this, but always set 'and delete the other', and so it is odd that this has happened and they remain in your 'my files'? Is that why there is only one pair when you do this (normally expansive) search?

If it is strange that these files are not showing up in the duplicate filter--that is intentional. The duplicate filter only shows potential duplicate pairs. Once those potentials are processed in the filter, they become like this pair--set as duplicates.

As a side thing, I am planning out a thumbnail expansion to give all thumbnails quick knowledge to all of their current file relationships, which should make some of these menus a bit cleaner and more naturally human (e.g. saying 'these two are duplicates' explicitly, rather than having to infer it from everything else going on). Unfortunately, I have to fetch this data on a per-file basis from the database on every right-click, so I can't do all the calculations I'd like.


Anonymous 11/08/2023 (Wed) 21:53 Id: af07be [Preview] No.1558 del
>>1551
So I avoided using the dupe filter altogether during all this time to make sure it has nothing to do with it and while the frequency of these weird dupes reduced, they continue to appear. Either way, I never encounter them in the filter before they show up here and I always delete the dupes I find.
These weird dupes differ only in compression as they usually involve an image imported (from API) a long time ago and its copy retrieved recently, probably because the server's compression format being updated. They have multiple image urls, some are matching, others different between the two.

So basically these are images that got assigned the same dupe group without going through the filter where I would have deleted one. Instead I have to look for these stealth dupes in a special search query.


Anonymous Board owner 11/12/2023 (Sun) 22:41 Id: e70bf8 [Preview] No.1560 del
>>1558
Thanks. That's very strange behaviour. As far as I know, the client will only ever apply a duplicate pair relationship if you work through the duplicate filter or apply it manually on a selection of thumbnails, either through that menu or with a shortcut. I have no auto-dupe tech yet.

As a side thing, there is some transitive behaviour, so if A is a dupe of B, and you then set B to be a dupe of C, then A will be duped to C also, but of course this needs the triggering B->C relationship set in the first place, which it sounds like you are not doing. Also, duplicate relationships will survive files being deleted and re-imported, if that could be happening here.

If you can figure out a way to reliably reproduce this situation, or you gather any other information that would help me track this down, please let me know.





Anonymous 11/04/2023 (Sat) 18:45 Id: 31f791 [Preview] No.1555 del
>>1554
Where do users share their downloaders? Kemono has been broken but i'm sure someone would have fixed it already.


Release Tomorrow! Anonymous Board owner 11/08/2023 (Wed) 03:21 Id: 42d28f [Preview] No.1556 del
I had a great week fixing a ton of bugs. As well as a variety of small stuff, there's also a fix for the Mr Bones and top-right media viewer hover crashes that PyQt users have seen this past week.

The release should be as normal tomorrow.

>>1555
Try here, looks like one as of two weeks ago:
https://github.com/CuddleBear92/Hydrus-Presets-and-Scripts/tree/master/Downloaders


Anonymous 11/08/2023 (Wed) 11:27 Id: 489d5a [Preview] No.1557 del
>>1556
Thanks, it works.



Version 549 Anonymous Board owner 10/25/2023 (Wed) 22:30 Id: 7bb9a3 [Preview] No. 1552 [Reply] [Last 50 Posts]

Message too long. Click here to view full text.



Release Tomorrow! Anonymous Board owner 11/01/2023 (Wed) 00:12 Id: b9b762 [Preview] No.1553 del
I had a good week. I fixed several bugs, some important, and reworked 'scale to fill' thumbnails.

The release should be as normal tomorrow.



Version 547 Anonymous Board owner 10/11/2023 (Wed) 22:19 Id: 3800f3 [Preview] No. 1547 [Reply] [Last 50 Posts]
https://youtube.com/watch?v=Cjkjba-qbhE [Embed]
windows
zip: https://github.com/hydrusnetwork/hydrus/releases/download/v547/Hydrus.Network.547.-.Windows.-.Extract.only.zip
exe: https://github.com/hydrusnetwork/hydrus/releases/download/v547/Hydrus.Network.547.-.Windows.-.Installer.exe
macOS
app: https://github.com/hydrusnetwork/hydrus/releases/download/v547/Hydrus.Network.547.-.macOS.-.App.dmg
linux
tar.gz: https://github.com/hydrusnetwork/hydrus/releases/download/v547/Hydrus.Network.547.-.Linux.-.Executable.tar.gz

I had a good week mostly fixing bugs.

Full changelog: https://hydrusnetwork.github.io/hydrus/changelog.html

highlights

Most importantly, I banged my head against a persistent knot of mpv crashiness this week, and I actually got somewhere. A variety of situations where mpv could fail to load a weird file, which would then lead to hydrus program instability, are now much much better, usually no crash worries at all. Also, there's a little more error handling, stuff like a placeholder image to show instead of the broken file, and an error popup to tell you what happened. I cannot promise that this improves mpv on any system that already had trouble just getting it working (e.g. macOS, some Linux), but I think that heart-skipping moment of 'will it crash?' lag when an mpv load fails should be solved. Let me know how you get on!

Message too long. Click here to view full text.



Release Tomorrow! Anonymous Board owner 10/18/2023 (Wed) 01:16 Id: 41ae44 [Preview] No.1548 del
I had a good week. I overhauled the thumbnail shortcuts system, fixed some bugs, and improved some quality of life.

The release should be as normal tomorrow.



Version 546 Anonymous Board owner 10/04/2023 (Wed) 22:11 Id: c9caad [Preview] No. 1545 [Reply] [Last 50 Posts]
https://youtube.com/watch?v=aFx7woWkZbc [Embed]
windows
zip: https://github.com/hydrusnetwork/hydrus/releases/download/v546/Hydrus.Network.546.-.Windows.-.Extract.only.zip
exe: https://github.com/hydrusnetwork/hydrus/releases/download/v546/Hydrus.Network.546.-.Windows.-.Installer.exe
macOS
app: https://github.com/hydrusnetwork/hydrus/releases/download/v546/Hydrus.Network.546.-.macOS.-.App.dmg
linux
tar.gz: https://github.com/hydrusnetwork/hydrus/releases/download/v546/Hydrus.Network.546.-.Linux.-.Executable.tar.gz

I had a simple week. I mostly cleaned code, so there isn't much to talk about except for some bug fixes to recent systems.

Full changelog: https://hydrusnetwork.github.io/hydrus/changelog.html

misc

I accidentally screwed up PSD thumbnail colours at the last minute last week while fixing something else. This is fixed, and any borked PSD thumbnails should regenerate themselves soon.

Message too long. Click here to view full text.



Release Tomorrow! Anonymous Board owner 10/11/2023 (Wed) 02:51 Id: 5efdf2 [Preview] No.1546 del
I had a good week. I fixed a bunch of bugs and optmised some code. Some mpv-related crashes should be completely gone, and there's also support for 'djvu' files.

The release should be as normal tomorrow.



Version 545 Anonymous Board owner 09/27/2023 (Wed) 22:29 Id: be5750 [Preview] No. 1541 [Reply] [Last 50 Posts]

Message too long. Click here to view full text.



Simple Release Tomorrow! Anonymous Board owner 10/04/2023 (Wed) 02:41 Id: 87afe1 [Preview] No.1544 del
I had an ok week. I mostly cleaned code, so the changelog isn't too exciting, but there's fixes for bad PSD thumbnails and the new file history chart's inbox/archive lines.

The release should be as normal tomorrow.



Version 544 Anonymous Board owner 09/20/2023 (Wed) 21:30 Id: cf9504 [Preview] No. 1538 [Reply] [Last 50 Posts]
https://youtube.com/watch?v=T9IjJIX50Ls [Embed]
windows
zip: https://github.com/hydrusnetwork/hydrus/releases/download/v544/Hydrus.Network.544.-.Windows.-.Extract.only.zip
exe: https://github.com/hydrusnetwork/hydrus/releases/download/v544/Hydrus.Network.544.-.Windows.-.Installer.exe
macOS
app: https://github.com/hydrusnetwork/hydrus/releases/download/v544/Hydrus.Network.544.-.macOS.-.App.dmg
linux
tar.gz: https://github.com/hydrusnetwork/hydrus/releases/download/v544/Hydrus.Network.544.-.Linux.-.Executable.tar.gz

I had a good week. File storage locations can now have max size limits. There is a security fix in this release, and users who run from source will want to rebuild their venvs this week.

Full changelog: https://hydrusnetwork.github.io/hydrus/changelog.html

max size

This is just for advanced users for now.

Message too long. Click here to view full text.



Anonymous 09/25/2023 (Mon) 04:17 Id: 0832b3 [Preview] No.1539 del
>>1538
Hi dev,
I have a question about importing.
So I haven't been able to figure out how to import files along with their tags from boorus, so for now I'm using Grabber for that, which doesn't seem to have the concept of sidecar files so it's limited to the charlimit of the filename, but at least I can get some tags with careful pruning of irrelevant ones.

The problem is, when I go to import, I don't see any option to import filename as tags based on a separator character (in this case, just a space).
I could swear this feature was in older versions of Hydrus and I've used it before but now I can't find it.
Has it moved or am I just missing something? Thanks.


Release Tomorrow! Anonymous Board owner 09/27/2023 (Wed) 05:04 Id: bd2c45 [Preview] No.1540 del
I had a good week. There's support for epub files, some new micro-thumbnail tech called a blurhash, and the file history chart now has a file search box.

The release should be as normal tomorrow.

>>1539
I don't specifically remember this, but maybe there's an old saved regex rule tucked away in the filename tagging dialog somewhere. Drag some files on the client, then, on the window that pops up, click 'add tags/urls with the import', then select the tag service tab up top and then click the 'advanced' tab in the top of the bottom half. The 'regexes' box is probably what you are looking for. There's some saved favourite regex patterns off the 'regex shortcuts' button--maybe you had something saved there?

If not, forgive me for dashing this out, but I think you'd want a couple rules like:

(?<=\s).+?(?=\s) (gets words between spaces)
(?<=D:\\hydrus_imports\\123456\\).+?(?=\s) (gets the first word after the import directory tree prefix)
(?<=\s).+?(?=\.jpg) (gets the last word before the file extension)

A bit of playing around will be needed depending on your exact filename format. BTW, ChatGPT is great at working out regex patterns for you, or explaining existing ones you aren't sure about, if you describe exactly what you want.


Anonymous 09/28/2023 (Thu) 02:33 Id: 0832b3 [Preview] No.1542 del
>>1540
Thanks dev, I didn't realize ChatGPT actually knew Regex I just assumed it would do its usual trick of lying kek
As I remember it, there was no saved pattern, I just exported and added [all tags] or whatever to filename, maybe ticked some box or filled some text field to set the separator character, and then there was a similar tag recovery system on import using the same interface essentially. I may have hallucinated this or it may be long-orphaned, this was quite a while back I last tried it out, I think back then I had suggested a system to add a character to separate namespaces from their tags so the system would recognize them on reimport.

Anyways I'll be sure to give your regex a try.


Anonymous 09/30/2023 (Sat) 09:45 Id: ea1eea [Preview] No.1543 del
Hey I reinstalled Hydrus on linux Mint, tried to import a test webm video and it imported but no sound when I play it. But there is a sound when I select to open in another program. Would anyone know the cause of this?


Anonymous 06/24/2024 (Mon) 20:32 [Preview] No.1657 del
>>1543
you need to switch to the QT media player
options -> media -> media-viewer filetype handler



Version 543 Anonymous Board owner 09/13/2023 (Wed) 20:15 Id: a982f8 [Preview] No. 1530 [Reply] [Last 50 Posts]
https://youtube.com/watch?v=3zw3sRLVPN0 [Embed]
windows
zip: https://github.com/hydrusnetwork/hydrus/releases/download/v543/Hydrus.Network.543.-.Windows.-.Extract.only.zip
exe: https://github.com/hydrusnetwork/hydrus/releases/download/v543/Hydrus.Network.543.-.Windows.-.Installer.exe
macOS
app: https://github.com/hydrusnetwork/hydrus/releases/download/v543/Hydrus.Network.543.-.macOS.-.App.dmg
linux
tar.gz: https://github.com/hydrusnetwork/hydrus/releases/download/v543/Hydrus.Network.543.-.Linux.-.Executable.tar.gz

I had a good week. Mr Bones gets an update. If you run from source, you might like to rebuild your venv today to get some new parsing support.

Full changelog: https://hydrusnetwork.github.io/hydrus/changelog.html

Mr Bones

So, the statistics under help->how boned am I? now have an attached file search. The numbers will change based on whatever you search, so you can now see the average size of your pngs, the archive/delete ratio for creator x, how many times you have viewed pictures of sonic the hedgehog, or any other search you can think up. The default search is what the dialog was fixed to before, 'system:everything' on 'all my files'.

Message too long. Click here to view full text.



Release Tomorrow! Anonymous Board owner 09/19/2023 (Tue) 23:09 Id: 3cf3c9 [Preview] No.1537 del
I had a good week. I fixed some bugs, improved some quality of life, and added a 'max size' option to locations in the 'migrate database' dialog.

The release should be as normal tomorrow.



Version 406 Anonymous Board owner 07/29/2020 (Wed) 21:24:33 Id: a9d519 [Preview] No. 760 [Reply] [Last 50 Posts]
https://youtube.com/watch?v=UZr6b4mBoxI [Embed]
windows
zip: https://github.com/hydrusnetwork/hydrus/releases/download/v406/Hydrus.Network.406.-.Windows.-.Extract.only.zip
exe: https://github.com/hydrusnetwork/hydrus/releases/download/v406/Hydrus.Network.406.-.Windows.-.Installer.exe
macOS
app: https://github.com/hydrusnetwork/hydrus/releases/download/v406/Hydrus.Network.406.-.macOS.-.App.dmg
linux
tar.gz: https://github.com/hydrusnetwork/hydrus/releases/download/v406/Hydrus.Network.406.-.Linux.-.Executable.tar.gz
source
tar.gz: https://github.com/hydrusnetwork/hydrus/archive/v406.tar.gz

I had a good week. It is now easy to deduplicate queries in subscriptions.

subscriptions

Managing multiple subscriptions can get complicated. Figuring out which queries are in which sub, whether and where you have duplicates, is tedious. A recent bug with query pasting also could have introduced some duplicates within the same sub. This week should make it simple to manage.

Message too long. Click here to view full text.



Anonymous Board owner 07/29/2020 (Wed) 21:24:57 Id: a9d519 [Preview] No.761 del
full list

- subscription management:
- the manage subscriptions dialog now has a 'deduplicate' button. it is enabled whenever your subs of a particular downloader contain duplicate queries. it launches a semi-bananas but thorough 4-step process to ask if you want to do upper/lower-case deduplication, then which downloader, then which queries, then which master sub(s) to retain the queries
- subscription dedupe within the same sub keeps the query with the most files
- the manage subscriptions dialog also now has a 'lowercase' button that coerces all queries of the selected subs to lowercase
- when pasting a list of queries into a subscription, the 'already in sub' test is now caseless. pasting "Samus_Aran" into a sub already with "samus_aran" will not add anything
- .
- misc:
- url classes now have a checkbox to keep fragment data (e.g. "#kwGFb3xhA3k8B") during URL normalisation. this data is not sent to the server and is not useful for almost all sites, but for sites like Mega, it contains useful clientside javascript navigation or access info if you open the URL in your browser
- fixed video resolution parsing for some unusual SAR files. this stretches a video slightly, usually when the vid was created or converted with older analog tech (e.g. NTSC)
- fixed rating system predicate label for 'rated/not rated'
- the issue where miscounts in pending upload data would persist, sometimes leading to an annoying 'pending (13)' style menu that would not clear without debug action, is now fixed in a cheap way. on any upload action, this cached count is reset. a fix for the actual unusual miscount situation will have to come later
- the different in-memory manager objects now save changes at different time intervals--lightweight things like favourite searches still save not long after any change, but column widths, network sessions, and bandwidth use now save only every ten minutes
- I _may_ have fixed an issue with favourite tags not sticking correctly or resetting when added en masse via the tag right-click menu
- I believe I fixed a rare but permanent ui hang on highlighting a gallery or watcher when that same downloader was spamming through a largely 'already in db/previously deleted' list
- copying tags 'with counts' now works correctly for simple tag views (previously, it only worked for 'predicate' views)

Message too long. Click here to view full text.



Simple Release Tomorrow! Anonymous Board owner 08/05/2020 (Wed) 00:54:39 Id: f168ce [Preview] No.763 del
I had an ok week. Some of the work I did (siblings improvements) is not ready to be turned on yet, so tomorrow's release mostly just has bug fixes, including several related to the media viewer's hover windows positioning and behaviour.

The release should be as normal tomorrow.


1 VABxvsyH 09/18/2023 (Mon) 04:09 Id: 01363a [Preview] No.1536 del
20