[ / / / / / / / / / / / / / ] [ dir / random / 93 / biohzrd / hkacade / hkpnd / tct / utd / uy / yebalnia ]

/hydrus/ - Hydrus Network

Bug reports, feature requests, and other discussion for the hydrus network.
Name
Email
Subject
REC
STOP
Comment *
File
Password (Randomized for file and post deletion; you may also set your own.)
Archive
* = required field[▶Show post options & limits]
Confused? See the FAQ.
Embed
(replaces files and can be used instead)
Options

Allowed file types:jpg, jpeg, gif, png, webp,webm, mp4, mov, swf, pdf
Max filesize is16 MB.
Max image dimensions are15000 x15000.
You may upload5 per post.


This board will be deleted next Wednesday. I am moving to a General on 8chan.moe /t/. This board is archived at 8chan.moe /hydrus/!

YouTube embed. Click thumbnail to play.

9c60aa No.12861

windows

zip: https://github.com/hydrusnetwork/hydrus/releases/download/v355/Hydrus.Network.355.-.Windows.-.Extract.only.zip

exe: https://github.com/hydrusnetwork/hydrus/releases/download/v355/Hydrus.Network.355.-.Windows.-.Installer.exe

os x

app: https://github.com/hydrusnetwork/hydrus/releases/download/v355/Hydrus.Network.355.-.OS.X.-.App.dmg

linux

tar.gz: https://github.com/hydrusnetwork/hydrus/releases/download/v355/Hydrus.Network.355.-.Linux.-.Executable.tar.gz

source

tar.gz: https://github.com/hydrusnetwork/hydrus/archive/v355.tar.gz

I had a good week catching up on small jobs.

duplicates

I added a 'trash file' button to the duplicate filter hover window, tucked up in a new row with the cog button so they fit on thinner windows. If both potential files are worth deleting, hitting this is an easy way to dismiss them immediately. I also fixed some over-aggressive potential pairs removal from last week's alternates update. Users with many alternates may have lost some valid intra-alternate-group potential pairs, which I expect to add back in once this whole overhaul is complete.

The duplicate action buttons (and several others in the media viewer) are now aware of the shortcuts that can do their actions, and they will display these shortcuts in their tooltips! I am quite pleased with how this turned out, and as I slowly work on unifying program shortcuts to the new system, I hope to have this in more places.

Users in advanced mode get a new jpeg quality estimator comparison on the duplicate filter panel–when two jpegs appear to have fairly different quality, you will get a new 'A vs B' statement about it. This estimator is a bit hacked together, not totally precise, so I would be interested in your overall feedback. I expect to revisit it and add some options before I enable it for all users. Advanced mode users also get duplicate merge options back for 'alternates'.

the rest

I wrote a simple clipboard watcher for URL imports! Check it under network->downloaders. You can watch for 'watchable' URLs like imageboard threads and other 'recognised' URLs like booru pages. It checks for new text every second, adds URLs to pages just like a drag-and-drop event (i.e. to currently selected page if it is valid, otherwise the left-most valid page, otherwise making a new page), and can handle newline-separated lists of URLs. It is off by default.

Note that the client isn't happy about making new pages while it is minimised (their layout messes up), so if you clipboard-watch a bunch of URLs and it needs to make a watcher page for them, I have it set now so they will queue up until it is restored. If you leave your client minimised and want to send it URLs, I recommend you have a page set up for clipboard-watched (or Client API-added) URLs to land on until I can improve this.

The file viewing statistics system gets a pass this week–preview and media views now have minimum view times before they are counted, and they also cap to maximum values (so leaving a preview view up won't accidentally add a heap of time like 1 day 3 hours to your total viewtime. It is also now off by default for the duplicates filter. Check the new settings under options->file viewing statistics. If you got hit by some bad numbers before due to some accidental fast or prolonged views, check the new command under database->file viewing statistics->cull file viewing…, which will attempt to compensate for any bad values based on the new min/max caps. A yes/no dialog explains what it does.

There are several new shortcuts to help navigate the manage tags dialog, all under the 'main_gui' shortcut set: Four are called 'show_and_focus_manage_tags_XXX' and let you move keyboard focus to the various 'suggested' tag columns (recent/favourites/file lookup/related). Combined with 'set_search_focus', default Ctrl+S, which jumps you back to the tag autocomplete input, you should now be able to enter suggested tags completely without the mouse. Furthermore the new 'focus_media_window' will move focus back to the media viewer canvas if the manage tags window is launched from one (say for archiving or rating by shortcut without having to close manage tags).

You can now quick-enter 'namespace:' in a search page's autocomplete tag input to get the special (and efficient) 'namespace:*anything*' search predicate.

I fixed the popup-error problems that could come up when fading 'collected' thumbs! I apologise for the inconvenience here and have added some weekly pre-build tests to catch simple problems with collected thumbs in future.

full list

- duplicates:

- retuned the new alternate and false positive setting code to be less aggressive about removing potential pairs. users with alternate groups who updated to 354 may have lost some intra-alternate potential pairs, which I expect to fill back in once the potential pairs system is updated

- the duplicate filter center-right hover window now has a trash button, which is moved to its own row with the cog icon where they will fit on thinner windows better

- users who are in advanced mode now have access to duplicate merge options for 'alternates' again–but be careful with this, it is advanced. if you had merge options for alternates set up before, your old options _should_ return, but make sure to check it

- if you are in advanced mode, the duplicate filter can now show an experimental jpeg quality comparison statement. if this works out, I will add custom scores and improve this otherwise based on feedback , so comments would be appreciated

- .

- client api:

- the client api has a new 'manage pages' permission!

- /manage_pages/get_pages now fetches a structure of the current page session! there's some help for it

- in future, I expect to add a 'select page' command and get/remove/highlight URL(s) for downloader pages, and reveal the unique page identifier for better targeting here and for add_url commands

- client api is now version 7

- .

- the rest:

- fixed a stupid issue related to drawing collection thumbnails that was causing a lot of errors. I apologise for the inconvenience and have added pre-build tests to catch these simple mistakes in future

- added a clipboard url watcher! there are two options now under network->downloaders–one for watcher urls, and one for all other _recognised_ urls (i.e. post and gallery urls, and file urls that have matching url classes). it checks every second, sends urls to pages according to the same rules as a drag and drop event, and will handle newline-separated lists of urls

- when the client is minimised and needs to create a new downloader page because of an 'add url' command through this new clipboard watcher or the client api, it will now queue up the url and its page creation for when the client is next restored (page creation while minimized causes layout bugs). it returns an appropriate result text to the client api in this case

- added four 'show_and_focus_manage_tags_XXX' shortcuts to the 'main_gui' shortcut set that let you select and focus the four possible suggested tags panels on the manage tags dialog. these are slightly special focus events that do some 'first tag selection' work as well and should let you make the whole process keyboard-only

- added a 'focus_media_viewer' shortcut to the 'main_gui' shortcut set that focuses the media viewer from a media viewer's manage tags window

- file viewing statistics gets an update: it now has its own options page where you can set min/max for preview and media viewing times. the global turn on/off control is moved from database menu to this page, as is a new control for enabling it on the duplicate filter (where you will be flicking back and forth and perhaps do not want lots of views recorded). duplicate filter file stats now default to disabled

- added a new command to database->file viewing statistics that will cull your current stats based on the new min/max values to compensate for previous accidental '3day 4hour' preview view that snuck in. a yes/no dialog explains how it works before it goes

- wrote a 'mixin' class to let my buttons automatically note current shortcut mapping information to the bottom of button tooltips

- the duplicate commands and a variety of other media viewer buttons that work in the new shortcut system now report their current shortcuts in their tooltips!

- quick-entering 'namespace:' in a search page's tag autocomplete input will now automatically swap in the special 'namespace:*anything*' predicate

- cleaned up code around setting a custom temp_dir through the "temp_dir" command, and made it test the given path is indeed a directory and writable-to. if not, the program dumps out with an error popup

- the client and server now similarly test that the directory db is a dir and writable-to

- rearranged some critical boot error handling code and made the client's boot error handling throw up some ui

- fixed the client's repairdb function when needing to regen autocomplete caches

- autocomplete regen now publishes status updates to the splash screen

- fixed the client's repairdb to wait correctly for the ui in case the user wants to bail before repair

- the client's repair db now repairs the new local_tags_cache table if missing

- fixed an issue with showing the manage logins panel when the domain had some unusual cookie expiry numbers

- to reduce initial load gui-event crunch (which affects some systems' layout reliability), initial session load now happens after a 0.5s delay

- cleaned up some image load error handling

- when FFMPEG version information cannot be understood in help->about, a popup note appears and debug information is printed to the log

- the advanced content update panel now puts up a 'working…' dialog while it processed a job

- in the client

- all 4XX and 5XX network exceptions' error texts are now prepended with the actual status code

- extended the hover window debug report mode

- improved some misc temp and permission testing code

- improved some misc testing code

next week

It is E3 next week, so I am going to take my shitposting vacation week as usual. 356 will therefore be on the 19th. I would like to convert same/worse/better duplicate relationships to the new duplicates system, as I recently did for alternates and false positives. Otherwise I will do a bit of code cleaning.

____________________________
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

9c60aa No.12862

File: 51c5ca5f8073edf⋯.webm (9.39 MB,1280x720,16:9,e3.webm)

Thank you for the ongoing support and encouragement as I work on hydrus.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

9c60aa No.12863

File: b487fe1b7143c1a⋯.webm (15.62 MB,640x640,1:1,b487fe1b7143c1a464a908669….webm)

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

7368c5 No.12865

YouTube embed. Click thumbnail to play.

>>12863

I'm alive!

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

1348bc No.12866

File: 3c87d9344ea2328⋯.png (17.97 KB,314x180,157:90,Untitled.png)

Thanks for the update, good duplicate updates. Being able to find animated duplicates would be great though, I know I have lots of duplicated sfm webms. It would save some gigabytes, I'm sure. Do you have any ideas on how to implement it? Obviously it's a bit more complicated than still images, and I'd imagine comparing every single frame would be too slow.

By the way, shouldn't these (pic) be disappearing by themselves?

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

1348bc No.12867

Something is wrong with the duplicate system.

I set a collection of files as alternates manually but the dupe filter still asks me about them.

When I used the "reset potential duplicates" option because I wanted to go from a higher search distance to a lower, I think it reset a bunch of decisions I already made because the potential pairs number jumped up and now it's asking about the same files again. Including some dupes I made decisions about last week.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

8928a3 No.12873

File: 304b9cbc8e0d55c⋯.png (876.04 KB,749x753,749:753,Screenshot_209.png)

>>12861

Thanks for the update. For duplicates this is just mainly a file cleanup system right? Is there any way we can actively use it during browsing like say, I open a picture and I already have one set as alternates so I can swap between them straight from the paired file? Maybe set up manual alternates too so I could flip between the sketch version and finished version.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

9c60aa No.12876

Hey folks, I am sorry if you are getting any 'couldn't open a page for that URL, maybe too many pages open?' popup errors while copying URLs that aren't set up to be caught by the new clipboard watcher–the popup is a false positive. It is accidentally broadcasting that text when it doesn't know what to do with a URL. The unwanted URL is being correctly ignored, just the text is wrong. If it is very annoying to your workflow, please turn off the clipboard watcher for now. I'll fix it up for 356.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

9c60aa No.12877

>>12866

Thanks, I will make sure to give that popup a kill timer.

Here's my current plan for adding videos to the dupe filter: >>12846

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

9c60aa No.12878

>>12867

Thank you for this report. This business with the 'are alternates transitive or what?' logic I've been hammering out the past couple of weeks has made the interaction of potentials and alternates more complicated. For the moment, if potentials are reset, alternate files will be requeued in the potentials system (while remaining alternates). Basically, the client isn't yet confident that an alternate association alone is sufficient to prove the files aren't dupes, so if potentials are reset, it won't discount them from being re-added.

For 356 I will move same/better/worse relations to the new structure, and after that I will move potentials. To deal with the situation where two duplicate files are alternated to the same third file and so transitively alternated with each other, I now expect to improve the potential system to better track how 'integrated' a file is into its alternate group. It'll all work the same way as the current duplicate filter, but it will remember better what it needs to. I'll also brush up the manual setting-alternates command so it skips this verification step.

I am happy with the improvements so far and to come, but the duplicates system is in logic limbo in some areas right now. Please bear with any redundancies for another month or so. If you want to skip redundant alternates in your processing queue in the meantime, please try adding 'system:num duplicate relationships = 0 alternates' to your dupe filter search.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

9c60aa No.12880

>>12873

That is the eventual hope. Alternates have no proper workflow or media viewer display yet, but I would like to get to the point where they have some sort of labelling and indexing capability, and to cache that UI-side and display it in the media viewer as a 'perpendicular' file queue to browse through, so there will be some sort of notification in the UI that the file is 'Number 3 in a WIP series' or whatever and present you quick up/down browsing to jump between its alts.

I do not feel I can start work on a proper alternates-processing workflow until the underlying duplicates database storage is improved, which is my current job. My first stab at this system is all pair-based, which is fine for groups of two or three dupes, but for larger alternate groups (like 150 game cgs), it is a hell of rats' nests. This new system I am moving to now is group-based and requires less storage and human processing to work with. Instead of 700,000 decisions, it'll be more like 7,000-70,000. I will not have alternate processing working in this iteration, but this is a popular topic, so I expect it will be queued up in the next big job poll or two.

For now, files that are set 'alternate' are just dumped into a group together with no labelling. They are in a holding pattern, waiting for a workflow to be made to process them properly.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

45148a No.12891

>>12862

You are definitely getting there, your supporters love your work

And I definitely love your work as well, but I am mere mortal

https://kk.org/thetechnium/1000-true-fans/

https://yaro.blog/8745/how-to-build-a-fan-base/

https://www.copyblogger.com/20-steps-1000-fans/

Hydrus is definitely not a business, but it has great potential for the community.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

a1cd23 No.12907

Someone may find this funny, I mistook the image drive for my steam drive, so I fucked myself, instead of 32gb and being in a good spot for lacking, I had 2gb and wouldn't make it a week. have to buckle down and get shit done, no more slacking till everything giver and video over 4mb is dealt with unless approved.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

a1cd23 No.12909

File: 81b38eab83dea3f⋯.png (476.24 KB,671x511,671:511,LCore_2019-06-11_17-16-38.png)

File: 47e84a6304c974b⋯.png (467.98 KB,656x506,328:253,LCore_2019-06-11_17-16-45.png)

File: 236d86b00855041⋯.png (478.8 KB,674x507,674:507,LCore_2019-06-11_17-16-54.png)

File: ab846618d98aa72⋯.png (13.68 KB,375x495,25:33,client_2019-06-11_17-18-09.png)

File: 92204c6428a0429⋯.png (25.62 KB,440x798,220:399,client_2019-06-11_17-18-39.png)

Ok now, I think I found something potentially concerning, at least for going forward with in depth sorting, something I am nowhere near yet.

These are my current hotkeys for the program, now, because of how I have things set up in the program, I have a few things on top so I can do quick things from thumbnails, but I have most of these in "quicksort"

However in the media viewer, I was able to use all the 'quicksort' hotkeys, along with all of the media ones I made for thumbnail sorting.

Currently quicksort is a batch lets get everything separated sort, and my media hotkeys share the favorite and tag further keys, more or less to denote I like the image or there is something special here pay attention. if I were to move from quicksort to a tier 2 sort, using real/draw as a base and explicit suggestive and safe as modifiers for what I want to deal with then I would not be able to use 2 hotkey buttons as they would be mapped to something else across the board, at least as far as I can tell.

Is this something that's working as intended or did I stumble on something that needs to be fixed?

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

a1ab64 No.12913

>>12861

Hey dev, thanks for the jpeg quality thing even as experimental, sometimes I have to sort high-res dupes on a low-res screen so I appreciate it, zooming in lags for me and without it it can be hard to detect artifacting.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

a1cd23 No.12914

>>12913

use a third party program for zooming in, most images, with exceptions for extreme resolutions to cover the artifacts, show artifacts at a far lower resolution, its just VERY hard to see as we are talking about small details. personally even on 4k 55 inch its hard to see with naked eye, its there, but hard to see, my second monitor has a 8x-12x zoom on it at all times and wherever my mouse is I see it enlarged, I can easily see this even on lower end monitors if the opened image was 1/2 the screen and the zoom was the other half

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

f5e639 No.12916

File: 15963c0a97f7ef5⋯.webm (6.36 MB,640x360,16:9,15963c0a97f7ef5f5bc31be8a….webm)

Thank you for your service, hydrus dev.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

fda8aa No.12918

How did you find the E3 this year, hydrus dev? Better or worse than last year?

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

ea7f59 No.12925

File: 33521d72b4d07bf⋯.jpg (193.44 KB,1049x673,1049:673,32eb73e5cfbccc242e0211133a….jpg)

File: 259d519f85b0207⋯.png (1.35 MB,1268x726,634:363,e605355fcb64afddedb9d95f57….png)

>>12918

Overall I had a lot of fun, but that was almost entirely because I was sharing the experience with other Anons. Most of the rumours I read were that this would be a weak year, and that certainly proved true for my interests. We're at the end of a console gen, in the midst of great industry uncertainty, and the whole show seemed tired to me. I saw they were selling energy drinks and t-shirts on the show floor, so I wonder if they are eventually going to go the way of PAX.

I've got a backlog for miles, so I'm happy to sit back and not be emotionally invested.

My only flicker of hope has been for Cyberpunk, but this year brought me down. Their new trailer smacked to me of a typical railroaded end-of-tutorial cutscene. They've finished holding your hand, so they kill off the helper character and give you a Keanu AI/hacker voice in your head to guide your revenge. I was wondering if they might pull off more of an open tree storyline where you could uncover different branches through different approaches, but that trailer, which involved important story-beats, had no player interaction. Perhaps it will open up after that, or perhaps that was E3 glitz to illustrate a potential choice, but in that latter case, why not just show the gameplay–it felt very different tone to last year's offering to me. I now suspect it'll be a brushed up Deus Ex: Human Rev with a 'chained' storyline where you continually make one of three decisions that loop you back through the same main story-beat over and over, just perhaps with different faction-based quest-givers all looking for the main macguffin. The reality of gamedev probably means grounding it to stealthman vs shootman approach and choosing red/green/blue. I am open to being surprised with something more innovative, but no longer expecting it. I was pleased you can run the game nonlethal, so I expect it will be a good 'one of those'. It still looks like fun, and I am looking forward to it overall.

At least C77 was a legit vidya. Most of the show was shit cinematics, no gameplay. Others that stood out to me:

Carrion

Valfaris

Planet Zoo

Panzer Dragoon

Flight Sim

FFVII looked maybe neat, but it still seems like a meme to me. Release schedule seems whack. And it is lame to admit, but the Tifa nerf was a disappointment. Given Sony's involvement and the current political climate, I assume the crossdressing Don Corneo quest will be toned way the fuck down if not nixed entirely. Same with unlocking secret Barret date at Golden Saucer. What was once some 90s jokey fun is now Srs Bsns Online, so I don't think I'll like what they ultimately do. Then again, Golden Saucer will probably be out in 2030, ha ha, so maybe things will have changed by then.

Streaming tech seems viable, but I don't know how they can scale it for bandwidth, on both sides of the pipe.

I assume next year's E3 will either be a complete banger, or it will fizzle out more as the big boys move to direct stream-based marketing on their own schedules.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

ea7f59 No.12926

>>12909

Hey, I am very sorry, but I do not understand your post's question. Can you rephrase it a bit? Are some of those shortcuts not applying somewhere, or are you asking more about what is a 'good' way to set up a processing workflow?

BTW G13 is great, I have one too. I just cleaned it the other week when I found out they stopped making it.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

ea7f59 No.12927

>>12913

Yeah, thanks, I am quite pleased with it. It uses some shit code, but overall it seems basically accurate. I have some bugs to clean up with it, and then I'll show it for all users.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

538184 No.12936

macOS, Version 355:

Navigation keys and UI in media viewer no longer work, causing the user to get stuck.

The media viewer UI (bar at the top of the media viewer, tags list, and URL list) only begins to work after right-clicking, but the navigation keys do not.

Even if the user escapes fullscreen from the right-click menu or top bar, the navigation keys do not work.

Sorry if this belongs in the bugs thread.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

a1cd23 No.12937

Ran into a minor problem that took me about 5 minutes to figure out.

so I just imported 10gb of images, of which only 500 were shown and only 100 were new, fantastic, I get a good chunk of hdd space back.

Now going through the images I imported to see what's worth keeping I ran into a few images that were deleted. everything is going perfectly fine till I decide to find out why one was deleted, and i click show file in new page… on a deleted file…

so hydrus has its normal error image come up, everything is working as intended, however, I didn't know it was the wrong file, I thought it was one above it and something on the db side was fucked.

So with this kind of screw up in mind, would there be a way to have hydrus return the normal hydrus logo with a 'deleted' or something image for the thumbnail?

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

a1cd23 No.12938

>>12926

they stopped making it? well fuck me, hope mine doesn't break as I use it as a hardware monitor.

As for my question, I can't remember the circumstance but I have 2 sets of hotkeys, one for the mediaviewer (fullscreen) that I am going to use for sorting files, and one for thumbnail view, the issue was in fullscreen the ones in thumbnail were still applying to fullscreen mode rather then just the ones for the fullscreen.

ill try to write this better if I remember what went wrong, or if the conflict comes up again, but for the time being, I just made 2 more sets of potential hotkey buttons so it likely wont conflict for a while.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

bea3b2 No.12939

>>12936

I'm having the same problem on osx after updating to 355. The keys no longer work for navigation or shortcuts until right clicking, and clicking on an image will sometimes open it in a new window which I'll have to close manually, instead of escaping from, in order to get back to the browser. Also if I select now is a good time for maintenance upon shutdown the maintenance will get stuck and I'll have to force quit.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

a1cd23 No.12942

Ok, have one more thing I probably asked about a while ago but didn't know there was already kind of an in program way to do this. would it be possible to have a floating ratings window on the thumbnails? a good portion of sorting for me takes place on thumbnails, is it possible to get a floating ratings bar so I can see what things are rated?

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

a1cd23 No.12943

File: c50def52184243d⋯.png (2.21 KB,172x37,172:37,client_2019-06-17_15-43-57.png)

File: abef6b279b05041⋯.png (1.26 KB,172x37,172:37,client_2019-06-17_15-45-57.png)

File: df197d6d4d51ea3⋯.png (3.71 KB,1094x80,547:40,client_2019-06-17_15-46-10.png)

question, on the watcher pages, would there be any way to number how many files are removed/not available anymore on it?

I know if I redownloaded the threads after I do a cull, it would show, but thats largely not possible due to waiting till threads are 404 before I deal with them. if it could be sorted into (general files removed) - (new files removed)

—woopse, forgot to hit reply on this one so one more thing is added—

Ok, a while back I said that things were not registering on my duplicates, I have 4,006,000~ files,

One images is every preset sans image, the other search is every image that is not jpeg or png

at least for me the numbers are not adding up

is there any way for me to just completely flush all duplicate shit and start over like its brand new?

I'm assuming that anything I do in the duplicates like deleting files from a better worse match would still be labeled better worse if I flushed it but alternates and not a match would be flushed and I would be redoing them.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

a1cd23 No.12945

Ran into a duplicate that I don't want to deal with

long story short, I want to deal with these ones in the threads I got them from through watchers.

Is it possible to have a filter to hold potential dups and not show them again till you flush the filter?

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

caed90 No.12967

>>12939

>>12936

Thank you for these reports. I am sorry for the inconvenience. This is fixed in today's release. The new menubar open/close detection code was misfiring on OS X, initialising to 'on' for some reason, and a legacy 'don't process shortcuts while a menu is open' test was blocking anything from being processed in OS X until you open and close the right kind of menu and reset the system.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

caed90 No.12968

>>12937

Thank you for this report. When you say 'deleted', was the file in the trash or was it completely physically deleted? If so, do you remember how you got a thumbnail for it in the first place to right-click->show in a new page on? Was that original thumbnail correct, or also the hydrus 'error' icon that shows on 'remote' files?

Typically, hydrus will dismiss physically deleted files from view as they leave the file system. Were you by chance looking at an 'all known files' view or anything, to make them show, or was this from a right-click menu on the importer somewhere?

I think a thumb knows that it was previously deleted, even if remote. I think it makes sense to have an icon in this case, even on the 'hydrus' thumbnail.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

caed90 No.12969

>>12938

Yeah, they are about $200 on Ebay now. Only legit alternatives are Razer products, which I don't want to move to since I don't want to have a cloud account just to make my buttons work. There are screws underneath and the whole thing comes in half pretty reasonably. The buttons at the top have additional delicate inserts you will want to be careful don't snap off and fall down a crack, but the main thing is a couple of plastic/silicone sheets that do the buttons. I cleaned those and the button front carefully, let it all dry, and put it back together and it was better. The thumb button below the stick is apparently always the first to break–it just has bad plastic in or something.

For the shortcuts, I think both the media viewer and thumbnails consume shortcuts in the 'media' set, so anything in there will apply to both, but the different kings of media viewer will pull from media_viewer, media_viewer_browser, or the two _filter sets.

I think it makes sense to have a separate set for thumbnails available. I won't do it today, but next week I'll set something up with appropriate shortcut commands.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

caed90 No.12970

>>12942

That is a nice idea, but also a decent bit of work. Maybe something like a popup window in the regular bottom-right toaster that says '1 file rated x' that then dies after a second? That might be shit to look at, but I could add it quickly.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

caed90 No.12971

>>12943

Unfortunately, having downloaders know about deletions after the fact is tricky. Completely downloader items only know file hash and whether it was new/already in/deleted at time of import. They aren't plugged into the content update pipeline and only cause additional file metadata to be loaded in the thumbgrid when thumbs are called to be displayed.

Are those 154k/139k counts are related to this duplicate search domain question? And the ~150k count seems low compared to 4M? Assuming you have done your full search at 0 distance or whatever, that sounds correct–it is only searching the files that have potential matches found in the duplicates system. Having 1/15 to 1/10 duplicate files is typical, and since you have 2.6M eligible files, it sounds correct to me.

There's no good way to do a complete wipe. The old system had some hacked-together commands, but it never worked well. This new system, once it is complete in a few weeks, will have logically consistent 'dissolve' commands that will be able to nuke everything. You can do this if you like, but I suspect your duplicates are fine.

Let me know if I misunderstood. And please bear in mind I am actively overhauling this system right now. Potentials will move over in a couple of weeks, going from pairs to groups, which may fundamentally change how this queue is presented in ui anyway.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

caed90 No.12972

>>12945

Not yet. You can hit the 'skip' button, which I think is up arrow shortcut by default or you can hit the double-right arrow icon button, but the same pair is likely to come up in a future filter.

Best solution for now to put it off indefinitely is to exclude it in the duplicate file search domain. You could try adding a 'don't dupe filter' local tag or something and exclude that, or through a system tag if that makes sense.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

bb23e3 No.12976

>>12967

Thank you.

I appreciate the frequent updates.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

a1cd23 No.12977

File: 63a8739feb2c1fe⋯.png (8.12 KB,1426x41,1426:41,client_2019-06-19_17-06-20.png)

File: 733b85c262d41e8⋯.png (22.95 KB,1074x1993,1074:1993,client_2019-06-19_17-06-36.png)

>>12968

The reason that It did this was an accident. I wanted to click around it, above and below to see what the image was because this particular on had a 'prefer alternate' delete reason, so when I did that I got the second image.

this is fine and all, but the issue is this is also what shows up when hydrus has a bad image/database conflict.

in the case that something like this happens, because inside the import status you are able to highlight files to view, would it be possible to have a 'file deleted' hydrus icon? some text to signify its not an error on the thumbnail

>>12969

With razor, unless they changed it, you shouldn't need a cloud profile to use it, but razer software is absolute fucking garbage to the point it makes logitech's look good. I would honestly look into point of service keyboards instead, as some of these can have a few hundred keys but cost 16$, there are also programmable keyboards, or what I would likely use as my second option, a teensy

https://www.pjrc.com/teensy/

and crash course on learning that.

>>12970

that would at the very least signify the input worked.

>>12971

no, those are 294291 files that are in the db, more or less every single file that is not either a png or a jpeg, currently there are 4,010,123 files in my db, that would mean that there should be 3,715,732 files in the eligible files area, this would mean there are 1,086,053 files that are not currently seen by the duplicate process.

at the very least here's hoping that through the process of updating duplicates this gets solved, it would work out best that way.

>>12972

I was thinking of doing that once it gets bad and the same files appear far to often, but thought I would ask as you are currently doing dup work, is this something that could be added?

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

80f670 No.13001

>>12977

Thanks for clarifying. Yeah, I'll stick the trash icon on 'remote' files that were known to once be in the client. I think thumbnails know this already, so I can just draw the icon on.

My thing with these game controllers is having the side joystick. Feels so good to WASD with just my thumb, I can't see myself going back to a regular keyboard for vidya. I may bite the bullet of a Razer. I did some searching a while ago, and I think you need to 'initialise' your Razer controller with the cloud account, then you set your shortcuts, and can then set it to 'offline' mode. You can't edit the shortcuts completely locally and it is seen as a default device until you do it the first time. When my G13 finally packs up, I'll just have to bite the bullet. I'm ok with having a cloud bullshit driver if it is only ten minutes before I firewall it, even if I find it atomically stupid.

I understand your count issue better. I am not sure about the million files. Normally, a handful of files will be discarded if they have no useful search data–such as completely black/single-colour images–but that does not account for so many. As I do more of the current duplicates work, I will be integrating the 'phash regen' that that maintenance stuff refers to to the new file maintenance manager. If your client has somehow forgotten or missed that big chunk of files, it will be easier at that point to requeue them for generation. I'll have some UI for it under the database menu. At that point, I recommend you do something like 'regen missing search data for: system:filetype=png/jpg'.

Adding skip is a bit tricky just because it adds complexity in storage, workflow, and UI. I haven't reworked the potential data storage yet so I can't yet say cleverly if this would be ok or an utter pain in the neck. I will keep it in mind, but I suspect I will not add it.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.



[Return][Go to top][Catalog][Nerve Center][Random][Post a Reply]
Delete Post [ ]
[]
[ / / / / / / / / / / / / / ] [ dir / random / 93 / biohzrd / hkacade / hkpnd / tct / utd / uy / yebalnia ]