[ / / / / / / / / / / / / / ] [ 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/!

File: 1426721772716.png (100.78 KB,1624x1081,1624:1081,1327614072601.png)

68f861 No.471 [Last50 Posts]


Drag and drop windows with tag rules. Show two windows side by side and one window can be programmed with the rule "ADD tag foo" and the other one has the rule "REMOVE tag foo, ADD tag bar" and you can drag and drop files to them.

Deriving tags from regex of other tags/namespace tags. A file has the tag "filename:big_ugly_name" and we could regex that namespace for another tag.

Tag sets with hotkeys: save a set of tags under a hotkey so it's quick to add them to a file while filtering

Opaque window behind tag list in the corner so it doesn't get hidden by picture background

Option to default certain mime types to be excluded from slideshow and only open externally, will help with videos with odd codecs that don't preview in the slideshow correctly

Option to specify hamming distance in "find similar images", you can't change the option once it's in the filter window and you have to enter the hash manually in the "system:similar to" option
____________________________
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

68f861 No.495

File: 1426967053743.jpg (326 KB,1420x2376,355:594,60f16971d95d08958ec5da2d57….jpg)

Thank you for these good ideas. I have incorporated them into my to-do.

Drag and drop windows for tag rules is something I had never thought of, but I like it a lot. It could also do file uploading/exporting and other such duties. I want to add thumbnail dragging and dropping in future, so this could be a great extension of that code.

Internal tag conversion is something that has been on my radar for a while– particularly for large but finicky jobs like adjusting page:n to page:n+1 for two hundred files. I haven't thought about what the dialog would look like for such a complicated and powerful tool, though. Maybe split it into two halves, like LEFT: IF FILE MATCHES THESE PROPERTIES, MIDDLE: DO THESE THINGS. RIGHT: AFTER RUNNING THE SEARCH, THESE FILES MATCHED. THIS IS WHAT THEY WILL LOOK LIKE AFTERWARDS. YOU SURE YOU WANT TO DO IT?. Perhaps this is just an powerful formalisation of the drag and drop idea above. Perhaps I need to write a scripting logic for the program first, so people can do these mass edits a bit easier?

Allowing more complicated hotkeys could also use this scripting/macro language, and would be the easiest of the three things to do. I'll make a note to do that first.

Making the media viewer's elements float above the image on mouse-move is high on my to-do list.

Most of the video and audio stuff was cobbled together, and I need to revisit it. Adding default action options for different mimes is a good idea.

Find similar is another thing I threw together. I've been meaning to expand it for a long time, but never got around to it. I would still like to add a 'find me all the dupes in my collection', but there are several big new things I need to create first. For now, I can definitely add a custom default distance for the menu entry.
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

68f861 No.513

Not OP, but I have some suggestions as well. I'm new to this program- just found it several hours ago, so I might have some misunderstandings. I have been waiting to find this type of software for a decade. Thank you.

The installer defaults to c:\hydrus, saying that "program files requires admin". Not necessarily true- give the user write access to the database folder, or simply leave it writable by the 'Users' group. Done. This is what steam does.
But hydrus only has one database, correct? Therefore, in a multi-user environment each user must have their own installation of hydrus. The convention for a program without multi-user support is to default install to "c:\users\[username]\appdata\roaming\hydrus". Use the following variable, don't hard-code the path: "%APPDATA%\hydrus". If you point to appdata by default, be sure that you do not have the installer request UAC elevation, as it currently does. I'm not intimately familiar with install scripts, but I believe it should be possible to only request elevation if the installer needs it (eg should the user manually enter 'program files' as the destination). Just remember to manually grant database write access to the initial user (if not the Users group), NOT the elevated user, and you should be able to install to any directory without issue.

I'd like to suggest a random sort order where multi-page images are kept together. pixiv often has two or more images that are meant to be viewed in sequence, and I'd like to have a sort order preserve this in an otherwise random slideshow.

Thumbnails larger than 200x200 and/or display larger thumbnail on mouse-hover.

I'm not entirely sold on the *complete* abandonment of file names. Correct me if I'm wrong, but there are no file names in hydrus, everything must be a tag. Tags are for navigation, and file names can contain information that would just clutter my tag list with useless bloat. Example: MPCHC video snapshot creates a file with name "[filename][timestamp].png. The file name usually contains the episode name and number. There is no benefit to marking the episode name, number, and timestamp as tags, but this is also information I don't want to discard. If hydrus simply kept the file name… Also, the way you have hydrus store images sort of prevents operating on a picture library with external tools, such as a duplicate image scanner. Without human readable file names or a coherent, modifiable folder structure, I would have to export my entire database, delete all images in the database, do whatever needs to be done to the files, and re-import them. Why does hydrus simply not maintain a database of files as they are? Why must it completely take over, move and rename everything? It seems unnecessary and overbearing.

The internal image viewer navigates through pictures within the currently defined filter. If you open an image with an external viewer it will navigate effectively randomly; whatever pictures happen to be stored next to the one you initially viewed. Perhaps you could implement the option to hardlink all images in the currently defined filter to a temporary folder. External viewers would become more useable.

Different slideshow schemes. Let's say I have a set of tags 1-9. I want to view a slideshow of tags 1-3, then after a set time (and/or triggered by a keybinding), I want the slideshow to display tags 4-6, and after that, 7-9. Basically: just the ability to queue up different slideshows in advance.

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

68f861 No.514

A few more things:

tag censorship of namespaces appears to be buggy or underdocumented. Inputting

page:

into the blacklist does not get rid of pages. If I literally define page:1, that explicit page will be censored.
The input textbox doesn't autocomplete tags like every other tag searching text box in the program does.
There is only a blacklist OR whitelist- why not both?

Censoring all namespaces with : works, and that allowed me to see that the censorship doesn't work in the way I had thought it would. Maybe I'm not in the correct mindset yet, but I navigate my picture library by choosing tags to filter by. By default, hydrus is blank, so I always throw in a system:everything. This displays all the tags in my library in the "selection tags" box, and it is from here that I choose tags to filter by: it's much easier to scroll through a list of tags than it is to try and remember what words I may or may not have used to describe my pictures. In no way, ever, is the page: namespace a useful sorting tool- HOWEVER it is necessary data to have for sorting, and I do appreciate that the page number is shown on both the thumbnail and in the internal picture viewer. Censoring page: removes it from the thumbnail and internal picture viewer. All I want is to hide tags from the "selection tags" list! Could you implement a "hide these tags from selection tags" list please?
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

68f861 No.515

>>514
>In no way, ever, is the page: namespace a useful sorting tool-

derp, I meant it's useless for filtering. It's useful for sorting
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

68f861 No.516

>>513
Glad to see more people interested in hydrus.

> Databases and multi-user

While hydrus by default only uses a single database, you can extend it by using some special databases with hash and tag information ripped from websites that collect such things.
In addition, hydrus uses the mobile installation method, with the program and its data closely coupled, which I find a much better way to do it.
I find your interest in this aspect of application development interesting. Could you expand upon why this should be a feature?

> Filenames and location of files

Filenames in and of themselves can be cluttering, agreed, but by making pretty much everything a tag, you guarantee much easier forward compatibility. Using the "title:" namespace should do what you want.
The reason to "take over, move and rename everything" comes from its mobile nature. This is one area where I would like some more options though.

> Slide show

With that much power you might as well just plug a scripting language into hydrus.

> hide these tags from selection tags

This would help with a lot of other namespaces too, for example "title:". I would very much appreciate this feature.
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

68f861 No.517

>>516
>Could you expand upon why this should be a feature?
I'm not sure I follow- I'm suggesting he follow the conventions of the OS. For example, a convention on linux is that you don't design your program to run as root. If a program does run as root, then changing that is more of a bug fix than a feature request. This context is not so dire, but the analogy is clear: I'm offering solutions to a problem, not asking for a feature.

It occurred to me that another way of doing the above would be to install to program files and have the database be in %APPDATA%\hydrus, that's probably the best way to do it, unless you want to keep the mobile approach and just install to %APPDATA%\hydrus. As for "mobile approach", well isn't that what the mobile, zipped version is for? There's no reason the installable version should defy host OS convention so there can be two redundant distribution methods.

>Filenames & 'taking over' folders/files

I would be more amenable to the way things are currently done if I could automatically tag everything with a filename: and folder: namespace upon import and hide it from the 'tag selection' as per my other feature request. If done right, exports could restore the files and folders exactly as they were. While this is indeed possible to do at the moment, you have to manually define the regex/tag pattern every time you import or export- which brings me to a new feature request: import/export profiles. Save a predefined set of conditions for future imports and exports.

>slideshow, might as well scripting language

Perhaps. I see hydrus as very similar to foobar2000: tags and the power to manipulate them. foobar2000 does not have a scripting language but it is possible to generate a set of playlists using tags, and bind keys to change the currently playing playlist. My feature request is best described as a set of playlists, which I don't see as a very tall or complex demand. I think a scripting language would be extreme overkill for such a feature.
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

68f861 No.518

>>513

>I'd like to suggest a random sort order where multi-page images are kept together. pixiv often has two or more images that are meant to be viewed in sequence, and I'd like to have a sort order preserve this in an otherwise random slideshow.


As long as the order of the images is part of some kind of tag namespace it wouldn't be hard to add that. An option to randomize one namespace and keep all the others' orders would do what you want.

>If hydrus simply kept the file name…


I have a namespace called "filename" that I add to every file I import. If I ever want to get the original file back all I have to do is export it and use [filename]. This is the regex I use:
[^\\/:*?"<>|\r\n]+(?=\..*$)
If you want to add it to files you've already imported, just import them again and it will tag their existing database entries.

>Perhaps you could implement the option to hardlink all images in the currently defined filter to a temporary folder. External viewers would become more useable.


Oh I like this one, though I think read only symlinks would be safer. Otherwise it would be easy, create a folder named something meaningful from the search, and symlink every file into that folder.
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

68f861 No.520

>>518
>An option to randomize one namespace and keep all the others' orders would do what you want.
I don't have any formal manga/comic collections where I would use series, volume, title, chapter AND page, so I don't want to presume how this should be implemented, but I don't think that accurately describes what I want. Perhaps this would require more than one sort rule to fully flesh out the idea for all use cases, but all I want is a given collection of pages to be presented in order. Perhaps we should define four sort rules:

random + preserve page order for title
random + preserve page order for chapters
random + preserve page and chapter order for volumes
random + preserve page and chapter and volume order for series

That doesn't even cover all possibilities. Optimally, sort orders should just be user definable.

>I have a namespace called "filename" that I add to every file I import

Yes, I saw the thread for "better regex" here, and I have been using the filename: where necessary, but it's a band-aid solution for a problem that hydrus goes out of its way to create! Hydrus hashes every image and renames the image files to their hash, correct? Then when importing a picture, if the file names match no duplicate is added. How about hydrus has the option to NOT move/rername files, and hashes are stored as a hidden tag (or otherwise in some form in the database)? This approach would actually be more efficient too, since it involves less read/write operations to the disk and relies on the database instead of the files. I get that you can live with tags and tags alone, but throwing out file names altogether is just needlessly limiting options.

Moreover the band-aid solution of creating a filename: tag doesn't address the issue that, once pictures are inside hydrus, access is relatively exclusive to hydrus, which is a problem. See next paragraph for an example.

>just import them again and it will tag their existing database entries.

Yes, I have noticed this and I appreciate it deeply. I have made use of it several times already. However, if I'm exporting the entire database to perform operations on the files with some other program, the import will not work unless I delete the database first. Changed files will be seen as new files: duplicates everywhere. Deleted files will still exist in hydrus' database… Not starting from scratch would just be a mess. Using some other program to operate directly on the database images \could\ work if hydrus is smart about handling unexpected changes, but from that program there will no identifying information on the pictures; this would prevent me from making an informed decision for a process such as batch removing duplicate images. If two+ pictures are near identical, I'd prefer to remove the one with less/no tags, but I will have no way of knowing which picture that is. Similarly, if I ever want to open ANY picture with ANY program, I can't use file -> open in said program anymore- I'd need to open hydrus, export the picture, THEN open it with any given program. If hydrus allowed having coherent file names and structures, I could process my library so that tags are listed in the file name. Do this, and hydrus will go from being a roadblock, to a lubricant.

>though I think read only symlinks would be safer.

symlinks require administrative powers under Windows, hardlinks do not, which is why I suggested hardlinks. If symlinks prove superior for whatever reason, then by all means it should be default in the linux version, and optional non-default for windows. I have to wonder how efficient the process of creating thousands of links is… we might run into a problem where it takes so long it just isn't feasible.

>create a folder named something meaningful from the search

I was thinking that it would be linked to a system temp folder- no need for a meaningful name. If you want to save the folder for later you can rescue it from the temp folder manually, rename it to whatever you want. Well, hydrus could automate this process for you too, if the dev feels so inclined to write 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.

68f861 No.528

Instead of starting a new thread I'll post my suggestions here too.

A "suggested tag" feature. When you're adding tags it should show tags most commonly used with the ones already added, as if you're doing a search for images with the incidence (desc) option. For example when I tag an image with character:alice margatroid it should suggest the tags blond hair, blue eyes, and hairband.

I don't mind that Hydrus renames and moves files into its own directory, but I would like an option to have the subdirs of client_files and client_thumbnails folders be stored as compressed archives (zips) instead of loose files. I currently store images this way and use a cbz reader to view them in order to reduce wear on hard drives. When you get larger collections (literally millions of tiny files) doing things this way almost becomes a necessity. Plus all that file slack adds up.

Lastly some minor changes that I think will make life easier.
An option to change the default tag repository when opening the manage tags window to a remote tag repo instead of local tags.
When filtering with the manage tags window open the left and right arrow keys should change images and apply tags on image change.
The hotkey to open file externally should open the current image when filtering.
Right click on an image -> favorite/dislike along with system:favorites and system:disliked or some other form of bookmarking images.
Some way to filter images into safe, questionable, and explicit categories. Perhaps this can be addressed via tags instead of adding a new feature?
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

68f861 No.530

>>520

>Then when importing a picture, if the file names match no duplicate is added.


I'm not sure if you're saying that this is a problem or not. Yes that's how it works, since a matched hash is necessarily the same picture.

Hydrus makes the rather interesting assumption that an image is immutable, in the same vein as Tineye where there is One True Image representation of a particular artwork. Resized and watermarked images are indeed duplicates in the sense that they show the same artwork, but Hydrus isn't that smart, to it they're just different files.

As more people use Hydrus, we could end up with the interesting problem of lower quality images not getting all the tags of the higher quality ones in the tag repositories. Eventually we could need to start adding reference tags to images like "deviantart_resized_version_of:*hash*"

It would be nice if Hydrus had a simple way to replace files and keep their tags. Eventually it may end up using GUIDs for the files that reference the hashes. That would allow more than one file to be the same "artwork" or whatever the GUID represents.

But then you have the political problem of being the curator of the One True Artwork GUID Database. What if someone makes a competing program with their own GUIDs for artworks? Having hashes for the image primary keys avoids that potential drama at the very least.
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

68f861 No.533

>>530
GUIDs would be step backwards to be honest. The whole reason hydrus uses hashing in the first place is to be as decentralized as possible, while still communicating with other clients about the same things.
I think this would be solved with the idea of 'hash siblings'. If a user find that one image is indistinguishable from another, but not entirely (resize, watermark), the user should be able to say that the images are siblings. Every tag one image receives should also appear on the other.
Assuming there are enough resized/watermarked image mappings in a repository, this might reduce its sized, in addition to time required to sync.
This is not a perfect solution though: You cannot add a tag exclusively to one image. If such a system could be devised, would it be applicable for use on different versions of images? (Inheritance would be too complex, and I think we need a flat structure for this.)
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

68f861 No.536

>>530
>I'm not sure if you're saying that this is a problem or not. Yes that's how it works, since a matched hash is necessarily the same picture.

I know duplicates are identified by hash, but I was assuming (having not looked at the source code) that the actual comparison is done by checking identical file names during the import process. As in, "x file name already exists, therefore this image is a dupilcate". I proposed storing the hashes in tags (or in some form in the db) instead, and finding duplicates through that as a faster, less disk intense, doesn't require renaming and moving files, alternative.

>As more people use Hydrus, we could end up with the interesting problem of lower quality images not getting all the tags of the higher quality ones in the tag repositories. Eventually we could need to start adding reference tags to images like "deviantart_resized_version_of:*hash*"


I'm merely using hydrus for organizing my personal collection, so I don't comprehend the logic behind this. Why would you want a resized version of the original? Unless you mean an artwork that has been converted to conventional wallpaper dimensions. Otherwise, I don't see randomly cropped / lesser quality / watermarked / etc images as anything but garbage- which is why I occasionally need to process the *files* in my library by a program that finds visually similar images… but hydrus makes this a pain, for no adequately explained reason.

To be clear, I'm not entirely opposed to the move & rename the files in a non human readable structure- if it is done for a good technical reason. At the moment, there doesn't appear to be a reason other than trying to shape the way the user thinks about organizing pictures (and perhaps, prevent the user from interfering with the database in a way hydrus isn't yet prepared to handle).

You know what might work? If instead of copying files to the database, they're hardlinked to it. The database could rename the hardlink duplicate however it wants without issue. Hydrus would have to monitor the link status of files to keep the folder and database synced. For example: if a file were deleted from the user's Pictures folder, the corresponding file in the database would not be a hardlink and become a normal file. Hydrus could detect that and ask you if you want to remove it from the database (or move it to a trash folder for later review, similar to the inbox folder).

Oh and I have another suggestion. This has been bugging the hell out of me: I need to be able to select & delete multiple tags in the tag editor. When batch importing pictures, let's say 30/100 pictures have a meaningful file name. I generate a filename: tag for each, and I want to remove the 70 filename: tags with garbage strings. I have to manually remove each of the 70 tags, I can't select multiple and remove them in chunks. This needs to be addressed
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

68f861 No.537

>>536

I also have not read the source code but my experience with importing an asston of duplicates suggests that filename is discarded immediately and duplicates are identified via hash. I think one of the first things Hydrus does when it imports an image is generate hashes, and if it sees a match in client.db it knows not to reimport the file (and instead to add any import tags to the existing record).
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

68f861 No.538

>>537
>I think one of the first things Hydrus does when it imports an image is generate hashes

Undoubtedly; each image is renamed to its hash and stored in a folder named after the first two characters in the hash, so even without cross referencing hashes, a duplicate cannot be imported.
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

68f861 No.540

Man I'm full of feature suggestions. Drag and drop the thumbnails in hydrus to interact with other elements from Windows.

For example, foobar2000 let's you drag a song out of foobar into a windows explorer folder. It will create a copy of the song you dragged in the folder you dragged it to. If you drag a song into another program (and the program supports opening files by drag and drop, which a surprising majority of programs do), the file itself (not a copy of the file) is opened in that program.

I see drag and drop import already works :)
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

68f861 No.544

File: 1427574002281.jpg (1.54 MB,1940x1264,485:316,567067091427b77b760f825462….jpg)

Wow, this thread got big! Thank you all for your comments. I can't really marshall my thoughts into anything that sounds coherent right now, but I've not replied to this thread for too long, so I'll apologise and just say a mix of things. If you would like a specific response to something I miss, please say so or send me an email.

I mean for hydrus to be a store for files that are 'complete'. Such files can have their metadata changed, but there is no reason to alter their content. They are read-only.

Curating a thousand files in explorer is easy, but a hundred thousand is impossible. I see no point at all in trying to manage that many files in a brittle directory structure.

Throughout development, there has been a temptation to permit links, to allow hydrus to manage files at a remove, in their original locations, but this betrays my two former points. External files are subject to renaming, editing, or deleting, and they remain in an impossible-to-manage structure.

Filenames and folders are useful for things you are working on right now, where you might have several versions, or the program you are using to edit relies on filenames to manage library imports or whatever. The only file that should be imported to hydrus here is the final .png or whatever that comes out of the whole process.

Filenames and folders are also useful for a few hundred files, perhaps to be wrapped up in a zip and sent to a friend. Hydrus tries to support this with its export dialog.

Filenames and folders are not useful for storage or search, which is mostly what hydrus aims to do.

Any useful filename data, like in "artist_name-series_name-chapter_24-page_10.jpg", is better parsed and stored in an intelligent database that can regurgitate that information at will. Adding filename: namespaces is fine, but I think that data is better slowly converted to more granular and powerful tags. You can go tags->filename easily, but filename->tags takes more effort.

>>537 Has it right on hashes; the database stores a decent amount of metadata about files, including hash. Those hash indices are cross referenced whenever needed–the actual files are only ever loaded when the whole file is needed for something (display, uploading etc…). When a file is imported, its hash is calculated and then checked against the db–if it is already in the db, it tells the import controller 'redundant' so it can report that and move on to the next file. There's a fair amount of similar checking for image URLs as well, and md5 hash for APIs that report that.

>>513

I don't really want to mess around with %APPDATA%, because I want to keep the program together in one place. I want the program to be portable, easy to backup, and able to run from multiple locations at once without conflict. The Windows installer violates this, but I make that release to be a simple solution for people who don't want to mess around with extracting archives.

Having said that, if there is a good way to set the proper user access control to the db directory under program files with ISTool, which is what I put the Windows Installer release together with, then I am interested to know.

Keeping short sequences of images together is a continuing problem. page namespace works well for large groups, but not small. I may create a new file format, like .cbr is used in online comics, to represent these collections as single multi-page units.

I'll have a look at tag censorship for namespaces; thank you for reporting it. I'll also have a think about options for namespace hide on the 'tags in selection' box.

>>528

Suggested tags is something I definitely want to do.

You can change the default tag repo in file->options->gui.

Page up and page down can do that for the manage tags window right now. I can add this to options if you want, so you can change it to whatever you want (although binding left and right to a text control can be a problem, because then you can't use those buttons to move the caret around).

I haven't touched like/dislike and numerical ratings in a long time. I want to get back to them.

Doing safe/questionable/explicit has been tough for me to think through. I think you are right, saying do it with tags, probably with a 'safety' namespace or whatever. It is really subjective though–maybe it'll be better done with a numerical rating? If people want to filter safe vs explicit, I now suggest they just run two clients–one for sfw, the other for nsfw and anything else private. That way, they can browse their sfw client with someone looking over their shoulder and have nothing to worry about.

>>530

At some point, I want to make a service to accept and sync that sort of metadata to clients. I'll be writing a better dupe checker as well, and add a gui that'll show two very similar images to the user and ask questions like 'which is better?' and 'should tags be merged?'. The complicated parts of that data will be made automatic for users, so images will be replaced/rotated/whatever a bit like tag siblings are now. I'll run a public service, and anyone else who disagrees with my ruleset can run their own. I hope this is a decent compromise between the current mess and the impossible pursuit of 'file purity'.

>>536

I will see about selecting multiple tags–thank you for the suggestion.

>>540

Export dragging is unfortunately a massive pain to code. I have tried several times to figure a way to do it, but I can't find a wx-compatible multiplat solution for virtual file drag and drop. Dropping real writable files with nice filenames is easy, but I want to insert an interim step that'll copy and rename, which I can't figure out in wxPython.
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

68f861 No.548

>544
>I mean for hydrus to be a store for files that are 'complete'. Such files can have their metadata changed, but there is no reason to alter their content. They are read-only.

I think you've mentioned this is a feature you'd like to expand upon, but my problem is largely duplicate images that don't have exact hash matches. Until hydrus can process the entire library for duplicates, instead of just finding duplicates of just one selected image.. It will be necessary to periodically scan the library with an external program to find clutter.

>Curating a thousand files in explorer is easy, but a hundred thousand is impossible. I see no point at all in trying to manage that many files in a brittle directory structure.


I have fifty thousand pictures, but I see the value in having some easy access folders of pictures. I have a reaction images folder that is manageably small and is faster to access via Windows' indexed search from any given program's file>open prompt, than by starting up hydrus, copying the file location. I have a separate pornographic collection of images which I keep stored on a separate, encrypted drive, and I'd like to NOT mix those in with normal pictures. Regardless, I do feel you might be discriminating against potential users with smaller libraries that still want to benefit from hydrus? Well, I'll drop this because I think I'm starting to sound a bit entitled to have my free software exactly the way I want it. I suppose I could run a separate instance of hydrus on the virtual drive, and keep the reactions folder in synchronized export.

>Keeping short sequences of images together is a continuing problem. page namespace works well for large groups, but not small. I may create a new file format, like .cbr is used in online comics, to represent these collections as single multi-page units.

That sounds like a fantastic solution. Maybe add support for downloading multipage images from pixiv while you're on that line of coding.

>Export dragging is unfortunately a massive pain to code. I have tried several times to figure a way to do it, but I can't find a wx-compatible multiplat solution for virtual file drag and drop. Dropping real writable files with nice filenames is easy, but I want to insert an interim step that'll copy and rename, which I can't figure out in wxPython.


I'm not sure what you mean by copy and rename, but if I'm dragging pictures out of hydrus I do not expect them to have nice file names. I'd be perfectly happy with just the {hash}.{ext} file being delivered on drag and drop.
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

68f861 No.551

>>544

>Keeping short sequences of images together is a continuing problem. page namespace works well for large groups, but not small. I may create a new file format, like .cbr is used in online comics, to represent these collections as single multi-page units.


For the moment, I've made a sort order of "creator-title-page-filename" that will sort by the page namespace if I've made one, but if not, the filenames likely have page numbers in them and will keep the files in order.
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

68f861 No.552

>>544
>You can change the default tag repo in file->options->gui.
>Page up and page down can do that for the manage tags window right now.
Thanks. I managed to overlook these.
>I can add this to options if you want, so you can change it to whatever you want (although binding left and right to a text control can be a problem, because then you can't use those buttons to move the caret around).
That won't be necessary. The problem I had was that I was using the arrow keys to change image and opening the manage tag window prevents those keys from doing that. Adding new tags will go much smoother now that I know page up and page down also change the image and that they do so while the manage tag window is open.

As for safe and explicit using a new tag namespace seemed to work well on my local tags, but there was no one to disagree with my opinion. Something else to consider would be having status decided by the image's tags. Images tagged with explicit tags 'sex, blowjob, handjob, etc' also get explicit rating automatically. Not that I'm opposed to such things. It's just nice to be able to see only safe content when looking for things like image macros, guides, wallpapers, and other times it's nice to be able to search for only explicit content because reasons.
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

68f861 No.562

I'm trying to download a tag of 800 images right now, and I just got 15 failed downloads. And I'm right in the middle. They were mostly 503 errors.

So now my options are to suck it up and give up, or restart the entire download and wait 2 weeks till the slow-ass downloader gets to that part. Sometimes you get a link to the image (that you have to re-type out yourself if you want to retry) but not this time.

Can we PLEASE finally get some proper handling of download errors? Because what hydus has right now is a joke. On one hand I remember you talking about being nice to the various booru sites when scraping tags, which I understand perfectly, but then there's this shit.
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

68f861 No.571

File: 1427732232086.jpg (135.83 KB,1280x886,640:443,test1.jpg)

>>562
Downloading is complicated. There are a lot of unknown factors when communicating with other server, especially when those servers are hostile to automated downloads. This is properly not something hydrus_dev wants to spend their time on.
There is a solution though, and this is more a feature request than anything else:
hydrus_dev, please expose some sort of interface for us to create downloaders. This would allow us that care about this to quickly respond to site changes or add new sites, and create robust interaction code, while you can ignore all of this entirely.
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

68f861 No.573

The other problem with using hydrus for personal use and sync from a laptop is that hydrus cannot view images remotely. Things that would be perfectly viewable over samba are downloaded, and the download process, as mentioned above, is annoyingly prone to failure.

Unless hydrus implements some local network conveniences within the client/server, or unless hydrus stops taking over files… I don't think hydrus will be an effective tool for a personal collection of images.

Like I keep saying, the insistence on taking over the files creates problems…. As is, hydrus is only good for personal collections if you don't use the hydrus server and exclusively access pictures from that one computer (eg not over LAN).

Maybe there needs to be a fork of hydrus with a focus on home users, rather than massive collaborative libraries.
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

68f861 No.574

>>573

you could put your Hydrus folder in Dropbox or set up a cross-network XXcopy script that runs in the middle of the night every night or use one of a million other generalized solutions for synchronizing directories between multiple devices that you own.
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

68f861 No.575

>>574
>>573

Hell, I primarily use Hydrus on my desktop computer over a Splashtop remote connection. That'd work just as well, better even, on a laptop over LAN than it does on a tablet over LTE.
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

68f861 No.576

>>574
Dropbox/cloud in general: No.

Syncing hydrus itself: Not a solution. That would mandate that I only ever make changes from one computer, because when syncing, the database file will be replaced, not merged.
Also, this method requires that I have the space for it on every laptop I use it on, and pictures can only be accessed on the laptops/PCs I specifically prepare before hand.

Using RemoteDesktop is the best solution so far, but… Really? That's just a pathetic work around for, again, a flaw that doesn't actually need to exist.

I'm just going to be super blunt: I have a collection of pictures I fap to regularly. Hydrus' tagging is a blessing, but the accessibility implementations are a curse. I had previously put pictures in folders and subfolders, which effectively means that any given picture can have one tag and infinite parent tags. For example, a folder of ahegao, with subfolders 'exhausted' 'shocked'. I use any given image viewer to create a slideshow of any number of folders (eg tags) and fap away. Hydrus lets me apply multiple tags without having to define a picture entirely by one trait, but then denies me simple, functional access.

It would probably be easy to implement an option, "remote files are on LAN" for the files service. If this option is checked, the viewer, "right click > share", etc operations would know the files are located remotely (\\pc\share\db\server\00\hash.jpg)
The user would have to set up the share and there'd had to be another option "database location" so you could type in the exact location of the db folder…
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

68f861 No.577

>>576
>I'm just going to be super blunt
I forgot to mention, these pictures are stored on an encrypted virtual drive on a remote PC. Hydrus interferes with the encrypted part (is it possible to run two servers on one PC?) and the remote part. Yeah, I get that tags are super flexible, but hydrus itself is incredibly inflexible.

At this point I'm really just considering using hydrus to help tag everything, but once I'm done I'll export pictures with the tags as the file name. Maybe I should take this opportunity to learn python and make a fork, if my requests are not agreeable with the 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.

68f861 No.579

>>577

You can definitely run more than one server on the same PC as long as they are using different ports.

I can see wanting to be able to edit stuff remotely, but that's what remote desktop is for; for faptimes, a synchronization of the "master" DB on your main computer is fine because presumably you are not editing while fapping.

I seem to recall the dev saying he wants to majorly improve the server, but we'll see what he says to all this. I agree with you that it'd be hypothetically useful to have an instant-sync master DB on the server that all the clients seamlessly access remotely, and my understanding (though I don't use the server) is that this is not how it currently works.
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

68f861 No.580

>>579
>I can see wanting to be able to edit stuff remotely, but that's what remote desktop is for; for faptimes, a synchronization of the "master" DB on your main computer is fine because presumably you are not editing while fapping.

Why are you adding unnecessary complication? Syncing takes time and disk space, and if you have as many pictures as I do, you won't be seeing even 5% of it all before finishing.

View the pictures over samba shares. Done. No wasted sync time, no wasted disk space on the laptop. Nothing to do with editing.
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

68f861 No.581

>>580

I'm a brute force solution kind of guy. They often work better, in my experience.
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

68f861 No.597

File: 1428170870868.jpg (420.54 KB,1657x2239,1657:2239,6de791807add53cbf783f004a0….jpg)

>>548

About drag and drop, some things about the database have changed since I last looked at it (files are stored with extensions, for instance), so that now I think of it, it won't be so difficult to do an ugly drag and drop. I will plan a prototype.

>>562

How about if I add an expandable control (like advanced tag options) that will list all the attempted urls and their successful/redundant/failed state, and then provide a right-click menu to retry failed ones?

>>573
>>576
>>579
>>580

I am planning to add multiple storage folder support for the client i.e. 'Hey, hydrus, you can store 200GB in this folder and 300GB in this folder'. This came from a convo with a guy who has nine million files, which obviously won't fit on one drive. The client would just balance file storage intelligently through those folders and occasionally 'defrag' itself to rebalance things. That should work over Samba. The client.db will still be stored under the main install dir to keep the CPU-intensive stuff quick.

Does that sound like a fix to this problem?
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

68f861 No.615

>>597
>That should work over Samba. The client.db will still be stored under the main install dir to keep the CPU-intensive stuff quick.
>Does that sound like a fix to this problem?

If you add this feature to the server, it will fix things. I want to be able to access the library from multiple locations, and if I understand this correctly, one database = one client = I won't be able to manage the library from the computer hosting the samba shares.
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

68f861 No.616

>>597
Yeah, having url-by-url control sounds great.
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

68f861 No.650

File: 1429505285496.png (187.11 KB,459x700,459:700,7ab0153c8c2bcb7e8555116948….png)

OK, I have a number of trivial suggestions

Home/End keys don't work in certain/most text fields, but they don't seem to be used for anything else in that context. Could we get those working?

I love sharing files through the booru, but I hate the incredibly long obnoxious URL. Might it be possible to make the booru URLs more manageable?

The 'share to booru' feature gives me a 'copy local url' and 'copy external url'. I'd like the ability to specify an IP/hostname for the external url. I have a vLAN/VPN with friends, so I have to modify the URL every time. Others might appreciate being able to use no-ip or something rather than a raw IP.

The 'paste tags' feature doesn't seem to work, at all. Maybe I'm using it wrong. I copy tags from one picture and try to paste them onto another, but the result is garbage (a lot of one letter tags).

Alternative views for 'tag parents' page. I'm thinking a tree view: show each parent tag once, and all the children underneath, indented. This will better illustrate multiple levels of parents (like you have already done in the tagging text field).

On the subject of parent tags, there doesn't seem to be a way to back those up. How about the ability to export tag relationships? (parent, sibling, censorship)

The image viewer's share menu is less complete than the normal share menu. Since the image you last viewed is automatically selected, this isn't a big deal, but why is this?

thanks

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

68f861 No.657

An option that if you tag one file, all the files that have the same tag in a namespace (e.g. the same title) get that tag also.

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

68f861 No.666

File: 1429917739623.jpg (30.4 KB,720x544,45:34,Kirk.jpg)

Some more flexibility with scheduling subscriptions would be good. Take these examples:

>update every Saturday at 2am

>update on the seventh of each month

>update on the first Tuesday of each month

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

68f861 No.670

>>615

If you point two databases at the same file store, you need to be careful with files orphaned in one database getting deleted out from under the other database when the client runs a cleanup. Otherwise, technically there's nothing keeping you from doing what you want.

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

68f861 No.679

It'd be nice to have a way to quickly add or remove tags to files without having to open up a new dialog each time.

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

68f861 No.680

>>679

Press F3 to open the tagging box

Press pagedown when in the tagging box to move to the next image, without closing the tag box.

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

68f861 No.685

File: 1430261645088.jpg (78.21 KB,682x1024,341:512,e9e2252d8dc8be7cd9b246650b….jpg)

>>650

Thank you for all these.

I think home/end is eaten up by the taglist beneath an autocomplete tag entry if there are results. When there are tag results, home/end scrolls to the beginning/end of the list of tags. Same with page up/down and cursor up/down. I'm not sure if that is helpful–maybe this behaviour should be optional?

I want to revisit boorus, including adding aliases. I don't have time now, but it is on my to-do list. Adding the better external url options is a great idea.

The way tags were copy/pasted in the tag dialog was an old method. I have updated it to use the same data protocol as clicking 'copy all tags' on a tags list, so this should work in future (although there are some graphical bugs that I'll clean up later). Thank you especially for this.

Better views for tag parents and siblings is something I really want to do (and maybe ways of filtering, like you might on a web browser's shortcut editing page), but I can't find time. It is on the list, but low priority. Same thing for exporting them. I'll get around to it someday!

The share menu on the media viewer is old. I've made a note to update it.

>>657

I think that tag parents can do what you want. Let me know if I've misunderstood, or if you would like help getting into tag parents.

>>666

Good suggestion, Satan. A good time to do this would be when I move subs over to JSON, which should be in the next month or two.

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

68f861 No.686

>>680

it doesn't seem to be working for me.

But I was thinking something like being able to manipulate tags from the selection tags box.

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

68f861 No.689

File: 1430354036662.jpg (31.81 KB,276x141,92:47,1230480709333.jpg)

>>685

>I think that tag parents can do what you want.

Not really. The idea would be to give tags to all members of a set at once. Most mangas share one tag for all images in them in many repositories, simply because even if you search for a tag, you typically want to read the entire manga. So if I want to add tags to the entire set, it would be nice to add them quickly instead of making a search page for the set and control-A F3.

Now that I think about it, tag parents could work if I made e.g. "title:this comic" a parent of all the tags the comic is known to have. However I would have to maintain a huge ass list of tag parents, one for every title I have.

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

68f861 No.690

>>689

I'ma go ahead and say your use case is too niche, and also misguided. The change you propose would be silly.

All this, for the ability to find manga by tags? Just tag the first (or any) page, then. It's not that hard to search for a tag, filter to the desired title:blah namespace that pops up in the list, and remove the initial tag filters, so that the only filter remaining is title:blah. Done. No need to do screwy things to hydrus namespaces.

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

68f861 No.691

Is there full boolean search?

What would i have to do if i want to view all images with at least one of a number of tags at the same time.

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

68f861 No.697

>>690

You seriously need to chill out.

What would be changed in the namespaces that would constitute "do screwy things"? My suggestion wasn't to change the namespace handling at all, it was to give the option to find the namespace and add the same tag to all the files with the namespace in one step.

Seriously, you presumed that I didn't know that you could refilter on a file once you found it? You have serious issues if your first reaction to something that doesn't make sense in your mind is to lash out with words like "silly" and "screwy."

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

68f861 No.698

Can we please get a way to add tags with a hotkey or a right click menu?

How about a modified version of the archive/delete queue where the left and right mouse buttons can be assigned to give different tags?

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

68f861 No.700

>>698

That exists- select multiple images, right click > filter > custom filter

>>697

Wow you're mad. My statement was not made with any vehemence or emotion, I'm sorry you interpreted it that way. I stated my case in what I thought was simply a 'matter of fact' tone. I stand by what I said- your request does not solve any particular problem and only serves to potentially screw up the database with its wide reaching implications.

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

68f861 No.701

>>544

>>597

Looking at this: http://wiki.wxpython.org/DragAndDrop#CA-cc495b3a21b78daea18c76017d6b2e6ae2c1b3c1_133

I've read up on DoDragDrop and apparently it blocks, so you could use that to your advantage here.

I am thinking something like this (maybe you've tried this already, I don't know):

def OnDragInit(self, event):
original_filename = 'somehow figure out the filename'
dest_filename = 'the new filename'

temp_dir = tempfile.mkdtemp()
try:
dest_path = os.path.join(tempdir, dest_filename)
shutil.copy(original_filename, dest_path)

file_object = wx.FileDataObject()
file_object.AddFile(dest_path)

tds = wx.DropSource(self.text)
tds.SetData(file_object)
tds.DoDragDrop(True)
finally:
shutil.rmtree(temp_dir, true)

On this page, http://wxpython.org/Phoenix/docs/html/FileDataObject.html , it mentions that FileDataObject isn't fully cross platform yet (it contradicts itself at one point too…). To be honest I would not worry about that, I doubt it's possible to get anything better and at this point you're only limited by what wxPython can do.

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

68f861 No.702

And I forgot to capitalize True which shows how little Python I've been doing recently

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

68f861 No.703

>>700

>Wow you're mad. My statement was not made with any vehemence or emotion, I'm sorry you interpreted it that way. I stated my case in what I thought was simply a 'matter of fact' tone. I stand by what I said- your request does not solve any particular problem and only serves to potentially screw up the database with its wide reaching implications.

You bet I'm mad. This is exactly what I have an issue with: your attitude. You have some idea of what a non screwed up database is but you don't say anything about what the implications are in terms of my suggestion. You're being condescending and dismissive, and to top it off you cop out your comments by saying you were just trying to be matter of fact, which is a failure in and of itself because it is not possible for something to objectively be "silly" or "screwy".

I'll grant you one thing: my suggestion does not solve any particular problem. Let's recap: I want to be able to select a couple images that may be part of a title namespace, and with one right click or similar step I want to apply a tag that the selected file has to every other file that shares the title namespace. I envision right clicking "creator:kikuchi hideyuki" and a menu pops up saying "Apply tag to -> title:vampire hunter d".

What it would do is change a process that takes about six steps now and make it take two steps instead. And I feel it's worth it, because I'm getting tired of tagging everything in a manga by opening new search windows for the namespace tag and hitting select all.

You may not feel it's worth doing, and you obviously cared enough to post. Explain yourself then. Twice now you've said that my suggestion would damage some ideal you seem to hold about the database.

What is it?

Do you feel that tags belong to images only and not collections? If so, then why is it that every manga collection site tags based on collections and the images have nothing beyond the page number to identify them?

Or is there an easier way to do what I'm trying to accomplish? Keep in mind I'm probably coming from an already filtered result page where I've found one image out of the hundred or so in the collection and I've hit upon someone else's tagging from the public tag repository which I want to add to the rest of that title.

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

68f861 No.706

File: 1430852977914.jpg (458.64 KB,1280x896,10:7,ff9c52bca0f5a310106f307f58….jpg)

>>691

Not yet. I'm all for adding it. How would you like the workflow to go? What series of clicks and button presses would say:

TagA OR TagB OR TagC

Would making shift+enter start/continue an OR chain work?

Would such a predicate be editable when it is active? (when it is above the autocomplete entry) How would it be editable? Where would an incomplete chain be displayed?

Any thoughts you have would be useful!

>>698

You can do this with a custom filter, although the interface is not ideal. I want to make shortcuts custom across the program so that eventually you'll be able to set specific tags or ratings from anywhere. It'll just take time.

>>701

I planned something similar to that when I was storing files without extensions, but I hated the overall idea of having to copy as an interim step. It also means I have to copy all the files in the gui thread (which blocks) before the DnD finishes. If the user accidentally dragged, that means ui delay. What I really want is:

Create a DnD object, throw it at windows.

Windows treats it like a file DnD, modifies the cursor appropriately

If the user releases on a droppable location, the DnD object is informed, including being told that path. Windows doesn't do anything else.

I can then copy the files to that location at my leisure, in a background thread, with complicated renaming happening dynamically.

But I think that would require a shell extension, which is both beyond my experience and non-multiplat. I tried looking through the Filezilla Client code to see how they do it, and I think they drop a file with a weirdass tmp name and then have a ShellEx that locates/tracks that file and immediately deletes it. They then know the dest_path and can stream ftp stuff at it as they like.

Since I now store files with extensions, throwing "{hash}.jpg" at a copy FileDataObject sounds like an ok compromise. I want to add thumbnail dragging to change thumbnail order as well, and also dragging thumbnails between search pages.

>>703

This is an interesting thought. I see that parents don't quite fix your problem.

Collections are proving a lot more complicated than I originally thought, and I think the ultimate solution I'll move towards is to bundle them up into single media objects–.cbrs or whatever. There are very few times you want to deal with page 62 of a comic alone, and many many times you want to deal with a whole chapter/volume. Tagging should probably work the same way.

I can add what you want, but I am not sure how to avoid false positives. What is to stop an over-eager user tagging creator:whatever onto series:whatever? Parents and siblings all go through a janitor process for this exact reason–they are powerful enough that a mistake can be ten thousand files tagged wrong. Perhaps this is something that could only work for title tags?

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

68f861 No.837

can you make it so we can control what types of files are imported automatically by hydrus?

I've got it set to import from my downloads folder, but I only want it to try to import images, not videos, archives or other weird files.

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

68f861 No.839

File: 1434478213422.jpg (386.27 KB,1844x1386,922:693,4985e25d6b65d786b8db39d3f0….jpg)

>>837

Yes, I can do this. I have added it to my list. I will need to create a new control to handle selection of which mimetypes you want–I suppose a list of checkboxes works, right?

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

68f861 No.843

>>839

that would be perfect, thank you.

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

68f861 No.846

File: 1434553466474.png (611.12 KB,600x414,100:69,1348799846335.png)

Sure, maybe in a tree of "image/animation/audio/video"

While you're in there can you add a way to move imported images somewhere instead of just deleting 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.

68f861 No.848

File: 1434564313909.jpg (479.35 KB,1676x1177,1676:1177,ddf1a04d6bdb59185d239e1686….jpg)

>>846

I think I'll change it to be something like:

successful files->do this with them

failed files->do this with them

redundant files->do this with them

already deleted files->do this with them

with the options being:

do nothing

move to location x

delete

Or something like that. Hence I'll be somewhat merging the 'synchronise' and 'delete' modes into a generalised and more granular solution. And maybe I'll add a checkbox for 'don't retry paths you already tried once', to optionally preserve the synchronise mode's current efficient behaviour.

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

68f861 No.858

When I want to share multiple images at once (such as when dumping several on an imageboard), it's a bit of a pain to have to right-click->share->copy->copy path each time. Having to go manage->files' tags is also rather redundant, especially since manage only has one option in it (although I usually end up using f3 anyway).

Can we have a way to customize the right-click menu so that favorite actions would be more easily reached?

Or maybe a better option would be to add more possible actions to shortcuts. Being able to assign ctrl-c to "copy path" of the currently selected image, for instance.

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

68f861 No.859

File: 1434823085322.jpg (464.39 KB,1517x1974,1517:1974,74d43d0b17cc57fa410b2afcb3….jpg)

>>858

I plan to improve shortcut customisation in the near future.

That said, at the moment hitting Ctrl+C copies the currently selected files to the clipboard, and if you only copy one, Windows should paste that as the path in a normal file selection dialog's path text box. I don't know about other OSes.

This week, I'll change manage->tags to be just 'manage tags' if you don't have any ratings services.

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

68f861 No.860

>>859

oh yeah, you're right, that does work. nevermind then

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

68f861 No.876

Can you make the danbooru downloader bypass the loli block?

https://greasyfork.org/en/scripts/3575-better-better-booru

This userscript does it well, I can give a simple explanation of what it does if you plan to implement this.

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

68f861 No.877

File: 1435334054386.gif (106.37 KB,128x128,1:1,spiderman-ani.gif)

When downloading from a booru/thread/etc., could it made so you can block files from importing that have certain tags?

Would a flow like this

>define tag x as blacklisted tag

>do a booru search for tag y

>find 10 results with tag y

>booru or tag database says 3 of those 10 results also have tag x

>download only the 7 files that don't have tag x

>add the hashes from the 3 barred files to a list of files not to be downloaded again, similar to when deleting a file

be possible to implement?

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

68f861 No.878

Couple things I had trouble with trying to archive an artist:

>got random failed images with a database error implying that it tried to access an object that didn't exist when pulling from dA; I suspect these are mature images, add an option to feed dA a user account similar to pixiv

>add a Blogger downloader

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

68f861 No.882

I'd like to be able to drag images from the client like with Windows Explorer. So for example I can drag an image from Hydrus to 8chan to upload 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.

68f861 No.884

File: 1435425557269.jpg (306.82 KB,1805x2488,1805:2488,0018fcdd08bda75192d5295822….jpg)

>>876

Hentai Foundry does something like this–I have to push some search options before parsing gallery pages to get all the super-rude images to display. Does danbooru work similarly? A simple summary of that script would be great–just the POST calls I need to make or GET args I need to add to unfilter the gallery results, or whatever!

>>877

This is slightly tricky, because hydrus can usually only link a file to a url after the file has been downloaded (it needs the file to generate the hash). I can add a censorship taglist fairly easily, but to be comprehensive, I would probably add the filter check to after the import. I am thinking of adding a 'recycle bin' service soon, so I would probably move a censored file to that immediately after import and inform the import page that that had occured, so where it says '3 successfuil, 1 failed', it might also say '2 censored'.

Is this what you are looking for, or were you specifically looking to reduce bandwidth by censoring before the download?

>>878

Do you have any of those errors still, that you can post here/email to me? They were probably written to your client.log, which is in install_dir/logs.

I am not sure what you mean about feeding dA a user account like pixiv. I thought my dA download page already searched by artist name? Is there a way of searching with some numerical user_id?

I can definitely add a blogger downloader. Do you have an example blog of the sort you want to parse?

>>882

This has been a problem in the past because I wanted to do it in a 'beautiful' way, but I think I will have to bite the bullet and do it in an ugly way that works for Windows, Linux and OS X all the same.

I will make a job in my to-do list to prototype this. For now, you can do very similar just by hitting Ctrl+C on your selected thumbnail and then Ctrl+V on your browser's file selection dialog.

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

68f861 No.885

>>877

>>884

I was hoping not to have to deal with content that I'm not interested in by avoiding downloading it in the first place, and as you say, to save bandwidth. I get what you're saying though. I didn't know generating a file's hash was needed to get the remaining tags.

Thanks for the response and keep up the good work m8

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

68f861 No.886

>>884

For danbooru you need to use the API for the searches

http://danbooru.donmai.us/posts.json?tags=<tags>

or

http://danbooru.donmai.us/posts.xml?tags=<tags>

whichever you like

From there get the id and go to the post page

http://danbooru.donmai.us/posts/<id>

On this page you can either get data-file-url from #image-container

or get the meta tags og:image or twitter:image:src

these can contain a sample url, so you may need to brute force the extension

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

68f861 No.887

>>884

Not sure what you mean by "ugly" method but it works for me. The main thing I'm looking for is that it works for multiple files at once though, unlike the copy-paste method.

Thanks though!

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

68f861 No.890

>>887

For multiple files, you may just want to export them all to a folder and delete the folder afterwards. A bit of a pain, but at least you can select them all at once.

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

68f861 No.891

>>877

Most boorus let you search for files without a tag. If you want tag x but not y, then you would just search for "x -y"

A more permanent blacklist might be a neat idea, though. It could let me avoid loli without having to remember each time, for instance.

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

68f861 No.892

>>891

I know this and use this method where possible, especially if I strongly wish to avoid some content. However, like you said, it would be better not to have to make a new blacklist each time you do any kind of search.

Another thought, some boorus have a limited number of tags allowed per search, and having a built-in option to filter unwanted content could partially get around that I think.

Now I'm thinking about it, what about a system with a custom blacklist where you can place tags in order of severity? Here tags at the top of the blacklist get added to each search as a "-tag" if there's space in your search, and tags lower down the list, if there's no space left in the search to put tags, the files are downloaded and then censored automatically. mite b cool.

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

68f861 No.893

The Help mentions a hidden wildcard at the end of a search for tags. This is a good feature but it seems to make slower computers stutter especially when synchronisation is happening.

Any chance for an option to turn this off / a button to autocomplete a 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.

68f861 No.894

>>892

I think ideally, you wouldn't want to download a blacklisted tag at all if possible.

Rather than just trying to censor what's being downloaded, I think the best option might be a client wide blacklist, so you can avoid blacklisted tags already in your database and from incoming images unless you explicitly search for those tags. Maybe an option to delete blacklisted images as well.

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

68f861 No.895

>>894

I agree with you there, I was just taking into consideration some things hydrusdev mentioned when first replying to me here >>884

>This is slightly tricky, because hydrus can usually only link a file to a url after the file has been downloaded (it needs the file to generate the hash). I can add a censorship taglist fairly easily, but to be comprehensive, I would probably add the filter check to after the import.

Having the option to create a custom blacklist that appends itself to each search in "-tag" form should be enough for some boorus, but for others, like for example e621, which limits searches to 6 tags, and Danbooru, which limits searches to a mere 2 tags, some more flexibility is needed.

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

68f861 No.903

File: 1435792089266.jpg (181.5 KB,847x1320,77:120,485b09a056bc1a427e4c571915….jpg)

>>894

>>895

I have thought about this a bit and decided that I'll add it when I rewrite the downloader engine (which should be in the next month or two). I'll check for tags before I download a file, and if the tags include any censored tags, it'll skip the file.

>>893

Do you want it only to return counts for the exact match for what you put in? Like if you type 'tank', you would only get:

tank (210)

or whatever? If so, you can probably do something this by changing the various thresholds of the autocomplete dropdown searches in file->options->maintenance and memory. The 'autocomplete' options are what you are looking for–hover over the number control, and you'll get a tooltip explaining what each one does. If you can't figure it out, just ask and I can explain more.

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

68f861 No.905

File: 1435838114155.gif (1.05 MB,320x240,4:3,jKQeXPS.gif)

>>903

Once again, doing God's work.

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

68f861 No.913

>>884

>Do you have any of those errors still, that you can post here/email to me? They were probably written to your client.log, which is in install_dir/logs.

>

>I am not sure what you mean about feeding dA a user account like pixiv. I thought my dA download page already searched by artist name? Is there a way of searching with some numerical user_id?


AttributeError

'NoneType' object has no attribute 'parent'

Traceback (most recent call last):
File "C:\code\Hydrus\build\client\out00-PYZ.pyz\include.ClientDownloading", line 1172, in __call__
File "C:\code\Hydrus\build\client\out00-PYZ.pyz\include.ClientDownloading", line 1255, in _GetArgs
File "C:\code\Hydrus\build\client\out00-PYZ.pyz\include.ClientDownloading", line 394, in GetFileAndTags
File "C:\code\Hydrus\build\client\out00-PYZ.pyz\include.ClientDownloading", line 382, in _GetFileURLAndTags
File "C:\code\Hydrus\build\client\out00-PYZ.pyz\include.ClientDownloading", line 309, in _ParseImagePage
AttributeError: 'NoneType' object has no attribute 'parent'

By "feeding dA a user account" I mean something like the "manage pixiv account" option for viewing mature images. https://github.com/xofred/deviantart-gallery-downloader does the same thing, but that uses Mechanize to crawl galleries manually so it may not be applicable to you.

>I can definitely add a blogger downloader. Do you have an example blog of the sort you want to parse?

http://fupoo.blogspot.com/

Right now using a URL downloader on that blog while fucking with the URL search paramaters sorta works but is clunky and doesn't grab images after the jump.

And now that I'm thinking of it, I also got shit like this trying to crawl Paheal:


Database Error!

<include.ClientData.Booru object at 0x07617EF0> is not JSON serializable

Unknown Caller, probably GUI.

Traceback (most recent call last):


File "C:\code\Hydrus\build\client\out00-PYZ.pyz\include.HydrusDB", line 172, in _ProcessJob


File "C:\code\Hydrus\build\client\out00-PYZ.pyz\include.ClientDB", line 6007, in _Write


File "C:\code\Hydrus\build\client\out00-PYZ.pyz\include.ClientDB", line 4698, in _SetJSONDump


File "C:\code\Hydrus\build\client\out00-PYZ.pyz\json", line 243, in dumps


File "C:\code\Hydrus\build\client\out00-PYZ.pyz\json.encoder", line 207, in encode


File "C:\code\Hydrus\build\client\out00-PYZ.pyz\json.encoder", line 270, in iterencode


File "C:\code\Hydrus\build\client\out00-PYZ.pyz\json.encoder", line 184, in default


TypeError: <include.ClientData.Booru object at 0x07617EF0> is not JSON serializable

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

68f861 No.915

File: 1436295489640.jpg (204.02 KB,1373x2092,1373:2092,c6c5d0b0113053898944869c61….jpg)

>>913

Thank you for this information.

That first error is an unexpected failure of my parser to find a download link for a file. I have improved the error, and it should also print for which url it failed. If you see it again, please let me know the url so I can see what is going on. I expect it is a webm or something that uses a slightly different link-text than 'Save this file' or 'Save this video'.

I didn't even know that DeviantArt allowed adult images! I can add a pseudo-login, but I would rather keep it simple if I can. I just had a poke around their html, and while they are quite careful to hide mature images and thumbnails (and even identifying information from which I could extrapolate a link) from non-logged in users, they acidentally leak the encoded image link in a tumblr share button. I don't think I'll have time today, but I'll put some time into it next week.

Blogger shouldn't be too difficult–thank you for the example. The jump through the 'are you an adult' splash page will be an extra step to code, but that's it. There is probably an API to skip it entirely. I will look into it next week.

That Paheal JSON error is a mistake from the gui session rewrite from a couple versions ago. Booru pages aren't being saved to the database properly, which also happens every few minutes to maintain the 'last session' gui session. It is just some annoying error spam while a booru page is open, but the downloader otherwise works. It is fixed in tomorrow's release.

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

68f861 No.921

Is it possible to implement a command in the context menu that sends a picture to IQDB? It would be great to open iqdb.org in the default browser, sending the current image to look for the source.

I don't know if this could ever work though.

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

68f861 No.1003

Would support for .zip or other archives be possible? i.e. given an archive file it attempts to import any images it finds.

Exporting as a .zip might be nice, too

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

68f861 No.1014

File: 1439326325456.jpg (122.66 KB,1076x1489,1076:1489,28f249707ab737c86d2ddb623e….jpg)

>>921

I am sorry, it looks like I missed this post. I'm planning to do something like this, but I've since added the thumbnail drag and drop export, which should speed up doing this the traditional way.

>>1003

Ironically, I just removed this support a week or so ago! It was making my other code complicated, so when I went to rewrite it, I didn't bother to update the zip stuff. I can bring it back, but I'll probably create separate dialogs for it.

I'll add support for more formats than just zip, as well, as here:

https://docs.python.org/2/library/archiving.html

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

68f861 No.1030

File: 1439489291728.png (55.64 KB,456x254,228:127,2015-08-13_20-00-38.png)

Could we get a feature to rename individual tabs in the session? Simple right click menu on the tab with a rename tab option opening a simple dialog with one textbox would be enough.

Also, when you slim down the leftside panel with all the search and tags fields, the fields themselves stay fixed width.

Given that some very long tags can make it scroll sideways (and the sideways scroll bar appears within the thinner panel without being hidden, unlike everything else in it) anyways, can the fields contract with the panel itself?

Thanks for your time.

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

68f861 No.1037

File: 1439582763568.jpg (255.49 KB,1491x1877,1491:1877,12aaf2e094a8543ee92e5b26de….jpg)

>>1030

Thank you, this is a great idea. Should be simple, so I'll try to fit it in this week.

I'll have a look at the management panel minimum widths, as well. I noticed this bad resizing when I was working on the thread watcher the other day.

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

68f861 No.1053

File: 1439872921910.png (16.49 KB,838x640,419:320,Untitled.png)

This may or may not be a sound idea: being able to customize how many files Hydrus downloads from a site before it "takes a break" for a time period before retrieving any more. I find most times when a file fails to download it's after Hydrus has already grabbed a hundred or so images, maybe because the site is trying to limit your access or something. Perhaps be able to make the downloader take a break as soon as a file doesn't download?

I don't know, might not necessarily be the best solution.

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

68f861 No.1054

I would love to see some refactoring done, the way Hydrus seems to be structured now, the server and GUI client seem to be very interlinked with wxWidgets, which I figure makes it hard to make the server run headless. Please note I make this observation from looking at how the client behaves towards the user, haven't had much quality intimate time with the code yet.

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

68f861 No.1055

File: 1439916547930.jpg (183.86 KB,1600x1045,320:209,c3258d71a979b62d829f8b9642….jpg)

>>1053

This is a good idea. I will add options to change the inter-file and inter-gallery-page delay times (currently three and five seconds or something), and adding another option for a break period after n files should be doable. I could also do it based on num_requests and num_mb sent to any particular domain (i.e. after 50MB, wait twenty mins before requesting again from there).

>>1054

This is in the works, and I try to do a bit more every week. The server's wx parts aren't necessary, so I plan to replace them all and move to console switch and network POST request control of the server. So far, I have refactored my general file parsing and rendering code away from the wx-entangled client-specific code and cleaned up my import tree so the server doesn't accidentally import any client code. Now I have to rewrite the wx app controller for the server and pull wx out of my pubsub and db maintenance timer code. And then add some switches to control 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.

68f861 No.1070

I've been loving Hydrus for awhile now and wanted to start using it to manage a video collection since folders just weren't cutting it anymore.

The open externally option works great for this.

Only problem is that thumbnails are only generated from the very start of the videos, not part way through.

So visually all the added videos look the same; black boxes because they all fade in.

Is there any way that thumbnails could be generated part way through the video's duration for mp4s or does that conflict with how the server works?

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

68f861 No.1071

>>1070

Honestly I think you'd be better served by using software actually intended for managing video collections. Kodi, plex, emby are all good cross platform solutions to take a look at.

Imo projects need a scope, and it's fine to use it however you want, but when you start asking the dev to support your unintended uses you put the project at risk for feature creep. Offset thumbnail generation isn't (afaik) a big ask, but there are already so many excellent video cataloging programs that already do what you ask- I really don't see the point in bending hydrus that way.

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

68f861 No.1074

File: 1440525585797.jpg (382.42 KB,1280x1498,640:749,49a8f71f4d591db7b5300e627e….jpg)

>>1070

I am considering converting to animated thumbnails for video because of this. Something like grabbing ten frames evenly spaced throughout the video and packaging that into a small gif or just a list of jpegs.

I can then add an option for which frame people want to show by default and also do a preview ~10-frame animation when people mouse over the thumbnail, like how some video sites do.

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

68f861 No.1077

>>1074

that sounds amazing

>>1071

I actually use Plex, but that's for shows and movies where metadata scraping is possible.

Not the type of video library I'm talking about.

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

68f861 No.1080

File: 1440672389653.jpg (11.38 KB,133x188,133:188,dazzler1.jpg)

>>1074

Weren't you going to do something similar for ugoira support? Could do the same thing for both.

Also do you still plan to give us a way to save our tag import regexes into profiles? I have to copy and paste the same five regexes into the namespace import box with every bleeping folder I import.

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

68f861 No.1088

File: 1441131338544.jpg (1013.38 KB,2327x2980,2327:2980,e03e5b8c19cc9928592659f988….jpg)

>>1080

Both ugoira and saved tag rexes are on my to-do list, but it is taking a while. This week I have almost finished my big wxless server rewrite job, and then I want to move subscriptions and gallery downloads to the new download system, and then I should be a bit more free to add complicated new things.

Saved regexes should be the simpler of those two jobs though, so I will bump it up a bit.

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

68f861 No.1096

File: 1441288284972.png (12.82 KB,200x104,25:13,how-do-I-skip-this.png)

I want to be able to skip this and send files directly to the trash on pressing delete.

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

68f861 No.1100

File: 1441302288796.jpg (360.45 KB,1621x1582,1621:1582,7ad0ebc08677a987d0cfff364f….jpg)

>>1096

I will add an option for that this week, and for archive/return to inbox multiple files. Thank you for the suggestion.

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

68f861 No.1105

Is there a way to import ratings like Safe and Explicit from boorus when getting tags? That would be helpful.

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

68f861 No.1106

File: 1441583344993.jpg (166.17 KB,1228x1553,1228:1553,d5af6765c50cefd734d88dcf58….jpg)

>>1105

Not at the moment. Would you like to import it like a namespaced tag, like 'rating:explicit' or whatever? I can't add import to literal like/numerical ratings until I move gallery downloads and subs to the new system.

Also, is there a standard for this stuff across boorus? Is it only 'safe' and 'explicit', or can it get more complicated?

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

68f861 No.1108

>>1106

Most boorus I've used also have "questionable".

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

68f861 No.1109

>>1106

Currently I am tagging manually with rating:safe rating:questionable and rating:explicit.

These are the ratings that sankaku chan, danbooru and gelbooru all use.

After some research, konachan and xbooru also use this scheme, so it appears to be a standard.

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

68f861 No.1111

File: 1441735554158.jpg (155.45 KB,1011x674,3:2,05e62dd4414e89c8b144260837….jpg)

>>1108

>>1109

Thanks. I will see about adding this to the booru code as a 'rating:' namespace. This might be something that is easier to add after I convert galleries and subs to the new system. I'll think about it a bit, and have a look at the html and css.

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

68f861 No.1125

If it's not already added: an option to bypass the recycling bin and use the old behavior of deleting from disk.

I just noticed the change introduced in version 170 to use the recycling bin broke the option 'delete files after successful import' on my linux install and I can't tell if this is a bug with hydrus or if I'm being retarded. Plus not having to empty the recycling bin of imported files is convenient on both *nix and windows.

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

68f861 No.1129

File: 1442169921518.jpg (231.38 KB,1470x2651,1470:2651,11e5b1c2b63e369053fc4e5ad8….jpg)

>>1125

Sure, I'll add an option.

Do you have an error for the 'delete after import' stuff, or do the files just not disappear? It is working for me on Linux and Windows, even on read only files. Do you know if your Linux distro has unusual rules for what can be sent to the recycle bin?

Error tracebacks should be written to the bottom of your client.log, which is in install_dir/logs.

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

68f861 No.1130

>>1129

>Do you have an error for the 'delete after import' stuff, or do the files just not disappear?

No error message appears and the files just don't disappear. As far as I can tell nothing is written to client.log about it. I've also tried launching from a terminal window to see if anything would show up there. What I've found is that trashing a file within hydrus and then using 'delete from trash now' on it does send the file to recycling bin as expected, so originally I thought it was a problem with permissions. I tried different combinations of r/w, ownership, and even trying to delete on import a file previously imported by hydrus (identical permissions as one that can be moved to recycling bin via trashing).

>Do you know if your Linux distro has unusual rules for what can be sent to the recycle bin?

Not that I know of. I'm running Debian stable. Since no one else is talking about this I'm guessing that things are set up wrong on my end.

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

68f861 No.1135

I don't know why this hasn't been implemented yet.

Is it possible to have an option for the client to minimize or close to the tasktray?

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

68f861 No.1140

File: 1442341188740.jpg (631.11 KB,1748x1905,1748:1905,2b30922a650069a3e4b5220af5….jpg)

>>1130

I looked at the code again, and deletion errors in this case were getting silenced. I have now made them pop up and write to the log. Let me know if you get any continued trouble with this, even after you move to deleting rather than recycling.

>>1135

Thank you for the suggestion. I have had trouble getting taskbar icons to work in Linux/OS X, so this might be a Windows-only option to begin with. I'll add a shortcut for it, as well.

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

68f861 No.1148

>>1140

Fine with me if the tasktray thing only works on windows for now.

Also, another suggestion if it isn't already part of the sub rewrite, would it be possible to specify arbitrary tags for each sub, instead of only being able to rip them? It's annoying to manually append them every import, especially when I forget to do so.

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

68f861 No.1149

File: 1442768656896.jpg (237.14 KB,1648x1333,1648:1333,ea5619ec476a7f98de72e82471….jpg)

>>1148

Yes, adding tags to subs is planned. I'll have it work like for import folders. I can extend it to multiple tags in future, if people want that.

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

68f861 No.1154

I'd like to know how much disc space a tag or set of tags takes up. Is there a way to do this without searching for the tags and then selecting every image? when you've got tags containing several thousand images, trying to do that can severely slowdown/freeze the client

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

68f861 No.1155

File: 1442939655202.jpg (563.36 KB,1686x1318,843:659,6d9c6a87379906a0bcee944207….jpg)

>>1154

No quick way inside the program. You can make sure your client loads things as fast as possible by making sure your db is vacuumed (database->maintenance->vacuum) and that the hard drive hydrus is installed to is fairly fast and defragged.

That said, I would like to work on speeding up media loading times. Some predicates like num_tags work way too slowly on a big db. Do you find the slow period is when the client just says "Loading…" in the status bar, or when it says Loading… x of y?

Since you want something simple and low level, if you like, you can query the db directly by going to install_dir/db and opening client.db in sqlite3 or SQLiteStudio. If you have never done this sort of thing before, I recommend SQLiteStudio, as it has a friendly gui. In that, you should be able to open client.db and a SQL Editor page and run a command like this:

SELECT SUM( size ) FROM files_info, ( mappings, tags USING ( tag_id ) ) USING ( hash_id ) WHERE tag = 'alphonse mucha';

That will select total size for all namespaces and all tag services. It will result in either a number, meaning total bytes, or NULL, meaning nothing was found. I can generate a more complicated query that'll do namespaces or other pseudo-predicates, if you want.

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

68f861 No.1156

Manga downloads for Pixiv, pretty please?

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

68f861 No.1157

>>1155

vacuuming noticeably improved the speeds to where it's bearable, thank you.

Most of the loading is "loading x of y"

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

68f861 No.1159

File: 1443025352485.jpg (115.89 KB,877x1204,877:1204,b91bfd3c8bdb8264e25bd9ae3c….jpg)

>>1156

I am planning to work only on the downloader and subs rewrite next week, and likely the one after as well. Once that is done, it will be much easier for me to add things to the gallery downloaders, and I will get right on this. Please keep reminding me if it looks like I have forgotten.

>>1157

Great. I will keep working on speeding this up.

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

68f861 No.1172

so ive noticed webms that have sound, lose their audio track in hydrus. If you could add sound support, thatd be awesome!

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

68f861 No.1174

File: 1443801544627.jpg (102.62 KB,640x872,80:109,90f7858e054282e2644b1627c4….jpg)

>>1172

I definitely want to support audio natively, and I have a rough plan to get there. Once I am happy with this current downloader/subs rewrite, I should be free to work on big new features like this again.

I should be able to support sound for mp4s and mp3s and whatever else as well, which will open up the program to do several new things and will also need some new gui elements to handle mute and volume and so on. The audio is still in your webms, btw, I just don't render it. I use 'open externally' on those webms for now.

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

68f861 No.1178

Might be outside the scope of hydrus, but what about some sort of positional annotation for images. Some popular boorus have this feature; it is normally used to translate an image without having to modify and typeset the it. They normally work by displaying the text when you hover your mouse over a specified area (say a speech bubble).

You could set it up by having a companion file for an image with annotations, and in your chosen file format, have position, size, and content information. I.E. there’s the image file “(some SHA hash).png” with annotations. The annotations will be in “(the same SHA hash).yaml,” and hydrus will read that file when the image is previewed and render the annotations on top of the image.

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

68f861 No.1181

I would like to be able to assign keys to zoom functions, primarily a "zoom full" and "fit to screen" switch, instead of using ctrl-mousewheel.

Also, a way to choose default display behaviour for images that are larger than the screen resolution akin to the already present zoom for smaller images would be much appreciated. Something along the lines of "fit larger image to screen width" is what I am missing most

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

68f861 No.1188

Is there any possible way to speed up the time it takes to import files into the db? Even importing 500 files can take up to 20 minutes, which is a long time considering I have a few hundred thousand files to import. Perhaps it's because I have such a large amount of tags/mappings.

I almost wish I could force it to use 80% of my CPU/ram.

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

68f861 No.1206

File: 1444498916510.jpg (128.63 KB,1011x1304,1011:1304,95f331b349c46d8aab123a3fa2….jpg)

>>1178

I like the idea, but this is outside my scope for now. In the future, the network may run user-written app services, which would support this sort of specialised function very nicely, but for now I just don't have the time.

>>1181

I have a plan to move towards complete shortcut customisation for all functions. The situation should get better as I continue my overall YAML->JSON rewrite. (some shortcuts are currently stored in YAML, and some in JSON, and some are hardcoded, and there are then two or three ways the gui catches key/mouse events, and it is generally a bit of a mess all around that needs cleaning up and harmonising).

I've been thinking of extending the current 'zoom to fit canvas' option to support also saying 'unless the image is >90% normally', as pngs and other sharp images get unnecessarily blurry with the tiny zoomin. Adding 'fit to width/height' and other options is a good idea, and maybe having different options per mime as well. I will make a proper job of it and put it in my to-do, thank you.

>>1188

Someone in the v175 release thread mentioned file imports being slow. I am not sure what is causing it. The file importer should attempt to run as quickly as your machine allows, and my dev machine reliably rises to ~25% CPU (using all of one of four cores) and imports about 2-3 files per second, depending on file size, but some people seem to be having some gui-related delays that I haven't pinpointed yet. I just ran a test on my laptop, and I only get 7%, and about 1 file/s, so perhaps having a tag- or file- heavy db is causing the slowdown. I am looking into it.

HDD latency is also a common problem. Is your hydrus hard drive particularly fragged or full, or could there be some other disk-intensive program running while hydrus is trying to import?

If you like, go help->debug->db profile mode while you are importing some files. That will dump a lot of profile text to the bottom of your log file (install_dir/logs/client.log). You can email/pastebin those profile tables to me and I can have a closer look at your situation.

Unfortunately, the language I write hydrus in (Python) won't work on multiple cores simultaneously unless you bend completely over backwards, so I am limited in some CPU areas.

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

68f861 No.1218

>>1217

>Do you think it's possible to have an option for swapping spaces with underscores instead when searching tags?

Why not just put underscores in your tags?

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

68f861 No.1220

>>1218

I didn't want to manually mess with the tags.

On second thought, I realized how minor it is. Spaces are fine, Nevermind.

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

68f861 No.1223

I'm going to throw this in here so other people can comment on it too.

Auto-Loading

When I type in a tag, it loads all the files related to that tag. (At the bottom left corner on the status bar)This can take several seconds depending on the amount of files loading. I was thinking instead, you can have users limit the amount of files that is loaded at a time.

So for example, when I type in "character:princess peach", it'll only load the first 100 out 1,000 images. (Additionally, Allow users to set how much is loaded) Then, as I scroll down past the 100 image mark, it'll load the next 100, and so on, until it reaches the total of 1,000. Basically, it'll work exactly like Sankaku's Complex Auto-Paging system.

https://chan.sankakucomplex.com/

This is extremely useful if someone were to type in a generic tag like "loli", which would cause the client to attempt to load around 120k files at once. Instead with this method, you'll get the results nearly instantly. Right now if I type in loli, it's going to take quite some time for me to even see any images show up.

TL;DR, load files in small chunks instead of 1 large chunk.

Tag List

This may or may not need to be a feature, but I don't see a way to view all of my currently available tags? I realize this will take awhile to populate, so I figured maybe you can have an additional option to limit how many tags are displayed at once(around 20 is good), and have it so scrolling the tag list auto-generates the next 20 tags and so on.(same as method above, except with tags)

Gelbooru has trending tags, which shows around 20 tags on the left side. However since we obviously can't have a trending tags, it could be randomized to give the same result.

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

68f861 No.1224

File: 1444755783117.webm (399.86 KB,1280x720,16:9,1.webm)

>>1223

Here is a webm of what I mean when entering a generic tag. As you can see, it takes awhile. With my file streaming suggestion above, it'll stop loading at 100, or whatever the user sets, so that I get my results quickly.

(Loading is also slightly slower due to the fact that I was currently importing files + recording)

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

68f861 No.1229

File: 1444761814119.jpg (120.61 KB,763x768,763:768,b5099221a1c69fe8d2d88b2a7f….jpg)

>>1223

>>1224

Here's what I just emailed you, so people can see what I generally think:

I like the idea of auto-loading. I am going to have a look at my media-generation code (the bit that does "Loading 512 of 2000") in the near future, and if I cannot speed it up sufficiently, I will look at doing something like this. Thank you for the suggestion.

If you haven't seen it yet, for now you can add a "system:limit" predicate, which will limit the results to a random sample up to the given number. I use it all the time, and it does the first half of what you are talking about here. You can also pause a search by clicking the "searching immediately" button, which is helpful if you want to put in several tags without having the CPU hit of the half-completed search going on in the background while you type the subsequent tags in.

There's no way to see the tag list yet. I have thought about creating a tag cloud to display a client's most popular tags, and there is a thought to add this information to the tagging dialog (e.g. anything tagged with 'series:blah' could have a tag cloud that had various common 'character:' tags for that series), but I am not sure how I would really display that data on a normal application gui.

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

68f861 No.1231

OK, I have a reason to revisit the server again. BARE minimum change I would have you make- if the client is local to the server (eg same directory/installation) have just one shared database.

Having the client and server operate on separate databases results in one of two things: the database being twice as large as it needs to be, or reduced client functionality. I have my database, I want to share it while still being able to use the client and without wasting space.

I can see two solutions

1) couple the client and server into one database

-or-

2) implement LAN/local specific client-server code for the client viewer. That is, keep everything exactly the same except allow the viewer to directly access the server database, as opposed to importing it to the client database and viewing it there. This could be in the form of a special kind of user, instead of writing LAN code.

What do you think? My end goal is to have client functionality for my personal uses, while also serving my database.

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

68f861 No.1240

File: 1444863468628.jpg (3.23 MB,1754x2563,1754:2563,66ad4d690583beed797335988c….jpg)

>>1231

Thank you for the suggestion. I have thought about doing something like this before, but it is actually quite tricky, as the way the server and client store some sorts of similar information is different, and so many tables just can't be combined without hacking things into inefficient shapes. The server stores files and tag mappings with timestamp and account info for every row, for instance, while the client considers everything to be timeless and anonymous and is more concerned with keeping everything quick to search. Combining the two datastores would also need new gui and db code to replicate all their existing http communication on an intra-application level. Furthermore, the db engine I use, SQLite, is a complete pain about multi-threaded access, so trying to get simultaneous server and client access would require some locking magic that would almost certainly slow things down, especially when the server wanted to suddenly generate a big update for 45 seconds straight.

Writing insta-access local http requests produces some not dissimilar problems, in that the server is designed to use very little CPU recording new content and occasionally generating update files, not in performing complicated tag queries. I could create a cache of the server's data inside the client and search that, but that's what a file repository already is.

My general long-term plan is to move many of the server's responsibilities to the client, file sharing included, once I have some p2p functionality going. I don't really like how the file repo works, so it might be better for the server to be a p2p node-connection facilitator, rather than a big media server.

If your concern is more in doubling file storage between the client_files and server_files directories, there is probably a good way to neatly merge them, maybe with an auxiliary db file that tracks which hashes to keep and delete between the two programs, but that makes clean backup and restore a new headache. I will think about it a bit more. I expect I am missing some obvious solution. If you have any ideas on how to cleverly do this (and it needs to be multiplatform, so we can't spam symlinks), I would be very interested.

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

68f861 No.1241

>>1240

I'm not suggesting symlinks, but on the subject of symlinks & Windows, cygwin invents its own symlink to neatly avoid the permission issues in NTFS style symlink. Food for thought.

I like the idea of moving the server's functionality into the client. The client already has the beginnings of a booru server, and imo it would make a lot of sense to

a) rename client.exe to hydrus.exe, remove server.exe

b) add a headless mode to hydrus.exe (hydrus.exe –daemon)

P2P sounds interesting- are you thinking complete redundancy across the entire P2P pool, or…? I can't really tell you how to handle the server, since the massive scale you're designing for is not how I'm used to thinking. I'm also not used to the concept of DB locking- I remember that as a thing of the past, because so many internet services have found ways around it. I don't have personal experience here though.

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

68f861 No.1247

File: 1445010004819.jpg (261.28 KB,1178x1701,1178:1701,1006c1dfde1bdc614e4a248e65….jpg)

>>1241

Hydrus.exe is generally where I think I am heading. I would eventually like the network to move towards something like gnutella, but working with hydrus's specifics like sha256 hashes and predicates and optimised for small files like images.

I'd like for people to be able to go "show me some x" and get a page of thumbnails for the various media the other nodes have to share. Not necessarily comprehensive over the whole network, but more like "here's some x I found" like Limewire and those other clients used to do. Nodes would share their and others' file and tag caches about, perhaps with differing levels of trust, and offer proxy and signing services as well. Specific always-on supernode services would probably play a part, but only really as certificate authorities and IP caches and that sort of thing.

That's a very vague description of a very complicated system, so my current practical plan has been to get some instant messaging going and start tacking on features like real-time IM file transfers. In time, I can add asynchronous (email) messaging and so on and so on. I was messing with this stuff a long time ago, but I've been distracted by the sheer mechanics of showing media in the client (which is what most people request me to work on). I have a lot of ideas and a few splatters of mostly broken code lying around. Nonetheless, I feel that the 'searching and viewing and tagging/rating' part of the client is working fairly well right now, so I am starting to think about this stuff again.

I am also planning to add support for many regular client actions (import and tag files, that sort of thing) to the client's local server, through POST requests. Then people will be able to externally script mass imports and tags from various complicated locations. Formalising more client commands into proper serialisable objects is a good step towards client-to-client syncs and so on.

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

68f861 No.1258

File: 1445369062921.jpg (116.59 KB,2140x1605,4:3,1439155146001-0.jpg)

I'm new to hydrus and so far I'm really enjoying it.

There's one thing I would really like to see and that's the implementation of sibling posts. I would like to be able to link two or more entries together and preferably have them show up next to each other.

I often have multiple versions of the same image and I don't like to see them all over the place. This seems like a good solution to that problem.

I could obviously just tag it with different volumes and pages but that just looks bad to me.

I don't know if there is already a better way to do it but this seemed like the place to leave my idea.

Thanks for your time and keep on doing what you're doing!

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

68f861 No.1268

File: 1445449535526.jpg (533 KB,1280x1575,256:315,40c2b7c14543f51f3d0a5ea3f9….jpg)

>>1258

I am glad you like it!

One of my next big plans is to scale my 'looks very similar' duplicate detection code up to the entire database, so you'll be able to say "show me all the images that might be slightly different resolution, or have little watermarks, but are otherwise basically the same thing", and then have those results appear in a way that makes sense. I then aim to add some new concepts for the db to understand like "This file is the same as this file, but it has a slightly higher resolution" or "has fewer jpg artifacts" or "isn't cropped" or whatever that people can enter, perhaps through some filtering system. This information could be shared through a new service, and then people could clean their dbs and merge tags for dupes in an efficient way by setting up commands for each relationship type (like "when you spot dupes, I want you to delete the version that has jpg artifacts and port its tags over to the better version.").

It would be easy for me to add "This is an alternate of this. The first image is the 'parent'." to that sort of system. I could add a little button to the media viewer to show the stack of alternates, or include them in normal queries, or whatever. In any case, I am not very happy with how collections work at the moment–I think I could incorporate this sort of rich metadata into better sorting and display of media. But the first step is in gathering that metadata in an efficient way.

This stuff will be a lot of work that will take me a long time to do, so please follow along and let me know what you think of the components as I build them and keep me reminded if it looks like I have forgotten about siblings. Thank you for your interest and suggestion.

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

68f861 No.1270

speaking of p2p, have you looked into ipfs integration at all?

tl;dr magnet links for static website content

some people over on /tech/ have been playing with it and it looks perfect for boorus

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

68f861 No.1278

File: 1445549900538.png (14.58 KB,640x256,5:2,ipfs-logo.png)

>>1270

beat me to it

>>1247

yeah, ipfs

>>>/tech/412592 should be the current thread they're discussing it in

Seems like a perfect fit, since it takes care of the hard part by trying to be a general purpose protocol for data decentralization and distribution, and it bases everything around hashes similar to your method.

It even has python api bindings: https://github.com/ipfs/python-ipfs-api

My very rough idea of how it would actually be used:

Transfer of all Hydrus hashes to use ipfs' multihash format ( https://github.com/jbenet/multihash ) so as to not lose the millions of existing mappings we already have (likely easier said than done, but still) and then pinning those hashes in Hydrus.

For new files we could get the hash instead by simply adding them in ipfs (which automatically pins them as well in the ipfs client, not sure about the python-api) and recording the resulting hash in the database. You could even do the same for file thumbnails as well.

When you want to retrieve the file, a simple "ipfs cat <file_hash>" (or however it would be written in python) would let you retrieve the file from ipfs and view it in Hydrus.

If you actually did this, then it would immediately come with the added bonus of every hash Hydrus knows about can now be searched for by its tags and retrieved even if the user does not have the file locally as long as at least one other person on the entire ipfs network has that file to share and is accessible. Essentially removing the need for file repos altogether.

Of course, the real implementation will be more difficult than just that, and will beg for the need of a few extra features of how the whole thing would work. You would need to be able to handle cases where a hash is requested but not actually able to be found (likely not too difficult) as well as have a proper interface for pinning, and how it works with the inbox/archive/trash paradigm you currently have (my idea would be to add and pin everything, just marking it differently like you do now, and then when you want to actually delete something you just unpin it and let ipfs garbage collecting take care of the rest). Not to mention the many subtleties of Hydrus I don't even know about that would make implementing this more difficult, I'm sure.

But, again, if you actually did go about doing this, the benefits wouldn't even end there. The tag repos themselves could be decentralized despite having to be update-able (and thus changing its hash that ipfs relies upon) because of ipns. Now, ipns especially is still being worked and has its problems in its current state, but in the future should be more reliable and a practical alternative to tag repos by, again, just having a specific ipns hash that every Hydrus client is told "This is the public tag repo, download this over ipfs and use it locally" In fact, it even supports DNS, so you could even instead tell it to go to /ipns/brand-new-hydrus-website.biz and it would look at brand-new-hydrus-website.biz for a custom ipns DNS record with the correct ipns hash to then use, letting you change the hash without worry.

Hell, there may be a way to optionally not use a local database at all and basically just use an updated, decentralized, shared database directly. There is already talk about how to implement and use databases on ipfs (see https://github.com/ipfs/ipfs/issues/82 ).

And then there are ipfs "services" that I admittedly am not too familiar with but I'm sure are very interesting and has a plethora of possible uses with Hydrus. The most relevant to Hydrus I've seen is https://github.com/ipfs/archives/issues/8 which talks about decentralizing searches, where different nodes running this search service have only a fraction of all combined mappings but can be used together to not only decentralize the data it searches but even take part themselves and decentralize the actual process of searching.

Sorry for dumping a fuckton of info and autistic ramblings in front of you, but ipfs has given me a massive boner that simply will not recede and my doctor says that talking about it will help. Hope you were able to garner something useful from 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.

68f861 No.1279

File: 1445550906900.jpg (259.87 KB,480x600,4:5,4c4ccb2ac617b728a36169ff3f….jpg)

One of these might already be possible but im not sure, but i have two feature requests

A.Dual Monitor Support, I would like hydrus to open fullscreen on the monitor I have hydrus on, not always on my main monitor, or even, a "windowed" fullscreen mode, so I can still browse through images and tag with the hotkeys, but have the images show up in a smaller window, this can even be useful to shrink the window a bit and put the tagging window to the side so they won't overlap (the "fullscreen" window would be locked in size and the image would stretch to fit)

My other request, is a tag downloader, instead of downloading all the images off a booru, it would just grab tags. This would be very useful for people who are picky about their collections, but also want the tags that already exist on popular boorus. So instead of downloading several thousand images of a character, they can just set the tag downloader to go and grab the tags off the site without grabbing the image, this might also lower the resource usage on the booru in question (educated guess here)

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

68f861 No.1280

>>1278

I was thinking that the simplest way to go about doing it would be to add a context menu option to send the file to an existing ipfs daemon and mark it as being shared within hydrus via a new archive/inbox category and maybe an icon in the thumbnail corner.

This would maintain a clear division between hydrus and ipfs. Many people manage media with hydrus that they don't want made public or simply wouldn't want to participate in such a scheme for various reasons (such as bandwidth limits).

———-

Lots of picture pages on deviant art include a download button to save a higher-res version. Hydrus currently saves the smaller resized picture that is displayed on the page. It'd be awesome if it were changed to get the larger picture whenever one is made available and fall back to the resized version when it isn't.

———-

Lastly I'd like to bring up adding g.e-hentai and exhentai gallery support. They also offer full resolution links on some of their pages and it'd have to go slower than usual because they limit users to X pages per hour without using their credit ystem. Ex would obviously need to use login credentials. Gallery language filtering would be similar to hentai-foundry's filtering. A lot of work, but in the end it'd be well worth it imo.

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

68f861 No.1282

File: 1445596524624.jpg (16.13 KB,347x257,347:257,1de9f6ee1760dd40e44c416aba….jpg)

>>1278

PLEASE do this. You have so much good work put in to this thing already, if it could be used for distributed serving of tagged files it could be something truly phenomenal. People wouldn't even have to upload many images to chans anymore after a while, just link to a file in the system and the copies that are already out there will be streamed. All the people who like it will just grab it through the system and help distribute it and manage the tags.

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

68f861 No.1288

File: 1445714987171.jpg (693.83 KB,1600x1217,1600:1217,c447b9fe5c06c03ee4518befc8….jpg)

>>1278

I appreciate all this info, thank you.

Now I have read a little bit about it, IPFS looks quite interesting and something I can definitely plug into. That python library looks great. I haven't used the network yet, so I do not know how stable or laggy it all is, so I will make the first step very simple and optional.

I have created a new job to basically do what >>1280 suggests–I will add an IPFS option page where you can point to your local IPFS daemon, and add an 'add this to IPFS' option to the right click menu for local files. I'll change my download code to allow downloads from unknown locations and let the client search IPFS for any outstanding downloads, essentially like a different kind of file repo.

If you happen to know, what's the ipfs cat/get failure state? If the file doesn't exist on the network or just can't be found in say 30 seconds, does it dump out with an error?

>>1282

A distributed chan is what hydrus was originally intended to be, funnily enough. I wanted to build a localhost service that would be a p2p node on the internet side, a bit like IPFS, that you would connect to in your browser, and would fetch distributed threads and images from via AJAX. All built through a LAMP stack, originally, until I stumbled over python and the pursuit of "Actually, getting images is fairly easy, let's try to burn some heavy clientside CPU searching and organising them" moved it all towards ACDSee for Anon.

>>1279

For multiple monitors, try pressing 'f', or hit the 'fullscreen switch' (tooltip) button in the top hover window of the media viewer, which should convert it to a normal window. The button looks like a couple of windows overlapping. The media viewer should remember its position and maximised/borderless state, but let me know if it doesn't.

I would love to build an efficient tag downloader for boorus, but I would need them to supply an API call for me to do it. Their API would have to accept file hashes, either MD5 or SHA-whatever, and then return tags. I could then say to the booru "Hey, you got any tags for [file]?" and they would say "Yeah, [tags]." Or they would need to support something like muh_booru.net/post/[file_hash] in addition to their existing muh_booru.net/post/internal_booru_post_id systems they use.

Unfortunately, I currently have to download the file if I want any tags, as I need the file hash to associate those tags with, and the file hash can only be generated by having the file itself. There are ways I can be clever, like if you have downloaded the file before, the client will remember that and will be able to reproduce the hash without having to download the file (that's what "get tags even if file is already in db" is about).

Again, if the boorus wanted to provide some xml/json/whatever API that was something like "Hey, booru, can you give me a hash->tags dictionary for this query?" I could do it and cross-reference with the files already in your db, but the API that danbooru and some others offer doesn't give hashes and at the API level doesn't namespace the tags. At the moment, my parser walks through every gallery page, picking up image pages, and then goes through each image page in turn, harvesting tag lists and image links.

4chan and 8chan bundle the MD5 hash in their API and it is great. I can check for redundant and deleted files without having to download, but boorus do not do it.

Sorry, I feel I didn't explain that very well. Let me know if you still have questions. TL;DR is that it is currently technically impossible to just download tags from a booru and insert them into the db. They need to offer more information on their end.

>>1280

Thank you for the note about the deviant art button. I though the click-zoom (which loads an image with the deceptive classname 'dev-content-full') was the same resolution, but it isn't! It looks like there might be some referral or cookie hoop I have to jump to get the button's link to load, but I will see what I can figure out.

I don't know much about g.e-hentai and exhentai. Isn't one like a login for the other, and one hosts loli or something? I am all for writing a plugin, but I want to do per-site bandwidth management in my next network engine iteration, so if there are complicated bandwidth limits then maybe I should put it off until then?

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

68f861 No.1289

>>1288

>try pressing f

HOLY SHIT HOW DID I NOT REALIZE THIS WAS HERE

Also thank you, I understand what you mean about the tag downloader, shame about that.

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

68f861 No.1290

>>1288

8chan can pull md5 without downloading an image with the api? This is where you might lose me in technicality, but, is it possible to use this to pull md5 hashes from the site without downloading something to your hard drive?

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

68f861 No.1291

File: 1445727442521.png (10.16 KB,222x273,74:91,e49f8a52bd7fe475c1131a9cca….png)

>>1290

Yup, it's actually not complicated at all. In fact, you can go to the json endpoint of this very thread just by replacing the .html in the url with .json: https://8ch.net/hydrus/res/471.json . Just do a Ctrl+F for "md5" and you can see what he's talking about.

>>1288

I was actually interested in the ipfs python api myself and decided to look into it. For testing I used the hash QmPZ9gcCEpqKTo6aq61g2nXGUhM4iCL3ewB6LDXZCtioEB as that is the standard welcome document that comes with every installation of ipfs and is unlikely to change. Don't quote me on that, though, it might not work in the future.

It looks like a call to api.cat() will return the contents of whatever hash you want, and any errors will raise a general ipfsApi.exceptions.ipfsApiError with the message describing what actually went wrong.

An invalid hash, for example, with have the message "invalid ipfs ref path", and a timeout should have the message "context deadline exceeded". I'm not sure what the default timeout for it is, but you can set your own by sending {'timeout': '<time>'} as the "opts" parameter in the call to api.cat(), which is the equivalent to "ipfs cat <hash> –timeout <time>" in the go client. <time> has to be both a number and what unit your using ("s" for seconds, "ms" for microseconds, etc.)

This is what I used to catch different types of errors. There are probably better ways to do it but it works for now and should answer your question:

import ipfsApi
api = ipfsApi.Client('localhost', 5001)

def retrieve_file(hash):
try:
return api.cat(hash, opts={'timeout': '30s'})
except ipfsApi.exceptions.ipfsApiError as e:
msg = str(e)
if msg == 'invalid ipfs ref path': return 1
elif msg == 'context deadline exceeded': return 2
else: return 3

contents = retrieve_file('QmPZ9gcCEpqKTo6aq61g2nXGUhM4iCL3ewB6LDXZCtioEB')
print(contents)

Hope that helps! Also, thanks for fucking everything man. You really made my day.

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

68f861 No.1292

File: 1445728128325.jpg (520.71 KB,1116x1100,279:275,ac72c83efe2ef45c55b8294a44….jpg)

>>1291

*milliseconds

Basically the same, right :^)

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

68f861 No.1295

File: 1445794630264.gif (323.38 KB,500x333,500:333,excited.gif)

Oh man oh man if IPFS support gets added to this I'm gonna freak out (in a good way).

https://blog.neocities.org/its-time-for-the-permanent-web.html

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

68f861 No.1298

File: 1445808381542.jpg (134.18 KB,680x871,680:871,ad481ce789025ebae5fce3eef3….jpg)

>>1290

As >>1291 says, I need an API that'll give me the MD5. I just looked at Danbooru's and they actually do offer that in their json API, like this:

http://danbooru.donmai.us/posts.json?tags=blue_eyes

I guess I forgot they did, because I do remember looking at that before, or that is a new addition. Moebooru boorus offer something similar, but looking at this:

http://konachan.com/post.xml?tags=kantai_collection

I don't see any hash info. EDIT: Wait, it does, I was searching the wrong thing. Nonethless, in both, the tag list is not namespaced, so in order to get better tags, I would have to pursue the image page. That's not bad (although I don't really want to make a habit of hammering them with 20-100KB page requests just to harvest namespaced tags), but since the API request calls and responses are different across boorus (and some are unreliable, like http://gelbooru.com/index.php?page=dapi&s=post&q=index which currently gives me an error about overuse), I have shied from extending the already-messy services->manage boorus to support different APIs. Perhaps that is a long term project I can do, or it can wait for when downloaders are more complicated plug-ins that users can write themselves, which is a long-term goal.

>>1291

Thanks, this info is great. I will have a long recheck period (something like four hours, I guess) and bottleneck the number of files to attempt so hydrus doesn't end up hammering people's IPFS daemons every twenty minutes with 500 spurious hash requests (each of which I presume sends out some request to other nodes across the network), and also to abandon the download if a file can't be found after x requests.

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

68f861 No.1304

File: 1445852102021.gif (50.88 KB,300x225,4:3,1363370082778.gif)

>>1291

by any chance, could a bit of js be written to display md5 hashes next to images as one browses 8ch?

Sadly I don't know js and am completely incapable of writing something like that myself, but it could turn out to be incredibly useful if I had something like that

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

68f861 No.1308

>>1304

I assume Greasemonkey could do something like that, but I don't know anything about coding for it, so I'm afraid I can't personally help.

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

68f861 No.1312

File: 1445895361120.png (401.07 KB,857x1000,857:1000,c46bb9d29b4e03533af46ef97d….png)

>>1304

https://greasyfork.org/en/scripts/13395-8chan-md5/code

Have fun! If you don't know what a userscript is just use the help on that site. On some posts it doesn't work because they're so old they don't have a recorded md5 on 8chan, at least it appears that way.

For some reason the md5 is embedded as an attribute on all 8chan img tags, but not exposed as text to the user? So this was super easy, almost a one-liner with jQuery.

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

68f861 No.1313

File: 1445912454356-0.png (622.09 KB,830x641,830:641,rating-color-text-bg.png)

File: 1445912454361-1.png (630.58 KB,830x641,830:641,rating-color-overlay.png)

Is it possible to have files which are rated, identified by a color? This would let me see what files I have rated without running a system:rating search/sort.

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

68f861 No.1317

>>1313

I like this idea and the mockups you have made a lot. I think I will generalise it so users can set their own predicates, like:

file is rated in some way on some/all rating services

file has some number of tags on some/all tag services

And then doing the colouring with semi-transparent tints to mix with the otherwise default colours for any of:

thumb border

thumb background

the namespace text at the top

your overlay example.

Thank you. I have created a job and a plan for this. It might be a little complicated, so I will first create something simple, maybe just starting with the overlays and specific ratings. I'll be doing a bit of thumbnail code cleaning soon, so that would be good time to start this.

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

68f861 No.1318

>>1317

Glad to see you're looking into it. thumb border colors is good enough for me, or whichever operation consumes the least amount of memory.

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

68f861 No.1322

I don't know if it's a feature or a bug, but when introducing tags I can't use neither the button END nor HOME, or use the CTRL or SHIFT modifier to select or move around. If I mispelled something (especially when starting a new database) it can be a little bit annoying to either switch to mouse or mash the backspace key.

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

68f861 No.1329

File: 1446126302751.gif (1.2 MB,312x171,104:57,1369170016597.gif)

>>1312

Thats awesome! Just added

question though, if I want to make the md5 appear a line down, where would I put \n, OR is there a way it could a little [-]/[+] be made to hide/display it?

Ive already got a save as original filename script lengthening that row of info, so now its REALLY long lol

Great work btw

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

68f861 No.1334

File: 1446141701739.png (495.26 KB,714x1000,357:500,bdeceee017d67d6c7781e12d75….png)

>>1329

I added a break before the MD5 (html uses <br/> for newlines), hopefully that unclutters things for now.

I'll add a +/- thing in a little bit.

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

68f861 No.1335

File: 1446161991434.gif (1.1 MB,200x250,4:5,1433165781910.gif)

>>1334

Saw the updates go through, looks awesome!

thought it was js, my bad, didn't realize it was html

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

68f861 No.1342

File: 1446315005523.jpg (146.8 KB,997x1364,997:1364,c438cb670367927220e63fb898….jpg)

>>1322

This is difficult because if you type something in, the autocomplete dropdown (the list where all the tags appear) needs to grab the vertical navigation keys (page up/down, home/end, arrow up/down) before they can propagate to the textbox so you can navigate the list of results. Arrow left/right should work, and with ctrl and shift. Does ctrl+arrow left work for you?

I could stop the list from grabbing the key events when there is only one result, which would often happen with a bad spelling, but I am not sure if that would be jarring/confusing. I'll change it for next week, and we'll see if it is helpful.

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

68f861 No.1346

You know what, don't change anything, it was a stupid suggestion. I am used to using home/end, that's all. I can live with pressing a few times the left button. I really didn't think the whole thing through.

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

68f861 No.1350

>>1268

For the similar detection code, maybe you could use/look up the code of imagemagick. I believe the people that made VisiPics used it and it was really powerful.

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

68f861 No.1383

File: 1446947482854.jpg (694.88 KB,752x1062,376:531,e2eccab9d83d9eeae85ea51a53….jpg)

Hey dev, I always find it incredibly time consuming that I have to exit the tagging dialogue when using it with the full screen viewer, to archive or rate files. Any chance you could include the rating option and an archive button, or enable the shortcut to work when the tag dialogue box is open?

I usually skip ratings all together because of this, and id like to use them more than I do. I usually have to close the tag dialogue and the media viewer then highlight everything ive been tagging to archive, and I get crashes every once in a while, and I usually set my inbox to random order, so I often end up not being able to hit archive on a bunch of files that are now tagged.

The crashes are to be expected on my end, my hydrus library has now passed 100,000 images, i had to move it off my ssd because its too big, it gets a bit buggy now, especially when tag selecting ill have to wait a moment. But really at that size, again, expected

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

68f861 No.1384

File: 1446957902611.png (43.34 KB,771x530,771:530,200.PNG)

Hey, just started looking into this program, and it seems amazing so far, but I've got two suggestions I'd thought I'd post before moving my collection into it.

First would be a source field.

Keeping the source of an image has always been important to me, and I've found ways of saving the source with pictures via file names and folders since I started my collection. It hasn't been the easiest or cleanest, but it worked.

However, Hydrus copies imported images with different file names to it's own directory, so I'd lose all the source information I saved with the images.

It'd be awesome if you could add a source field into Hydrus somewhere for images, possibly multiple for artists who post their pictures across multiple websites, so I can import and organize my collection in Hydrus without losing the source of images.

Second is more of a personal preference, but I'd suggest adding an option to change how zooming in on a picture looks.

Zooming in on Hydrus makes the image become all fuzzy, which makes pixel art look poor, jpg compression a bit harder to spot, and makes the image look poor.

I could just open images externally to image preview, but I thought I'd suggest the idea anyway.

Sorry if either of these have been suggested before or are already planned, but thanks if you consider looking into 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.

68f861 No.1388

>>1384

Why don't you just use a tag with a "source:" namespace?

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

68f861 No.1389

File: 1446963685477.jpg (20.6 KB,223x113,223:113,.jpg)

This has probably been asked a few times already, and there's probably a reason for this, but

Why doesn't Hydrus have this?

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

68f861 No.1390

>>1388

Didn't think of that, I guess it'd work.

Still wouldn't be a nice as a proper source field, but putting it as a tag probably wouldn't be any worse than putting it in the file name.

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

68f861 No.1391

File: 1446980545489.gif (1.23 MB,480x480,1:1,9835a357fa3c3af9d3675c16e6….gif)

System tag for if image/gif is transparent?

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

68f861 No.1399

File: 1447008504461.jpg (412.28 KB,1200x1600,3:4,c7b5afafa17e3dd8024bca558a….jpg)

>>1350

The tricky bit is the search algorithm. There are several ways to compare two files, but comparing n files in anything less than n-squared time is tricky. (I can't remember the exact math, but comparing 100,000 files by doing them all in turn would take something like 5-10 billion comparisons!)

So instead, you basically have to store the chunks of data that represents your images (I use a perceptual hash based off of a DCT of the thumbnail) in something like a VP-Tree that allows for quick hamming distance comparisons, and then encode that data structure in a database and then write some clever insert/remove/search functions to maintain and use it.

At the moment, I store the phash and can do "Is this single file like any of these 100,000 files" in 100,000 inefficient db hits, which usually takes a second or more.

Getting this to be n log n or whatever is all doable, but I just need to find the hours to point my brain at the problem.

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

68f861 No.1400

File: 1447010085900.jpg (433.46 KB,1502x1510,751:755,3fcfebafa37104283ee71dafd3….jpg)

>>1383

I had a plan to copy everything in the top hover window (the one with archive and prev/next buttons) to the tag dialog, and then it got overtaken by other things. I have put it up to top priority.

ACTUALLY: Maybe I should instead move the tags dialog into the media viewer? If a click of the tags hover on the left were to 'pop-out' a fully-fledged manage tags panel, maybe that would be better. Or keep it launching a window, but make the manage tags dialog be a frame instead, that isn't on top? So you can drag it about but still interact with other things.

I can make it a frame pretty easy, so I think I will experiment with that. I am not happy with the general multi-filtering-workflow, and I think the clunkiness of dialogs is a part of that.

>>1384

For the first thing, as >>1388 suggests, I think tags will generally do what you want. If I add a box for source or any other specific variable, then I have to add ways of adding and removing and searching and efficiently harvesting that info, when from a data standpoint, it is still a bit of text.

If your important information is stored in filename, and if it is stored in common patterns, you can capture that information very quickly and powerfully with regexes. If you haven't heard of them, they are a great but 200% autistic tool that can convert one bit of text to another.

When you are about to import some files, hit add tags based on filename. Hit add on the quick namespaces panel and do something like

source : (?<=\\)[\w\s]*?(?=\..*$)

There are also ways to get directory and parts of a filename and so on and so on. When you hit ok on that sub-dialog, you will see a preview, so you can go back and edit the regex if it doesn't do exactly what you want.

If you already know regexes, then you are fine, but I am also happy to help, and other people on the board know much more than me. I don't really like them, but I don't know of a better tool.

Also, if you download from hentai foundry or whatever inside hydrus, you can set source:hentai foundry as an explicit tag for everything you download in the tag import options panel. Let me know if you would like any help using this.

For the second, I agree. I want to add some simple 'zoom to fit?' options for each mime, but I think I should allow people to choose which resizing algorithms are used as well. There are some bugs in the zoom code too.

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

68f861 No.1401

File: 1447010742012.jpg (246.59 KB,1425x1772,1425:1772,03fb0dd7e40e1c5d77ef8e1a03….jpg)

>>1389

I haven't written it yet! Several controls in the program (like the thumbnail viewer) hold too many objects for OSes to handle with normal gui elements, so I had to rewrite them all with custom code. As a result, I have to rewrite basic stuff like shift-selection and so on from scratch.

Funnily enough, I don't think anyone else has suggested drag select yet, although now I think of it, I have wanted it myself a couple of times. It shouldn't be too tricky to add. I will put it on my to-do list, thank you.

>>1391

It looks alright for me. Which OS are you using? What colour do your system predicates usually have? Is the text not showing but the predicate still has background a colour when you select it, or have I misunderstood your problem? Can you post a screenshot?

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

68f861 No.1402

File: 1447023227039.png (3.92 KB,424x49,424:49,_source.PNG)

>>1400

I don't know anything about regexes, but I know you touched them briefly on on the help part of your website and linked out to a full guide, guess I'll have to look into them.

Just to clarify what I mean though, I'm not talking about adding "source:deviantart" or "source:paheal", I'm talking about saving the actual source URL of the image.

So what I meant by source field was a separate thing from tags, where a clickable link would be placed, like on paheal or gelbooru.

That'd also mean you probably wouldn't need to worry about adding in ways to search for or by sources.

Although, it sounds like I'm more or less the first person to suggest a source field, so I guess there really isn't any demand for the feature.

If there isn't enough demand to justify the effort of adding it, that's fine. I managed to found a way to put the source URL into file names, I can probably make it work with a tag.

It just would have been nicer to have a proper source field with a clickable link instead.

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

68f861 No.1404

File: 1447082615409.jpg (58.95 KB,500x378,250:189,0f2e74a11e8f4ead8e44d25adb….jpg)

>>1401

I think >>1391 is suggesting that you add a global system tag for when images have transparency, not complaining that system tags for him are transparent or something.

I actually thought the same thing and had to re-read his post, though, so I blame his wording.

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

68f861 No.1405

File: 1447116864896.jpg (162.46 KB,1024x645,1024:645,Official Ron White - I Got….jpg)

You talked about offsetting thumbnail generation "so every video doesn't just have a black thumbnail".

Why not take it a step further and generate multiple thumbnails per video? See picture.

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

68f861 No.1409

File: 1447192334774.jpg (431.97 KB,738x536,369:268,5e46055c47e36f57828d9222fc….jpg)

>>1402

I see, that's an interesting idea. Anything you download from a website inside hydrus actually has its 'page' url saved to the db (so the client can know to skip a download if that url turns up in a subsequent gallery search), so this particular information is already supported somewhat. It would not be too hard to query this cache and expose it to the gui in a 'known urls/I have got this from' list or something from a thumb's right-click menu. This information could also be shared amongst users, and that might be very much a useful thing to do. Let me think about it a bit, and then I'll prototype something.

>>1404

>>1391

Thank you, I read it wrong.

Transparency info is something I don't currently cache in the db, so I can't search it. Once I add efficient dupe searching, I will likely be adding additional 'this image is like' information, like 'redness' and 'lots of curves' and 'sharpness'. This system could support 'has transparency in its palette' very well, so please remind me when we get to that point.

>>1405

This is the plan. I will move to all animations having gif thumbnails with up to say ten frames, and then you'll be able to set a custom offset for the 'display' frame. Also, I'd like to have these thumbs do their rough animation when you mouse over 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.

68f861 No.1413

>>1400

Being able to select either/or would be useful.

I typically seperate them now, usually the image viewer in the upper left, tag dialogue on the lower left, and some anime on the right side of my screen.

I like having it as a seperate window, but being able to select both, or adding the clickable things in the image viewer would be great options, or what you said.

Also as is now, the only thing that changes size is the list of current tags, you should allow the spacing on the tagging dialogue box to be changed for the other windows, so the list of tags based on what you are typing, and the window on the left for which tag repo you are using can be shrunken as well

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

68f861 No.1440

Is there a way to add explicit tags to files being imported?(not downloaded/subscriptions)

I only see add tags based on filename

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

68f861 No.1444

File: 1447604202351.png (17.49 KB,530x695,106:139,uQbTODt.png)

>>1440

Make sure you have version >=180

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

68f861 No.1445

File: 1447604367489.png (54.61 KB,1748x901,1748:901,Screenshot_1.png)

>>1444

Or here (i don't quite understand what you mean as both options are obvious for me)

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

68f861 No.1446

>>1445

Thanks. Didn't realize it had more options in it.

I never clicked the "Add tags based on filename" because I assumed it would automatically start trying to add tags from the filename.

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

68f861 No.1456

Suggestion: Hotkey for tag autocomplete

Basically, I want to be able to hit a hotkey and have my tags auto-complete instead of waiting on a character threshold or long/short wait timer.(Manual auto-complete?)

For example, if I type 'creator:princess', it will populate quickly. If I had it set to a long wait, then it'd be needlessly waiting on something that can be processed quickly. if I were to accidently type 'creator:' though, i'd be waiting around 20 seconds for it to finish while my gui is frozen.

With a hotkey, I can type 'creator:princess', press 'Tab', and it'll automatically start the auto-complete. This way, I can control exactly when it'll search for tags. Of course, you can also allow a hotkey in conjunction with wait timers too.

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

68f861 No.1461

File: 1447818889562.png (205.1 KB,604x900,151:225,87666bf2a8fe67980e6e0b4ca5….png)

Would it be possible for the tumblr downloader to be able to pull from the source link of a post if it's an appropriate mime-type and exists?

I'm not sure if the behavior should to be to download the source instead of the post (because there can be multiple images and only one source) or just download everything, source & post, perhaps an option?

Here's an example blog that uses the source to link to higher res versions of the posted images (as it seems tumblr limits resolution on uploads): http://t-hoodie.tumblr.com/

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

68f861 No.1475

So today I realized that if a file is tagged with both 'pov' and 'looking at viewer', it should obviously be tagged with 'pov eye contact'. I made a new tag parent that works the other way around, but going from two tags to one new isn't supported. I know that the pov eye contact tag seems a bit useless if you can just search for pov and looking at viewer, but it just feels like it could possibly be a useful feature of some sort.

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

68f861 No.1479

File: 1448221847778.jpg (327.9 KB,960x835,192:167,650f2f136fab7a8b50f77621cf….jpg)

>>1456

This is a great and simple idea that I can add quickly–thank you. I will add an option for it, and hardcode tab as the shortcut.

>>1461

I really like the idea (I didn't know tumblr had that source thing–I assume it appears if you embed an image from a url or something?), but I am not sure how to harvest that url information. I use the old tumblr api to generate links, like so:

http://t-hoodie.tumblr.com/api/read/json?start=0&num=50

I can't see that 'source' information or the puu.sh links in there. I looked around and found a per-post api, like this:

http://t-hoodie.tumblr.com/post/133375777797/json

But I can't see it there either. I could write a new parser to parse each post for a 'meta-item source-link' class tag and harvest the href from that, but I won't have time to do that for a little while. Do you happen to know of another API I can plug into, or anywhere else I can get that puu.sh link? Or even a way to get an rss or json or whatever of the artist's puu.sh links directly?

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

68f861 No.1480

File: 1448222207735.jpg (149.56 KB,981x990,109:110,ed4e9e6ac9b7fc37537e0e2beb….jpg)

>>1475

I love the thought of adding these complicated sort of rules for parents and siblings, but it will have to be something for the future. For the moment, please add those sorts of tags manually.

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

68f861 No.1484

File: 1448332026959.png (355.39 KB,1181x935,1181:935,0d9b055617e6ab41d4bb6cac79….png)

>>1479

The source link is manually input on each post, I'm not sure how widespread it's use is on tumblr. I had assumed you were scraping tumblr pages like booru pages and could have just scraped the <a> tag, which thinking about that now doesn't seem like the best solution as tumblr blogs are theme-able and the source link class could differ per blog.

Looks like the v2 api exposes the source url.

https://api.tumblr.com/v2/blog/t-hoodie.tumblr.com/posts?api_key=fuiKNFp9vQFvjLNvx4sUwti4Yb5yGutBN4Xh10LXZhhRKjWlV4

(I don't know who's api key that is. It shows up in the api docs https://www.tumblr.com/docs/en/api/v2#posts)

Also, there's apparently an official client library for their api

https://github.com/tumblr/pytumblr

not sure how useful that is to you, also not sure how viable it is using the v2 api, as hydrus would need a consumer key for tumblr, perhaps have the user request the key and input it to 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.

68f861 No.1489

File: 1448391367042.jpg (234.53 KB,1649x1403,1649:1403,bb7c758ce6dfdd532ee099e987….jpg)

>>1484

Thank you for this information! I think this is ultimately something I will leave to users to create once my downloader engine allows people to create their own gallery parsers. I don't want to mess around with non-open APIs if I can help it.

For now, I suggest you make a job to check that tumblr every x days and manage the download and import cycle yourself. I do this for several webcomics and artists I follow that I would never have time to write individual parsers for, batching up a month's worth or so and then importing and tagging them in an efficient group.

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

68f861 No.1497

File: 1448536238794.jpg (726.14 KB,1280x905,256:181,Konachan.com - 210153 anim….jpg)

>>1489

Alright, thanks for the advice. I'll probably end up writing that parser when hydrus does come to support that.

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

68f861 No.1505

When a subscription fails to download a file, it does not give any notifications about it. I only found out about it when I realized I didn't have a new image from one of my subscriptions.

This also ties in to another idea I had where you could scan your subscriptions and get, for example, subs that haven't gotten any new images in a long while, or ones where you've archived the least amount of images… But for now, maybe some way to know that your subscriptions have failed files?

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

68f861 No.1508

File: 1448665944994.jpg (140.48 KB,984x1316,246:329,c0fe4592fc476f42c866a8f9b8….jpg)

>>1505

Thank you for your thoughts. I think I want a button somewhere that says 'retry all failed subs files' or something, and for per-sub as well, and maybe a way of reviewing this info en masse. Maybe I could stick a generic 'my subs' service on the review services window, under local? Or I could put some extra info in the list of subs in the manage subs dialog? Maybe colour 'inactive' and failing subs' names a different colour? Or have a checkbox to filter them?

I can easily add some text to the manage subs dialog's subs panels, like '3 failed files', rather than hiding it all behind the import status button, so I'll start with that.

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

68f861 No.1516

>>1508

I think some sort of generic "subscription management" window could be helpful. Considering subscriptions is the feature I use the most in Hydrus, it feels to me that being able to see various subscription stats and maybe even filter/order them (last update, last update with a new file, last update with a new currently archived file, failed files etc) would be very convenient. I do wonder, however, how slow such filtering would be.

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

68f861 No.1521

>>1516

+1 to this.

I also use subscriptions a ton.

Are you going to allow update intervals to be lower than 1 day? I have a high traffic sub, and being able to set it to every 3-5 hours would be nice.

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

68f861 No.1526

File: 1449094544429.jpg (343.09 KB,1372x1600,343:400,457bb0b964bbb1174ad63ca3c5….jpg)

>>1521

Sure, I will create a new control to allow hours as well as days.

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

68f861 No.1539

Minor change. The selection tags context menu should have "include this tag in current search" and "exclude this tag from current search" options.

I know double clicking the tag will add it to the current search but I haven't found a way to exclude a tag using only the mouse.

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

68f861 No.1541

hydrus newbie here: love the program!

I would love it even more with two usability improvements:

- a way to favorite tags. (where do you keep your lists of favorite artists?)

- a way to drill up/down while browsing pictures. example: I look at pictures with tag a fullscreen. a certain picture looks really cool. I press key b. The program automatically switches to showing pictures with Artist/series tag of cool picture while downloading more of said tag. I press key c and resume looking tag a pictures.

thanks for writing this program, keep up the good work.

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

68f861 No.1542

File: 1449340885221.jpg (3.28 MB,3762x2866,1881:1433,df84ecb2c06eb77eaf944d4d40….jpg)

>>1539

This is a great idea, thank you. I have written some intelligent menu items for selection tags and the active predicates boxes for next week–depending on whether the tag or -tag (for any of the currently selected tags) exists in the current search, the menu will provide up to four options for remove/require/permit/exclude. It seems to work well! Let me know if you have any problems with it in v185

>>1541

These are both great ideas. There is a thought to add a tag cloud or something in the future to quickly display and search popular tags–it would be easy to add favourites to that.

For jumping between browsing and searching, for now you might try middle-clicking the the 'creator:blah' tag, which should open up a search page for that tag no matter where you are. You can then alt tab back to your media viewer window when you want. You can also right-click on a tag for a menu to quickly copy it to the clipboard, which might help quickly downloading more from a gallery.

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

68f861 No.1573

I've had hydrus for over the weekend, and here some features and things I thought of. I wouldn't be surprised if a handful are already implemented.

page tags in order

hide page tags unless looking at only one image

when in image view, just start typing to add a tag (can also ctrl+v tag)

option for tagging order of images when importing, (or regex shortcut for this)

booru-on-rails support would be nice

support for groups of images on boorus (like pools or collections)

option to remove dash between page chapter volume etc marks

button to open externally when memoryerror occurs

ability to add custom thumbnails for flash files

option for regex to only apply to file name, and not full path

can't exit view except for force quitting when fullscreen viewing a flash that is the same resolution/ratio of monitor

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

68f861 No.1574

File: 1450123038629.jpg (483.87 KB,600x900,2:3,3420b6c8831a3794e745e7fd9b….jpg)

It'd be really cool if there was a way to mass add subscriptions.

I bookmark all the artists I'd like to collect the art of and just recently wrote a script that turns the bookmarks into a list of tags categorised by service. It's A LOT of stuff to enter by hand and I'd much rather have a way of importing them automatically, whether it be through some custom import format or a direct python api.

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

68f861 No.1582

File: 1450204238241.jpg (396.28 KB,839x1024,839:1024,17dcee4bf7f2051c3680f8e643….jpg)

>>1573

Thank you for this list.

You can sort by volume/chapter/page namespace (not very well, but it generally works) under the sort dropdown on the top left of most pages.

Also, you might be able to tag by import order like you want if you click 'add tags based on filename' instead of 'import now' after you have some pending imports listed. The little bit labelled '#', middle bottom, tags based on the # column in that dialog's list. You can set an offset and a step and a namespace, which should let you do quick page tags if that information isn't easily parsable from the filename.

I force flash files to be slightly smaller than their media viewer frame, so you should have a slim gap on every edge to quit or bring the hover windows to the front if you are in fullscreen. Let me know if that doesn't work for you.

The other things I have added to my to-do list. Some I already hope to get to as part of larger features.

>>1574

Better mass-handling of subs is a planned feature that'll be on the soon-to-come voting list. Doing mass-adding is a great idea to add to it, thank you.

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

68f861 No.1598

I'd like a way to know when I'm importing files when they are already in the db/deleted so I can quickly identify the image, like an icon next to the others. This would enable me to check

better why I haven't deleted the original yet.

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

68f861 No.1602

File: 1450550842035.jpg (539.15 KB,1264x1652,316:413,835b4c1b8f995167077192f78e….jpg)

>>1598

Thank you, that's a great idea. Icons would be good, but I might be able to add this as part of another system I am planning, like the custom thumbnail border thing (i.e. you could set: "if file is less than an hour old, give it orange border"). I will think about it a bit.

Until I can get something done on this, you could try sorting by oldest/newest first, which will put all the new files at the bottom or top.

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

68f861 No.1607

File: 1450573759956.jpg (80.69 KB,475x690,95:138,mask.jpg)

We already have the '-' sign to exclude a tag from search results, how about adding the '+' sign to include a tag's results even if it doesn't match what's already there? Basically an "or" 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.

68f861 No.1612

File: 1450641619262.jpg (150.64 KB,1333x717,1333:717,fea5f239fbe29ea320917542df….jpg)

>>1607

Now I think of it, adding OR searching logic was something on the big to-do list. I will put it on the poll for next week.

Using + is a good idea, but I am not sure how you would differentiate which parts of the query you wanted to OR with and which you wanted to AND. I think my original idea for that was to say that shift+enter would start a predicate OR chain and normal enter would end one, so you could create complicated queries like:

system:size>1MB

character:shinji

character:asuka OR character:rei OR character:mana

Which would give you large images with shinji and one or more of the girls.

Funnily enough, the db search code for this is fairly easy–it is getting the gui workflow and feedback right that seems to be the impediment.

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

68f861 No.1678

I'm not sure if these have already been requested before, but here goes.

How about an option to hide the tab bar if it's < 2 tabs? Would save on some screen real estate

And one more, for regex favourites - When adding tags based on filenames you can only save favorite expressions, but not a namespace for them. Making the namespace default to the name you assigned the favorite would save a lot of typing if you like me keep re-using the same combination

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

68f861 No.1689

File: 1451762004180.jpg (74.49 KB,500x530,50:53,2eba2e39ff2a322d6e3cca3c8d….jpg)

I'd love if we could add a permanent tag to different sources.

For example; Idol Complex, I'd love that every file downloaded from there would have a tag "3dpg"

Alternatively, we could do save tags from what booru files are from when downloading (#130) and then it would be up to the user to parent those tags to other tags, like 3dpg.

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

68f861 No.1690

>>1689

by save tags from what booru files are from when downloading (#130)

I mean https://github.com/hydrusnetwork/hydrus/issues/130

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

68f861 No.1691

Is there an IRC or something available for 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.

68f861 No.1696

File: 1451868400621.jpg (2.47 MB,2765x2386,2765:2386,9db730113b50eef37e2bea7302….jpg)

>>1678

I am not sure I can do your first suggestion easily–I use a wx.Notebook for the main page display, and I don't think it supports hiding the tab area. I would probably have to write my own custom notebook control to do that. But I may have to end up doing that anyway when I eventually go for tab dragging/reordering, so perhaps I can add tab hiding once I have that done.

Your second suggestion is planned. I ran into the exact same annoyance myself yesterday. I will have separate regex favourites for the namespaced and the unnamespaced controls, and make it so if you select a favourite for the namespaced area, it pre-fils the text fields rather than copying to clipboard. Perhaps I will do it with dropdown choices. Anyway, thank you, I have it planned.

>>1689

>>1690

You should be able to do this with file-options->default tag import options and then setting an explicit tag for a particular site. e.g. you could add 'site:hentai foundry' to the hentai foundry default import tag, and then anything you subsequently set to download from hf, or any new subscriptions you created for it, would have that explicit tag pre-set.

I think the default tag import options extends to individual boorus, so you should be able to set '3dpg' for Idol Complex.

>>1691

I haven't set one up, so I don't think so. I'm afraid I don't really do chatrooms/IM.

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

68f861 No.1702

>>1696

>>1689 (me)

>>1690 (me)

Thank you very much.

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

68f861 No.1709

Not necessarily a suggestion, but what do you think of https://nik.bot.nu ?

It might interest you.

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

68f861 No.1710

Is there a way to add new namespaces to the collection dropdown? I'd like to be able to collect by character or artist, for instance.

Also, I've found there's a few inconsistencies in namespace tagging. Some boorus use "artist", others use "creator". Sometimes pokemon are tagged by "character", and other times by "species", and so on. Should I start adding in tag siblings to resolve these?

Or could something like namespace siblings be possible? Although that's probably too dangerous and of generally limited use, now that I think about it. artist -> creator or vice versa seems like a pretty safe bet, but trying to do character -> species for pokemon only is bound to cause trouble doing it any other way than tag siblings.

What about a 'soft' association of namespaces that's set by clients and doesn't actually touch the tag repository? Like, I could set my client so that if I search for 'creator:<tag>', then it searches for 'creator:<tag>' OR 'artist:<tag>', depending on how you decide to get OR predicates working. Right now you can just search <tag> to get all the namespaces, but that doesn't work if you right click to open a new search page with a tag.

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

68f861 No.1712

File: 1452103832026.jpg (713.8 KB,1800x1081,1800:1081,d7aa20535da8d906c75ea190e8….jpg)

>>1709

It does, thank you! I had never heard of it before. I love the aesthetics and animations of the ui, and I particularly like the five colours it puts beside the image in the detailed view.

Hydrus might have looked a bit like this once, but I just found that browsers didn't give me the kind of large-data power I wanted.

>>1710

You can change the collect namespaces, but be warned that it is very ugly. Go file->options->sort/collect. The collect by namespaces are derived from the sort by schemes, which default to 'series-creator-title-volume-chapter-page' and 'creator-series-title-volume-chapter-page'. To add a new sort entry, enter the namespaces in the text box at the bottom, ordered by sort precedence and separated by hyphen, and then press enter. Double-click an existing scheme to delete it. You might want to just add 'artist' to begin with. Then any new pages should show that new scheme in its sort by dropdown and any new namespaces in the collect by dropdown.

I apologise that this ui is so ugly and unexplained–I threw it together after I first got collect working, and never got around to upgrading it from its current 'debug' level.

Yes, please feel free to add artist->creator siblings to my PTR. I like the species namespace for pokemon and digimon and so on as well. Don't bother to give a long reason–I'll approve anything obvious.

I do plan to support local namespace siblings, probably through an expansion of the current tag censorship system. I might also add that meta-sibling relationship to be sharable through repositories. I appreciate that some people would always want to see 'artist' instead of 'creator' or 'copyright' instead of 'series', or would want to unify semantically similar namespaces from different tag repos that use different standards, or even to translate these terms to different languages.

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

68f861 No.1713

>>1712

Ah, thank you. I saw the sort/collect page, but I just assumed the text box was for sorting only.

I'll go ahead and start adding in siblings.

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

68f861 No.1720

I probably just didn't find it but is there a "always maximize pictures to fill entire screen" toggle? Because I really want 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.

68f861 No.1722

>>1720

I think images automatically fit to height.

You can enter fullscreen using F11 and zoom in and out using + and - .

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

68f861 No.1727

>>1722

yes large pictures get downsized, but I also want to automatically enlarge small pictures. the zoom button does this manually but I want to set this as the default option.

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

68f861 No.1735

File: 1452359243950.png (148.35 KB,730x1011,730:1011,b26f14e44e39695020b4ccb68b….png)

>>1720

>>1722

Try file->options->media->zoom smaller media to fit media canvas. I'd like to make this more complicated in future, as well, like for saying 'if a png is > 100% and less than 120% zoom at fitted size, just show it at 100% so its pixels stay sharp'.

The default shortcut for making the media viewer fullscreen borderless is 'f'.

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

68f861 No.1767

>>1735

thanks.

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

68f861 No.1844

File: 1453285912295.jpg (645.6 KB,1280x1029,1280:1029,810404fa69d53d1d919d8f0b59….jpg)

Yo!

we have ffmpeg a part of the package

Can we get a method to convert a video into another format (mp4->webm) on/before import for storage

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

68f861 No.1848

File: 1453318435258.webm (5.69 MB,640x360,16:9,70c7c4a8eb75b948eb532c70a….webm)

>>1844

That's a good idea, thank you. I like the idea of conversion on import and also from the right-click menu.

I would probably add a warning for any conversion to webm though, as the codec introduces some random data that means every generated webm has slightly different content (and thus file hash), which makes it an extreme pain in the ass to match up differently generated webms across clients.

For instance, if I go:

ffmpeg -i a.gif a.mp4

ffmpeg -i a.gif b.mp4

The two mp4 files will be exactly the same byte-for-byte, but:

ffmpeg -i a.gif a.webm

ffmpeg -i a.gif b.webm

Creates two slightly different files. Importing a.mp4 and b.mp4 would give '1 successful, 1 already in db' and one thumbanail, but the webms would give '2 successful' and two thumbnails. This is fine right now, where webm generation remains rare and the same original webm file is usually shared across imageboards so everyone imports and tags the same file, but if I automate mass webm production via conversion, we'll just be massively diluting our hashes.

Out of interest, why are you thinking of collapsing everything to webm specifically? Or did you just pick mp4->webm as a random example?

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

68f861 No.1856

File: 1453342497736.png (14.22 KB,747x178,747:178,16-01-21_13-11-18-Properti….png)

>>1848

webm is made with web content in mind, it's much smaller than gif/mp4 files when done right (unless it's a tiny gif or something)

Imageboard is a plus, as webm has been adopted into it's culture, but more importantly it's easier for me to share/upload due to the compression(??) in the format

I would suspect this 'random' data comes from it's unique ID, something I didn't know about five minutes ago

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

68f861 No.1867

>>1848

VP9 encoding for webm sends different temporal samples to different processors during encoding. The processor used varies depending on system load, etc. Since different processors may do their work at different times, each has a slightly different view of the previous frames depending on how many other processors have finished their motion search analysis, and that view changes between encodings depending on which processors get done in what order. vpxenc has a –debug switch that forces slow and inefficient serialized analysis for deterministic output, but I have no idea if that switch found its way into ffmpeg's encoder.

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

68f861 No.1868

Ugh, why dont use already existed webm converters? Image organizer and video converters are two different type of programms. Combine them is a bad idea.

And why on the earth someone wants a lossy-lossy conversion (gif to 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.

68f861 No.1869

>>1868

>Ugh, why dont use already existed webm converters?

I agree that scopes are good, and feature creep is bad, and Hydrus dev seems to be almost too accommodating with accepting feature requests…

But ffmpeg is an existing converter already included in Hydrus. The functionality is already there, he just needs to add it to the gui.

That being said, yeah, ew lossy-lossy conversions. The requester's intended use case is to share files more easily- perhaps this feature would be better implemented in hydrus' export dialog. Present it like foobar2000 does: Which exe are you using? What arguments are you passing to the exe? Save this for future use?

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

68f861 No.1870

File: 1453442896778-0.png (25.46 KB,724x728,181:182,2016-01-22 (1).png)

File: 1453442896787-1.png (25.26 KB,826x777,118:111,2016-01-22.png)

>>1869

Pictures of what foobar2000's export/conversion interface looks like. One is a dialog of different profiles, another is the dialog to edit a profile. Hydrus could have something similar under the existing export interface.

>>1848

>we'll just be massively diluting our hashes

I really think conversion on import is a _bad bad bad bad bad bad bad_ idea because of this. Sure, give people the option to convert on export, but if a user wants to ruin the integrity of what goes into their database, they should have to work hard to shoot themselves in the foot like that.

My rationale:

-Converting on export is a per-image, one-off event that you do when the content you want to share is incompatible with the destination.

-Converting on import is, if available, going to be (ab)used for everything. Like I said, if the user really wants to do that, they can do it themselves, don't help them.

>>1856

>webm is made with web content in mind, it's much smaller than gif/mp4 files when done right

Mp4 can be just as small. webm/mp4 are just containers, and containers don't say anything about what is actually inside. While webm is typically pretty locked down, an mp4 can range from lossless video to webm equivalent. Twitter actually uses mp4 instead of 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.

68f861 No.1871

While I'm here, I have two questions:

Why does hydrus_dev not pay attention to github issues as much as this board? Actually it looks like you've just abandoned github's issue tracker. I get that you're catering to anonymous and github requires an account to post…. but bug reports and feature requests are a hell of a lot easier to navigate on github than on here.

Is there any special dependence on the version of ffmpeg packaged with hydrus, or would it be fine to delete hydrus' included ffmpeg if we already have the latest version installed? (installation = on PATH). Package managers can include ffmpeg as a dependency.

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

68f861 No.1874

Is there anything I can do on my side to speed up file import? IE, having more cpu cores/overclocked cpu/more ram/defragging the drive/etc, or is the main bottleneck just the code?

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

68f861 No.1875

>>1874

Keeping your drive defragged is generally a good idea anyway.

Besides that, the only other thing I can think of that might improve speeds is to get a faster hard drive.

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

68f861 No.1883

File: 1453659426165.png (49.05 KB,670x610,67:61,treelist.png)

Groups for services(like/ratings)/subscriptions.

This is more of an organization suggestion. I'd like to keep my subs/ratings contained in a group. For example, pixiv subs will belong in the [Pixiv] group. Since it's a list, I figure it'd be easy to make it a tree node.(Pic-related)

It also helps me achieve more narrow ratings, such as if I wanted to do 1~5 ratings based on images from a specific character.(I have global ratings and ratings based on other factors)

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

68f861 No.1896

system:history

when the system:history tag is entered, it will display the last n files you clicked on.

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

68f861 No.1975

File: 1454525915502.jpg (674.92 KB,760x2343,760:2343,18a223f969b40f88b122193ae2….jpg)

>>1871

I don't really 'get' github, I don't know why. Maybe it is their emphasis on collaboration, and perhaps diligence, which has never been my thing. I focused on clearing out the github bug reports a little while ago, and that was working fairly well, but then I lapsed back into my normal routine of checking this board and my email and then going straight to work on my existing to-do.

When I am back to normal schedule, I am going to try again, maybe checking one github issue every time I sit down to code. I hate leaving people hanging, and I keep telling myself to sort it out, but I still can't seem to connect the two in this case. I can only apologise for being a sperg, really.

If you delete the ffmpeg executable in the install_dir/bin directory, the client will try to just use 'ffmpeg', so if that is in your path, it should all work.

>>1883

One of my big planned jobs is an overhaul of the subs dialog. I like the idea of grouping by tree, thank you.

>>1896

That's an interesting idea, thank you. I will add it to my to-do list.

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

68f861 No.1980

I'd like to see there be a "remember this" option in the dialog that appears if you paste multiple tags at once that have tag siblings, so you only have to decide once per tag replacement and allow for an easier workflow when mass pasting tags, please.

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

68f861 No.1991

Also, while I'm at it, I'd also like the ability to wipe the deleted file hashes from the db to keep that fresh for the "don't reimport deleted files" option. I may or may not have at one point deleted everything and reimported things which left a lot of not quite correct deleted file hashes since I put them back anyways.

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

68f861 No.2007

I have done an image de-duplicator in the past. you can use this snippet of code if you like: http://paste.pound-python.org/show/Hk4l44hPOVeFZf3XV4v4/

it generates a 64-bit visual similarity hash for an image. calculating it isn't the fastest, but once every image has its hash finding duplicates should be easy enough since you can just use exact equivalence.

as input it expects a PIL Image or a filename. it could probably be sped up a bunch if you don't mind a dependency on numpy.

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

68f861 No.2035

File: 1455405681233.jpg (1.77 MB,3585x2810,717:562,2f1ab2b1a0122b74cd4ed8d065….jpg)

>>1980

Thank you for this suggestion. I have set it to throw up a yes/no dialog if it detects more than one pending potential sibling choice. If you hit yes, it'll preference siblings in every subsequent choice. Although this works when I test it, I am not sure if it produces a good workflow in the real world, so let me know if it causes you any problems.

>>1991

I have added a button for this to services->review services->local file service. Again, let me know if it doesn't work right.

>>2007

Thank you for this–that's an interesting way of doing it. I currently use a 64-bit DCT-based perceptual hash that describes the general colourless shape of the image. If you are interested, I do it in GeneratePerceptualHash in include/ClientImageHandling.py.

My current challenge is searching hamming distance of two such hashes quickly, but perhaps I am being too complicated. Do you know how well your hashes stand up to similar images, like when one has from 9gag plastered on it? I suppose I could run a hamming search like I do for my current phashes.

Once I am done with IPFS and a new tag suggestion control, I will be working on this. If I can't figure out an easy solution, I would appreciate your further suggestions.

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

68f861 No.2042

Don't know if this is possible, but is there a way to order the selection tags so that namespaces always appear on top of the list first?

character:a

character:b

creator:a

creator:b

series:a

a

b

c

Another idea is to group tags.

[-][character]

—→character:a

—→character:b

[+][creators]

[+][series]

[-][no namespace]

—→a

—→b

And yet another suggestion is partial tag searching

"character:a* " searches every file that has a character namespace that begins with a.

Of course I understand there's already a huge backlog of ideas, but these are just small things that would benefit me greatly

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

68f861 No.2046

>>2042

I should probably explain my reasoning too.

-namespaces on top

For the most part I don't look at a files non-namespace tags. The tags I use when finding files are namespaces such as character, creator and series, so it makes sense to have those displayed first. There's also the issue where some files have a shitload of non-namespace tags, and it becomes a pain when I have to dig through them just to find the character. Multiply that by every image

-tag groups

sorry I'm autistic about organization, especially when it comes to organizing millions of files. thats pretty much it

-partial searching

This is just an easier way to mass search without having to manually input every tag.

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

68f861 No.2047

File: 1455653657791.jpg (284.94 KB,1280x987,1280:987,3b6104ebd9317ce4bdd839f939….jpg)

>>2042

>>2046

Thank you for these suggestions.

Ordering namespaces is something I have also wanted, I just never got round to doing it. It should be fairly easy, as I just need to add an option for it and tweak the sort code. I'll bump it up my list.

Grouping tags is doable but more complicated, as the tag lists are all custom controls I wrote, so I would have to overhaul the internal data representation and external layout stuff to support trees. I will put it on my to-do list and save it for the next time I do a big rewrite of that stuff.

Partial tag searching should work already, much like you suggest. Putting a '*' in the search box should insert that exact search string in the autocomplete list below, and selecting that predicate should return all files that have tags that match the wildcard. For instance, putting in 'star*' should give you all the files matching 'star trek' and 'star wars'.

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

68f861 No.2164

File: 1456771409965.jpg (17.4 KB,253x190,253:190,Clipboard01.jpg)

>>2042

>>2046

I second this, because I have stuff like this

Tag groups is also majorly wanted.

Now, for my own suggestion, I'd want a way to easily identify what file belongs to what url in the detailed file import status window.

Something like a query tree instead of displaying everything in one go.

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

68f861 No.2196

Instagram support? Is it possible?

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

68f861 No.2197

Has an API or plugin support ever been considered yet? There seems to be a handful of devs here in the community that would be happy to knock out some small features, atleast until they're officially supported in the main program.

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

68f861 No.2198

File: 1457204731130.jpg (366.62 KB,900x987,300:329,71bdd7eb6349ec29c40761a70f….jpg)

>>2164

When you say:

>I'd want a way to easily identify what file belongs to what url

Can you explain a bit more what workflow you are looking for? Would something like right-click->open selected in a new search window do what you want? Or are you thinking of something like 'as you move the mouse over the lines in the list, the thumbanil is highlighted' or similar?

>>2196

Almost any website is possible, but I have generally stopped working on new website plugins so I can instead rewrite my downloader engine to support user-created plugins.

>>2197

Yeah, that's my general plan. The next iterations of the downloader engine should support more detailed html/json parsing rules, login FORM and cookie info, and also a migration of all that custom info to external files that anyone will be able to create and import/export.

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

68f861 No.2226

File: 1457496610470.png (17.29 KB,638x519,638:519,mongo sort pornography.PNG)

Regarding tag archives: Would it be possible to create a more streamlined/efficient method of updating a particular tag database, assuming that we as a community can get one or more of them to the point that we have regular updates releasing?

I tested out my tentative e6 DB on a blank DB containing only ~7000 images, and it matched 1800 of those but still took 30-60 minutes to apply the tags from the DB. Removing those tags (so I could apply a new version) was a little faster, but still, it is a not insignificant operation, and I'm leery of how bad it will be on my live Hydrus install (which has probably 30-40,000 matches to this one tagrip, never mind the others I'll be working on).

I ask because this time around, I'm proceeding with the goal of making the spidering, collation, generation, and posting of the rips I'm concerned with as fully automated as possible, so that - for example - if e621 takes ~8 hours to rip in its entirety, and that process requires zero input from me, I can set up a monthly cron job that releases updates automatically, so those of us concerned with e6-sourced tags have the most up to date metadata possible. Other DBs such as Furaffinity may not be feasible to do monthly - but then again, e6 is a booru, so tags on old files can be changed, and therefore since I can't query by mod date the whole site must be rescanned every update, whereas FA is generally past-immutable and thus incremental update tag archives could be released on a shorter schedule.

So, I guess my question is, is it possible for you to code in a streamlined "update tags from archive with new version" operation in, or is that not how the system works?

If that isn't possible, what can I as a tag archive producer do to reduce the length of the update operation for myself and other users? I could theoretically calculate a "diff" - where I release two archives every time there's an update, one with added mappings and one with removed mappings - but since I don't know the rate of mapping changes on a large booru, that might not turn out to save that much time when applying them.

Is there anything else you can think of? Should this sort of thing be a live remote tag service, instead? I'd actually love that, from a user perspective, except that I'm not sure how to make the current Hydrus server interface work on a headless remote Linux server, which is where I do all this shit, and I'm also not sure how that could be made resilient - if I vanish, I don't want the data I've compiled to become unavailable to the community. Tag archives on Mega.nz will always be there, and can be shared around as files, but if I'm running some custom server, that relies on me providing that resource *forever*. I'm not down for that, really.

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

68f861 No.2227

Also, I've been wondering - what happens with duplicate tags added from multiple tag archives? For example, Furaffinity and e621 are likely to have many of the same tags. You've mentioned before that duplicate tags mess with your UI code - and I've noticed this in places like the Edit Tags window, where a certain tag has a count higher than the number of files being looked at, because a given tag has been applied more than once (manually, by archives, by siblings/parents).

Maybe a "deduplicate tags" maintenance op in the client?

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

68f861 No.2244

- Rename the window

- As someone who's more comfortable using different databases for different parts of my life, this would be a huge help.

- Pull whitelisted tags from PTR to Local Tags

- There are only certain tags I actually care about when it comes to auto-tagging, so this seems like a good way to only show the tags I want to see. Regexes and Namespaces would be excellent here.

- click-drag selection

- just a qol change. If it's unpopular, maybe have it default to disabled

- a tag option that gives each file tags based on the names of the folders it's in

- easy way to track and tag images after an import

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

68f861 No.2245

>>2226

Also, did I miss a release note where the client_archives folder got deprecated in favor of the "apply archive" buttons, or am I missing the appropriate area of the UI to configure that now?

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

68f861 No.2254

Is it at all possible to exclude files of a certain rating? Like "-system:rating for R = 0.5" or something. Or indeed, a ≠ operator.

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

68f861 No.2256

File: 1457822713832-0.png (207.12 KB,972x995,972:995,regex_dir_names.png)

File: 1457822713836-1.jpg (168.81 KB,1058x1500,529:750,03ecc524364e1c9baef29fa769….jpg)

>>2226

That's an interesting thought, and I am not sure the best answer. The more generalised and powerful I make tag archives, the more they look like hydrus services. I am strongly considering moving all tag archive functions to the new extracted service database I am planning. When I pull client.db apart, all service-specific data will be extracted to its own folder. It'll be a portable container for most sorts of hydrus-compatible content, so it'll probably be able to do everything tag archives currently do, and with siblings and stuff as well.

So, in future, I'd like the user to be able to go something like file->import service->pick file/directory/whatever->would you like to import it as a new service, or merge it into an existing service?. Maybe with a single wizard that covers a lot of potential bases, rather than having different functions hidden all over the client.

For your plan for now, it might be reasonable to make three-monthly update archives subsequent to your original 'e621 up to 2015-09' or whatever, and then people can add those smaller (~50MB? something like that?) files a few times a year rather than having to deal with larger ones all the time. Having two archives of 1970-01->2015-09 + 2015-09->2015-12 works the same as 1970-01->2015-12 from hydrus's perspective, it'll just take two db queries. Having your users manage multiple files could be awkward, but it is easy.

The only difficulty there is figuring out what is the new content. If there is a way to grab that from the site (like if you know the guy who runs it, who has direct db access), then that's easy, but I presume you are expecting to have to do a full sync every time you update your tag archive, in which case you can go:

A = Tag archive 2015-09

B = Tag archive 2015-12

C = New tag archive

For every mapping in B:

If it is not in A:

Add it to C.

I am not sure if tag archives currently support membership queries, but if you figure out any new calls you would like, just let me know and I can add them no problem. I can even add a 'create_diff_tag_archive( A, B )' or something. Or you can query them directly, if you are comfortable with the sql.

I can easily add 'merge these two tag archives' code as well, but I don't want to get tied up writing client gui stuff for it when it might just be generalised to the new service db fairly soon anyway.

>>2227

Exactly similar mappings are merged on the same service, so if a tag is 'current' for a file on a tag repo, trying to 'pend' that same tag to the file is a no-op. The duplicate tags issue comes in gui-side, with siblings and when the client has multiple tag services (e.g. 'local tags' has a lot of tags and you have multiple tag repositories synced that have file and tag overlap) but the viewed domain is 'all known tags'. It is just a bit more difficult to quickly and accurately union and count siblings and merged services on-the-fly, so in some places, those counts are inaccurate.

Otherwise, applying multiple tag archives that have very similar content to a single repository isn't a big deal. Anything duplicated will be (quickly) ignored.

>>2245

At the moment, I think you can do two things with tag archives:

1. Permanently sync to them, by putting them in client_archives and then booting the client and going services->manage services->tag service->archive sync.

2. Doing a one-time import via services->review services->tag repo->perform a service-wide operation.

I don't like the workflow for either, really, nor the dichotomy of those two dialogs. The manage/review difference represents what is going on behind the scenes, but not what the user necessarily wants to do. I might end up merging them one day, or removing all commands from review services, or something.

>>2244

- Rename the window

Great idea, thank you. I would use this myself!

- Pull whitelisted tags from PTR to Local Tags

I hope to greatly expand tag display filtering and service-to-service copies and moves once the client.db split-up is done. I hope to pull all service data to separate directories, and I expect it to be easier and simpler to do service operations at this point. When I start work on that, please give me your feedback on the gui I create for it and make sure I include the features you are interested in.

- click-drag selection

This has been on the wishlist a long time (so long that I think I put it there!), and I have just never found time for it. I think it was on the last 'vote on what to work on next' poll, but I cannot remember how well it did.

- a tag option that gives each file tags based on the names of the folders it's in

You can do this now, but it is technical. When you import some files, click 'add tags based on filename', which will let you automatically parse tags from filenames using regexes. These are powerful and can get quite complicated. If you are a programmer, you may be familiar with them and can figure it out yourself, but if you are not, let me or the board in general know, and someone will help you. My attached image shows an example regex that parses simple folder names. It is:

(?<=\\).+?(?=\\)

I am not very good at regexes myself, so there may be better ways of doing 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.

68f861 No.2259

>>2256

Your logic re new content is what I was musing about - the problem is removed tags. If there is a mapping in A that is not in B, I have no way, in the HTA, to say "this mapping should be removed if it exists". I suppose I could do an "add these" update db and a "remove these" update db, which could be one-time applied, but I'm not sure that's worth it. I'm especially not sure that running a DB that has 50,000 mappings on 50,000 files into Hydrus is going to be appreciably faster than running one that has 500,000 mappings on 50,000 files (just using numbers pulled out of my ass). Question: Does the permanent sync still take a really really long initial processing time, or does it just sit in the background?

For FA, incremental updates can and will work, though.

I like your services idea - that has potential.

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

68f861 No.2264

File: 1457896706821.jpg (517.02 KB,1475x990,295:198,441fed36d15b471ae29e77fad8….jpg)

>>2259

Ah, I see. Yeah, tag archives have no deleted knowledge yet. The service db will, so again that's probably the direction we'll head.

Initial sync takes ages, although it no longer locks up the gui. It now runs off a pausable and cancellable popup window that does 50 files at a time or something, so the program runs a little loggier, but is still usable. The total time it will take will be roughly proportional to the number of files that are cross-referenced. If only 5,000 files are matches, it will be about ten times faster than if 50,000 were. (The exception to this is if the tag archive is sha256, in which case 100% of the files are matched, so it'll take ages every time.)

I was heartened to see tag processing generally working faster with the recent autocomplete cache change, so we'll see how that generally holds up as I continue to alter the cache. I expect some further speed-up and also some slow-down, but I am not sure how much they will balance out.

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

68f861 No.2328

Would it be possible to add a "censor this tag" option to the right-click menu you get in the selection tags menu?

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

68f861 No.2338

File: 1459359445628.jpg (52.61 KB,620x387,620:387,bc8937c8cbeb356e1e14155194….jpg)

>>2328

Sure, I will add this to the list.

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

68f861 No.2357

How about an option in settings for slideshows to continue only after the current gif or video has finished playing once? This would be useful for viewing a mixture of static and animated images with a 5 second timer that could be extended only for long gifs and videos.

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

68f861 No.2362

I have a lot of images that look similar but with small alterations. A new way to sort, placing similar images next to each other would be really nice.

I'm not sure how Hydrus's "find similar images" works, but maybe it would be useful in this case? If not, sorting the list by dimension and file size would probably be good enough. Use something like "width height file size" as a string and sort by that, perhaps? It won't be perfect of course, but it would be good enough.

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

68f861 No.2368

File: 1459630794140-0.png (973.85 KB,864x576,3:2,4c6f5c5943c3c90fd483036013….png)

File: 1459630794143-1.png (1.49 MB,1745x1059,1745:1059,3ec7cdd46f655f95c9e26b29a4….png)

>>2357

That's a great idea, thank you. I'll set it to advance the slideshow if autoplaying durational media has played through at least once, and we'll see if further options are needed.

>>2362

I have big plans to handle near-duplicate files' metadata in the future of the program, including sharing that between clients like tags currently can be. I'd love to be able to automatically merge tags across extremely similar images (e.g. when one has a watermark, or is just a resize), and also to group your sorts of 'small alterations' images together.

After I am done with this first version of IPFS and then a tag suggestion control, I am due to write a new 'find similar images' algorithm that should work much faster, which will be the first step in being able to search for and display these sorts of 'these two images look the same–is one a better quality version?' types of filtering workflows.

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

68f861 No.2378

How about a native iqdb lookup and tag? It could go like manage tags->lookup on iqdb->dialog with possible matches->click one and it shows your copy on the left, the booru's on the right, and a confirm tags button.

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

68f861 No.2383

File: 1459884702398.jpg (37.38 KB,799x600,799:600,48a6bbd36a861f7ada4dc8b085….jpg)

>>2378

Thank you, this is a great idea. After I am done with IPFS, I will be adding a 'suggested tags' control to the manage tags dialog to pull suggested tags from external sources, and iqdb would be a nice plugin to 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.

68f861 No.2384

Could you add FoolFuuka / Fuuka support to the thread watcher / gallery downloader?

I'm trying to download the /e/ Ecchi Image Collection (around 120 threads), but it'll be a hassle to DownThemAll everything from the archive before importing it all.

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

68f861 No.2387

File: 1459962112755.jpg (272.93 KB,1202x912,601:456,92c89fc02eb7feec3db8683fe5….jpg)

>>2384

I have stopped manually adding complicated new site downloaders for now. My new plan is instead to ultimately expand my downloader engine to better allow users to create and share those site profiles themselves. The next time a 'what big thing to work on next' poll happens, please vote for the downloader engine expansion.

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

68f861 No.2402

Could you add more useful info to the status bar when only one image is selected? Dimension and file type perhaps? Would make it easier and quicker to delete duplicates.

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

68f861 No.2419

File: 1460484421669.jpg (284.2 KB,854x1122,427:561,3ca9567d4dfbcce5caa42c2bde….jpg)

>>2402

Thank you for this suggestion. I have improved some of the status bar grammar, and when one file is selected, I have appended the same info text you see at the top of a single thumbnail's right-click menu. For instance, you might now see:

480 files - 1 image selected, 7.6KB image/png (200x200)

Let me know how it works for you.

In future, I would like to make this customisable, like how some mp3 players allow you to configure the in-program label of a song like:

[artist] - [album] [album_num] - [title]

But for hydrus like:

if multiple selected: [selection_num] totalling [selection_size]

if single selected: [focussed_file_mime] - [focussed_file_size] - [focussed_file_resolution]

It'll be a larger job to allow this, but it is on my to-do list. If you are interested in this and I don't get around to it by the time I have the next 'what big thing to work on next' poll, please remind me then, and I'll put it on that.

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

68f861 No.2429

>>2419

That's fine, thank you. Not that interested in having it fully customisable because I can't really think of anything else that's missing now that you added filetype and dimensions, but maybe someone else would find it useful.

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

68f861 No.2449

File: 1460758575322.jpg (67.76 KB,476x513,476:513,sakura.jpg)

So I am not sure who else would be interested in this, but I wanted to toss it up and maybe get some other ideas.

So, since hydrus uses its own naming scheme, file names are messy as hell, and quite frankly, ugly. One step further, I have to admit, filename threads really are my bread and butter.

I think the ability to export files based on specific parameters is certainly a worthwhile feature. One step further though - I think there is some good potential here for some powerful features that only something like hydrus could provide. Tags are awesome.

When I say export, I am referring to drag and drop interfaces FYI, since that is the easiest way to share files on 4/8chan. So, I think an interface that allows some detailed information when exporting would be awesome.

For instance - the ability to set custom titles based on namespace. For example - exporting porn? List the title and artist. Exporting a dank meme? Export based on a file name name parameter. Dumping a series? Add page number parameters.

One optional step would be able to optionally name them all by "author:'paramater' - title:'paramater'" I don't know how many people would find it useful, but could certainly be a huge step for those who like to dump.

Just tossing some stuff into the think tank. R8 and suggest stuff, because I'm sure there is some stuff I'm not thinking of.

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

68f861 No.2469

>>2419

>In future, I would like to make this customisable

How about this instead?

https://github.com/hydrusnetwork/hydrus/issues/135

Also, I made this request earlier. I know you don't check the github issues often, so I'm just going to inject it into this thread I suppose :)

https://github.com/hydrusnetwork/hydrus/issues/168

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

68f861 No.2474

Can you add a shortcut hotkey for the "remove from view" function that's below archive in the right click menu? It would be a boon to one of my scripts.

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

68f861 No.2499

File: 1461529182484.jpg (323.83 KB,850x1142,425:571,0859849d190f91cf2a90605537….jpg)

>>2449

I would very much like to do something like this. If you haven't seen the export dialog, check out the regular thumbnails' right-click share->export->files, which lets you generate 'creator - series - chapter - page.jpg' type filenames based on existing tags. I would like to add a similar pattern-match to quick drag-and-drop exports as well.

>>2469

I like all of these thoughts. I've wanted to do a couple of them for a while as well, but they are large jobs that will take me several weeks to do. Please bring these up again when I next have a 'what big things to work on next' poll (if they are not already on there), and I will add them to the list.

>>2474

Done, thank you for the suggestion! It should appear dialog off the file->options->shortcuts page. Let me know if it doesn't work for you.

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

68f861 No.2589

Larger thumbnails? I remember there was a technical reason they were capped at 200x200, is that still the case?

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

68f861 No.2590

A suggestion for the ipfs plugin: How about exporting local booru galleries and pages as a way to share multiple files?

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

68f861 No.2592

File: 1462385554572.jpg (110.26 KB,954x642,159:107,537193c1f2cb0ffee8510a0445….jpg)

>>2589

I've had a think about this, and having recently played around with hydrus on a 4k screen, I can better see why people might want more.

I'm open to adding larger thumbnails, but they'll appear a little bit slower the first time they are loaded and anything from a file repo will have to be upscaled from the network-delivered 200x200. It's now on the to-do list.

>>2590

I would love to add all sorts of IPFS stuff like this in future. Ideally, I'll make a mini-API so you'll be able to deliver all sorts of shareable content on any sort of p2p network.

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

68f861 No.2610

>>2592

In particular black and white comics get horrible moire artifacts in the thumbnails, so any improvement would be welcome.

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

68f861 No.2688

I reckon there should be a window where you can manage tag siblings and tag parents at once. I think it'd be useful to be able to manage both of them at once without having to switch windows.

Cheers

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

68f861 No.2698

File: 1463250978540.jpg (1018.2 KB,1160x1476,290:369,341bb8392e7cf3865d91d8023c….jpg)

>>2688

I would like to do a lot with siblings and parents, mostly filtering the giant list and displaying and editing the relationships in a more visual way, but have yet to find the time.

I like the idea of combining the two workflows into one ok button. Maybe if I turn it into a notebook with sibling/parent tabs, like review services has local/remote? Or were you thinking of displaying both sibling and parent information at the same time?

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

68f861 No.2715

Can we get an option to hide all tags/text in fullscreen slideshows?

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

68f861 No.2716

File: 1463423593874.jpg (423.57 KB,1656x2663,1656:2663,545e5de7800cd4dd93f058bdad….jpg)

>>2715

Sure, I'll add it to the list.

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

68f861 No.2721

>>2698

Yeah I was thinking the notebook thing

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

68f861 No.2756

Something I've been thinking about for a while which could have a few uses are sub-tags, or a tag hierarchy. If you for example have tag 'X', and you add a subtag to that, the tag X will have a small button next to it in the tag list which can expand into a list of subtags. This is kind of like tag parents, but useful for other things.

The main difference is in neatness and clutter. If you have tag Y which is the parent to tag X using the current parent system, they will both show up in the list of tags. If you're spergy like me and add a lot of tags for your own collection, it can get messy fast.

However, if you had a tag Y which is a subtag to tag X instead, tag Y is only visible on the list if you press a little button or arrow next to tag X.

Another thing I'm a little unsure of whether would be a good idea or not is extending this to seaches, where you would only search for tag Y by writing the whole tree that it is in. Therefore searching X(Y) or whatever syntax would be good would return images tagged with Y as a subtag of X, and simply searching Y would return images tagged with Y as a top-level tag.

I hope this text was not too autistic to understand.

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

68f861 No.2761

File: 1463856631203.jpg (372.37 KB,1022x1547,146:221,8e7520d6bbd8623255669709ba….jpg)

>>2756

I think I understand what you are getting at, and I think its interesting. Tag clutter is something that's been on my mind as well, and I think collapsible trees may be part of the answer. I'll also be adding 'gui censorship', so you'll be able to filter page: tags or whatever from spamming the selection tags box without removing them from sorting rules and so on.

Before we can do any tag grouping, though, I need to write tree support into the taglist control. The data behind it is just a flat list at the moment, so I'll just have to rewrite it to be more clever and to do collapse/expand events. I'd like, in lexicographic views, to be able to quickly collapse namespace, and I'm sure final fantasy could be reasonably hidden behind final fantasy vi for many purposes.

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

68f861 No.2788

How about an option to keep a copy of tags you apply on the PTR in the local tags as well just in case?

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

68f861 No.2791

>>2756

I've been using a dotted notation in my tags to kind of simulate this functionality. I have tags like this:

hair.black

hair.black.blonde roots

hair.long.knee length

car.sports.ferrari.f355.spider

Basically each dot creates a sort of parent tag for all the ones before it, since I can search for car.sports.* and find all the tags under 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.

68f861 No.2792

Can we get a way to empty the trash without doing the search window? I routinely delete tens of thousands of files at once, and currently when I open the trash search window and select everything to right click and delete, Hydrus takes off reading all the selected files' thumbnails and kills the disk for about 5 minutes.

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

68f861 No.2796

Being able to rename namespaces would be nice, rather than having to create a ton of tag siblings.

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

68f861 No.2797

Similar question as >>2796

Is there a way to remove specific PTR tags/namespaces from my local files? I don't really want "species" tags on my cat girl images…

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

68f861 No.2822

This has probably been suggested before since it seems like an obvious feature, but in case it hasn't…

Hydrus could really use a "browse" mode. I would suggest a new kind of page that lists all tags in your database on the left (with a dropdown menu to limit it to a specific namespace), and when you click/select a tag all images with it will be shown. Sometimes you don't have a specific tag in mind, and just want to browse your collection, you know?

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

68f861 No.2833

File: 1464464407182.jpg (216.68 KB,1497x1865,1497:1865,852411f7ce508ae4184a2ba301….jpg)

>>2788

That's an interesting idea–do you mean as a backup, in case your uploaded tags get deleted serverside by a janitor?

>>2792

Sure, I'll add a button to review services. Be warned that it will still likely be a very laggy operation, as transferring any single file between file domans (like local->trash or trash->None) needs to update a bunch of caches (like the autocomplete tags caches), which can add up if you are doing thousands at a time.

If you haven't already, check out file->options->files and trash for some options about how files are automatically removed from the trash.

>>2796

I want to add this in a future version of the tag censorship system. I would like it to work just like siblings, like artist->creator.

>>2797

Check out the tag censorship system, at services->manage tag censorship. Select 'all known tags' and then enter 'species:' into the box and hit enter. You might need to refresh your views, but you shouldn't see any species tags in normal views again. You can put in 'species:catgirl' or whatever if you want to get specific.

>>2822

I like this idea. Some people have asked for a tag cloud, which I like as well. It'll be a larger job, so I will put it on the next 'big things to work on next' poll when that next comes around.

For now, you can emulate this behaviour by going 'system:limit=1,000' and setting your tags to 'incidence (desc)'. You'll get a list of your most popular tags on the left, which you can middle-click to quickly open the page for.

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

68f861 No.2844

I'd absolutely love to see "greater" and "less" options for ratio search. This shouldn't be hard to implement, considering approximate search is there. I have dual display configuration with display oriented differently and separating portrait and landscape images it way too much PITA for no real reason.

Also, image viewer' is definitely lacking "lock zoom" option.

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

68f861 No.2845

>>2844

Though, given that ratio is two numbers, not a single one maybe "wider" and "taller" would be more descriptive.

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

68f861 No.2854

>>2833

Yes, in case your tags are deleted by a janitor.

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

68f861 No.2855

How about when you right-click a tag on a local search page there's an option called "remove tag from selected items". It would be so much quicker than right-clicking the items and opening the "manage file's tags" window (which by the way is pretty slow to open when you've selected many files). Since I used a lot of tag databases when importing my files there's quite a lot of garbage tags that I would like to remove, and being able to do it directly from the search page would be quick and easy.

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

68f861 No.2856

A small thing that I would really like to see: score-like ratings, like numerical ratings, but without a fixed star number, every image would have 0 by default and there would be key bind to add or subtract 1.

This would make it way easier to have an "used" count for pictures, currently I have to set a 10+ stars rating and bind a key for every single star in my filter.

Even better, have an option later to automatically add 1 automatically every time an image is displayed in the media viewer for at least x seconds without user interaction.

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

68f861 No.2859

File: 1464719465913.jpg (216.41 KB,1071x1529,1071:1529,e736c6c7e5081bbdd907f8f6c5….jpg)

>>2844

>>2845

Taller/wider ratio options is a great idea, thanks!

I also have it in my to-do list to add a lock-zoom to the media viewer.

>>2854

Ok, I will think about how to do this. I've wanted to do ongoing service-to-service sync for a while, so I think this could be folded into that.

>>2855

I hope to reduce the manage tags open time for a large number of files in the current 'suggested tags control' work I've just started. The delay isn't necessary–I just need to rework some things.

I like the idea of pushing some quick tag management out of that dialog as well. I'll think about how I can do it in the right-click menu.

>>2856

I really like the idea of an integer rating. I've added it to my to-do list.

I also like adding some 'viewed for 2 hours'-type metrics to files, and making that searchable. I've created a sub-project to think about it, although it might be a bigger job.

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

68f861 No.2867

>>2859

While we're on the subject, do you have any thoughts about these ideas?

https://github.com/hydrusnetwork/hydrus/issues/154

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

68f861 No.2868

File: 1464801674709.jpg (141.22 KB,1978x1355,1978:1355,7469589320cbca637523a54a02….jpg)

>>2867

I used to have a 'ratings filter' that did almost exactly what is described there, with two media windows to compare. It had a neat workflow and decent algorithms to remember past comparisons, estimate certainty, and provide maximally useful pairs to look at–and it didn't work very well. I am not sure why. Not many people used it, and those who did didn't like it (myself included).

I think I might have made the comparison calculation too granular, so any real world use case would have taken too many comparisons (i.e. n log n) to accurately figure a score for everything, or maybe my comparison algorithm should have presented less random comparisons (by showing files with common tags or something), or perhaps (I suspect) there is something fundamentally irrational/emotional about human ratings, so trying to build a rational workflow based on information theory is not going to meet success.

I think I could bring something like that back, but I'd need to come from a different angle.

It has been a very long term thought to share ratings on a service like with the PTR, but merging that data in a 'hydrus network' way is significantly more complex. I often find my opinion differs from others, so merging ratings might not be the right direction to go. Maybe for more discreet ratings like 'this is technically well put together'.

I think stat collection could be neat, although I think it is easy to get cluttered and to spam the db with too much useless info. I think I'll try 'total view time' stats and we'll see how that works. It might be neat to tie that sort of thing into a future auto-ratings system. It feels to me more organic to harvest rating data from the shape of normal usage rather than literally asking for 'how good is this' out of the blue.

It might be neat to see a 'collectively, users have spent 5.3 years looking at this image'.

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

68f861 No.2877

>>2868

Relative tagging sounds like a lot of manual labor (worst case n*n/2), but there is indeed an issue of one's views changing and all. Maybe adding (searchable) age for ratings will help? Then one can look up stale ratings and refresh if necessary.

>>2488

BTW any plans for this?

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

68f861 No.2904

I'm actually not sure if this is already possible, but here goes anyway:

How about a way to black/whitelist namespaces for uploading to the repository? I would like to contribute to the database, but some of my namespaced tags are entirely subjective and would just be clutter to other users.

Having all these under one namespace that gets ignored for the commit would still allow me to upload everything else

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

68f861 No.2906

File: 1465319982848.jpg (409.53 KB,1837x1314,1837:1314,738ec6fa07c9f954505cc8b050….jpg)

>>2877

I'm split on adding timestamps to each content row. The server needs it to generate updates, but for the client it would add 20-40% database size and be another dimension of metadata to load for every file. I'm still thinking about it.

I wonder if trying to subjectively measure/rate/tag any single collection, beyond simple decisions like inbox filtering, is too much work for anyone alone. Maybe it is something else we'll end up offloading to a neural network in five or ten years.

>>2488 would be a big job, so I will have to put it off until my next 'what big thing to next work on' poll. Please mention it again then, and I'll add it to the list.

>>2904

Could you store the subjective namespaces on your 'local tags' service, but put everything objective on the PTR? Stuff on 'local tags' stays private on your hard drive.

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

68f861 No.2907

>>2906

>Stuff on 'local tags' stays private

D'oh, that makes a lot of sense. And should do just fine.

Think I better re-read the help section before I end up suggesting another feature that's already in.

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

68f861 No.2927

Is it possible to disable thumbnails during download sessions? I'm currently at 40000 and performance is noticeably beginning to degrade. If I have multiple download sessions up simultaneously, then navigation becomes impossible.

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

68f861 No.2929

>>2927

Also, this isnt exactly a feature request as I dont think its consistent with the dev's vision of what hydrus ought to be, but does anyone know a platform where I can curate based on artist and possess rudimentary tagging features?

I wish to organize via art style and thematic tone, something that requires a lot of finesse and nuance. And tags are too blunt an instrument for this. The best way I can think of to do this is to organize based on artist since most artists dont change their art styles or thematic matter very often.

Even better if the platform allows user input such as descriptions and thumbnail viewing.

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

68f861 No.2936

File: 1465672457551.jpg (359.67 KB,1352x1600,169:200,fdc8aa97274af36fef00fe7204….jpg)

>>2907

No worries. Let me know if there's anything else you aren't sure about, or if you have any ideas on how to make the help more readable.

>>2927

Yeah, at the moment, you want to go:

Pause downloading.

Select one file.

Hit Ctrl+A to select all (wait a few seconds for it all to go through and animate).

Right-click->remove media.

This just cleans your current view. Pages aren't great at showing >10k files, so I generally suggest you keep you downloads/imports/searches/whatever a bit smaller than that if you can, or if you are importing, to regularly cull them back to a manageable size.

I might add a 'just do this download in the background, don't show me the results' mode, although subscriptions somewhat already fulfill this, and I want to shy away from letting people accidentally fire off a 200,000 file download that gets them a bandwidth ban or whatever. It is very easy to get files, but not to filter and manage 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.

68f861 No.2939

Could we get somewhat better tag sibling and parent controls? Right now the only way to disable tag siblings and parents is to petition them, which can lead to a petition war.

You should be able to mass select certain parents and siblings and choose from a right click menu to either petition or disable them (or enable, if they were disabled). Petition disables them automatically, and they're hidden from view unless a "view disabled" checkbox is checked, at which point they appear as they do now with (-) if they're disabled.

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

68f861 No.2942

File: 1465735645726.png (50.03 KB,1591x843,1591:843,screen.1465735174.png)

I'd really like if there was a way to edit a subscription's name.

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

68f861 No.2946

File: 1465763015333.png (692.29 KB,1594x843,1594:843,screen.1465762445.png)

>>2942

Also, this is really becoming a problem.

The window doesn't have a scrollbar, so I can't confirm the rating.

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

68f861 No.2948

Smooth scrolling would be amazing!!

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

68f861 No.2949

>>2948

As an option, maybe. Smooth scrolling would interrupt a few of my workflows that rely on it being normal scrolling.

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

68f861 No.2951

>>2949

I always get lost while scrolling, the jumping is too big! Do you have a suggestion on how to "fix" it?

While I usually don't use smooth scrolling in anything this time I actually need 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.

68f861 No.2954

>>1111

any news on this quads?

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

68f861 No.2975

One thing I'd like to see is a sort of 'soft blacklist' of specific tags. Meaning that images carrying those tags would not show up in any searches unless the tag is specifically searched for.

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

68f861 No.2980

So I can send directories full of files to people via IPFS, but it's less useful when the files are pages etc. and people end up with a folder full of out of order files named by their hash.

For other users with Hydrus, can there be a way to send tags from local services like with the txt files?

For people just downloading the files, maybe an option to generate a text file of a manifest in the IPFS directory which lists the files and tags, or at least one of the namespaces like pages?

If we want to really get fancy, generate a batch file or bash script (or both) to automatically rename the files from their hash to some combination of namespaces like file exporting can do now.

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

68f861 No.2981

How many would be interested in Farbfeld support?

http://tools.suckless.org/farbfeld/

tl;dr it's a lossless raw format that relies entirely on external compression. The way in which the data is organized in the ff format aids

compression, and you compress the images with whatever archive tool you prefer. bzip2 is suggested. You end up with: file.ff.bz2 and you must

decompress it to view it. Hydrus' viewer would have to implement support for the ff format, AND support for decompressing bzip2/other.

I've been playing around with it, and my limited testing suggests it's only useful as a png replacement. For simpler images, ff's compressability via

bzip2 is nearly twice that of png! For complex images, ff still beats png compression by 5-10%.

I think it'd be useful to have ff support in hydrus; it could save a significant chunk of disk space for us png hoarders. However, for it to be

practical, hydrus would need a few other features first.

#1 - "Convert this/these png to ff & compress with bzip2" conversion within hydrus, but the db retains the original png hash, which is associated

with the new ff image.

#2 - On the fly conversions back to png (or any format of your choosing), for export, drag and drop, and opening with external viewers.

This is probably more hassle than it's worth, and this is certainly last on the priority list, but it's food for thought.

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

68f861 No.2984

>>2946

Anyone know how he manages to get that artist rating thingy up?

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

68f861 No.2993

>>2868

>It has been a very long term thought to share ratings on a service like with the PTR, but merging that data in a 'hydrus network' way is significantly more complex. I often find my opinion differs from others, so merging ratings might not be the right direction to go. Maybe for more discreet ratings like 'this is technically well put together'.

To be clear, I would like a rating system for my own purposes, not to merge with other hydrus users. I envisioned it being an entirely offline personal rating.

>It might be neat to see a 'collectively, users have spent 5.3 years looking at this image'.

This would be very cool, though. Not sure how you'd implement that net code.

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

68f861 No.2997

File: 1466360617952.jpg (806.2 KB,1772x2252,443:563,692d4f8be9f174e1be227209c1….jpg)

>>2939

I like this idea a lot. We just hit this with the recent 1girl->??? stuff. Let me think about it a bit, and then I'll figure out sibling censorship or a list of checkboxes or however I can best add it.

>>2942

I recently changed how the 'listbook' control handles the labels on the left to make this easier. I can definitely do this now, and I've made a job for it.

>>2946

I have a superjob to convert all dialogs over to auto-scrollbars, but it will require significant rewrites. My current work to make manage tags a frame should kick this off somewhat, as I abstract out the internal panel from the external wrapping. Please hang in there for now.

>>2948

>>2949

>>2951

I don't think my graphics library supports smooth scrolling natively, so I'd have to write it myself, which is probably more work than I can easily fit in. I can however add an option to change the minimum scroll unit, which is currently one thumbnail height. As I understand it, most mice send three scroll events per scroll wheel event, so hydrus typically moves three thumbs up or down per scroll wheel hit. If the scroll seems to be more than three rows at a time, check your mouse settings.

>>2954

Unfortunately, my gallery downloader engine isn't sufficiently sophisticated to do this yet. I hope to be in a better place on this once the suggested tags control (which will need a better html parsing engine) is done.

>>2975

That's an interesting idea. It has been an ongoing thought to have 'nsfw' domains that can be easily hidden, and I hadn't thought of a 'soft blacklist' before. I'm currently leaning towards allowing multiple named 'local files' services, so you can completely separate the search domains, guaranteeing no crossover or tag counts popping up in autocomplete results–would that do what you want?

>>2980

I like these ideas. I don't like exporting to hash-filenames, and I have a plan to add auto-filename generation phrases, like for the export files dialog, for drag-and-drop exports, and this could be extended to IPFS. I'd also like to add cbr/cbz support of some kind to ditch the whole problem with page: tags.

>>2981

That's an interesting format. I think it is a little obscure for our purposes, and it doesn't look like it has a simple python library I can grab, but I could emulate the behaviour by compressing files before they get stored to disk, and then uncompressing them as requested. I do a bit of that now with bmps in the in-memory image caches. I can see a few benefits and drawbacks to that.

For the moment, I think CPU is in greater demand than disk space, but if that changes, this is something to think about.

>>2984

This is the normal F4 manage ratings dialog, but he has created a lot of ratings based around artists.

Go to services->manage services to create your own ratings.

>>2993

Yeah, I agree on both points.

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

68f861 No.3004

>>2997

>That's an interesting format. I think it is a little obscure for our purposes

It was created just a few months ago ;)

Should you choose to tinker with it, hydrus would be the first program to support it. I doubt FF will ever become widely adopted, but hey, hydrus itself is rather obscure. If FF proves to be valuable, I could see it becoming popular with hydrus users (particularly as ipfs grows). FF's complete obscurity is why I suggested two other features be implemented first (easy conversion to and from FF, associate pre-conversion hash with FF file).

I really do not expect you to waste any time implementing support for FF unless you and the community think it would be worth having.

>I could emulate the behaviour by compressing files before they get stored to disk, and then uncompressing them as requested.

This would actually be counter productive. FF is easily compressed because it stores /raw/ image data in repetitive, predictable sequences. Conversely, any other image format is already compressed (for compression is a part of the format). Trying to compress what is already compressed will yield no benefits. In other words, the FF format here is not ornamental; trying to use external compression tools without using FF would not work.

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

68f861 No.3013

>>2997

>I like these ideas. I don't like exporting to hash-filenames, and I have a plan to add auto-filename generation phrases, like for the export files dialog, for drag-and-drop exports, and this could be extended to IPFS. I'd also like to add cbr/cbz support of some kind to ditch the whole problem with page: tags.

I don't think you're going to avoid the page problem with cbr support, since the same problem would occur with any namespace the user cares to sort with. For the moment if you could make a way to export filenames along with a tag manifest, that would be good enough.

I'm not aware of any other programs that generate IPFS directories so easily. Hydrus could be a huge kick in the ass for IPFS adoption once directory hashes start getting posted.

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

68f861 No.3019

File: 1466658824942.png (27.39 KB,207x208,207:208,pls.png)

Could you make thumbnails for GIFs and 8-bit PNGs be resampled properly? While the irony of pic related is kind of amusing, those ugly thumbs are not fun to look at.

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

68f861 No.3025

I have a question, or if not a suggestion, can you change the program that the client uses to open external ?

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

68f861 No.3027

>>3025

Your system's default program for that filetype is used.

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

68f861 No.3028

>>3027

Sorry i think i wasn't clear. I'd like to keep my system default image viewer but when i go and open externally i'd like it to open in explore with the file high lighted.

I hope this was more clear

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

68f861 No.3034

File: 1466883346199.jpg (402.87 KB,600x754,300:377,d519726ffb2bf0b71262878a75….jpg)

>>3019

Can you please post that original image here, so I can try it my end? I have thumbnails set to Antialias right now, which I think is the best quality my image library permits, but perhaps it isn't firing correctly.

Also, did you recently import that file, or might it be much older? I have used worse resizing algorithms in the past, so it might be something I should cause to be regenerated on update or something.

>>3025

>>3027

>>3028

I'll be adding custom launch commands for all mimetypes in future. If you set 'explorer' as your command, I think this'll do what you want.

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

68f861 No.3037

File: 1466894633277-0.png (19.88 KB,576x576,1:1,d8adb666b2a29b9247d1d4b957….png)

File: 1466894633277-1.jpg (23.59 KB,200x200,1:1,d8adb666b2a29b9247d1d4b957….jpg)

File: 1466894633277-2.png (49.98 KB,200x200,1:1,d8adb666b2a29b9247d1d4b957….png)

File: 1466894633277-3.png (22.45 KB,200x200,1:1,d8adb666b2a29b9247d1d4b957….png)

>>3034

In the process of drafting a reply, I may have found the root of the problem.

As I said, any image with indexed color, either GIF or 8-bit PNG, produced the same effect. The first attached image is an indexed PNG, and the second is the thumbnail generated by Hydrus. The third and fourth are the original image scaled to 200x200, using bilinear and nearest-neighbor resampling, respectively.

As you can see, the actual thumbnail is close, though not identical, to the nearest-neighbor version. I believe this is because whatever is resampling the thumbnails is doing so only within the indexed color space, meaning any intermediary colors that would be generated are instead rounded to a color that exists in the original, making it effectively a nearest-neighbor resample. If this is indeed the problem, then a copy of the image would first have to be converted to full RGB space, then scaled, to make the thumbnail.

And yes, this is definitely a current problem, as deleting and re-generating the thumbnails didn't help.

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

68f861 No.3039

Here's a request. Can the external tag databases written on sqlite also store the ID from external boorus if there is one? I would like a way to match the booru image ID to the md5 or other hash.

I'm using it in some custom code to make sure I round-robbin on all booru's I have configured that have a given hash along with validate I have a full copy. To store it in my database, I need the image id though as it is part of the key. I'm actually using ms sql so I can offload the database processing to purpose built image on my regular VM host but keep the images in a cheap magnetic filesystem over iSCSI.

By the way, awesome work on this program.

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

68f861 No.3055

File: 1467151689941.png (268.29 KB,1050x1154,525:577,2hu scaling.png)

>>3037

Thank you for this excellent followup. I think you are correct. I have written a check to convert explicitly to RGB/RGBA before any scaling, and set all png files (rather than just those with transparency) to create png thumbs, and now things look much better.

This will kick in in tomorrow's release if you regen your thumbnails again. Let me know if you encounter any more problems!

>>3039

The db structure of an HTA isn't that complicated, so check out HydrusTagArchive.py if you haven't already. If you want to extend it, you can do so manually with the help of the sqlite command line or SQLiteStudio:

SQLiteStudio: http://sqlitestudio.pl/

SQLite command-line shell program: https://www.sqlite.org/download.html

You could add something like:

CREATE TABLE booru_ids ( hash_id INTEGER, booru_id INTEGER, booru_image_id INTEGER, PRIMARY KEY ( hash_id, booru_id ) );

And have a fixed enumerated value for your boorus, like DANBOORU = 1 and so on.

Or you could just use the existing system and add namespaced tags to your images, like 'gelbooru_id:123456' and then fetch and filter them in whatever script you are using to put this together.

It sounds like you are doing something complicated, so let me know if I misunderstood your question.

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

68f861 No.3059

>>3055

Going to try posting this as 2 posts because 8chan won't let me post the whole thing.

Sorry, I didn't explain that very well; it was a driveby post. I have a custom built image suite similar to HTA that I started writing in 2002 on VB.NET. I started writing a program that acts like tineye does today; finds images that are duplicates based on how similar they are (I use custom algorithms though). It morphed into a image categorization suite, and I hooked it into a bunch of different booru's API's just like HTA so it could download the tag and image data because I am lazy.

It stored the images on disk very similar to HTA, except it was two layers of the MD5 (first 2 in a folder, then next 2 in a subfolder) so that there were 65536 folders for regular images, then a 200 by 200 thumbnail that was auto-generated in a mirrored folder structure. There was a UI that pulled up images and such based on search terms, and kicked out 'booru style XML. The last thing I did with it was to create a archive torrent of rule34, which is 66 GB (and can still be found easily)

The database was MS SQL, specifically so I could leverage the full text index processing that was possible, and almost no other RDBMS's supported.

Shortly thereafter, my array exploded and I lost the front end source and some of the database information because I was dumb and forgot to back it up. So I dropped the project for around 10 years. I just started it back up a month or so ago, and am improving 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.

68f861 No.3060

But while searching for a extract of tag databases from the 'boorus so I wouldn't have to scrape them all again (and piss off my ISP), I ran across HTA. I checked out the sqlite tag databases that were uploaded/ripped from the sources, and I could get a feel for how HTA works at the database layer pretty quick. The only thing I saw missing when compared to the program I use is that I have a reference table that tracks the MD5 for an image and the source site. Besides that, I do have a config table with the API (or website layout for scraping) for a ton of 'boorus. Danbooru is actually ID 5 :)

The reason I was asking for the reference table was twofold. It would allow me to not have to scrape other sites if someone already did, because I could just import directly from the sqlite database. Second, it would further my personal project of making sure that a website could be super easy to rebuild, all the way down to the image ID's. Just export it pretty much.

This quick query will actually kick out the hashes and tags from the sqlite database into a simple format that my program can use, I just can't capture the image ID of the booru. I used it as a test to make sure I could easily integrate with HTA.

<removed because 8chan hate sql aparently>

Honeslty, once I'm done on this end, I'll probably just kick my tag list out to a HTA sqlite database (and probably 'booru xml) that can be imported or used wherever. My data goes back to 1997, and I have stuff for sites that don't even exist any more. My tag database (tags only) is 14GB, not including indexes or any other structure. I need to get a copy off my box so that it can be free out in the world. It will probably take me 6 months or so to clean up all the stuff I have to make it useful, and I plan on doing that extract no matter what.

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

68f861 No.3063

So I accidentally deleted a couple of tags from a selection. I opened system:everything, selected the all the files and found the 'Show deleted tags' button.

However I couldn't undelete the tags, if I tried to re-add them, it would add to every file selected.

So I'm here asking if it's possible to add a 'recover tag' option

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

68f861 No.3082

There needs to be some options for large folders that have a bunch of other folders inside of them. Currently it just looks through the entire folder, but there should be some options to have it ignore a folder or something.

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

68f861 No.3118

Can we get the thumbnail generator for video mimes to read a frame from ~20% into the video instead of the beginning? I'm seeing a lot of black screens for video thumbnails.

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

68f861 No.3136

>That's an interesting idea. It has been an ongoing thought to have 'nsfw' domains that can be easily hidden, and I hadn't thought of a 'soft blacklist' before. I'm currently leaning towards allowing multiple named 'local files' services, so you can completely separate the search domains, guaranteeing no crossover or tag counts popping up in autocomplete results–would that do what you want?

That would be absoloutely gorgeous! I already suggested a sfw-mode in another thread, and it's exactly what would make this program absolutely perfect for my uses.

This would be especially nice combined with an algorythm to check booru sites for their 'rating:' tag and automatically categorize them into their respective file services.

The problem with these tags is that they aren't displayed as normal tags, but are in the sidebar under the normal tags on most boorus. It would require an advanced scraping mechanism.

That's my main request, but I wrote down some more during my time using Hydrus:

Small things:

-Abort and hide to tray button on the data management progress screen after closing the client

-Reminder or login-button at the place of the pixiv download button when not logged in

Big things:

-Multiple local tag services

-SFW Mode/multiple local file services

-Enhanced Scraping:

-Pixiv Gallery Downloader

-Page scraper scrolls down until the end before fetching links option (=Twitter Downloader)

-Download 'rating:' tag from boorus

Unreachable(?):

-Mobile Support

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

68f861 No.3140

I'm stuck with internet from circa 2002 because my provider is stupid and won't put in fiber unless we got far too many fucking people per square mile.

downloading a shitton of images takes a long ass time because of my less than stellar connection. and for every piece of gold there's twenty corns of shit that I have to prune.

would it be possible to do a different download mode that gets only thumbnails based on the search? ideally it should prevent opening the file itself, but allow you to choose files to queue for download.

I'm hoping that by using only thumbnails before queuing file downloads that it will make cherry picking files significantly smoother, even if more may have to be done in the viewer.

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

68f861 No.3144

>>3136

I just noticed one more thing - you can't rename subscriptions. Not a big thing, but kinda inconvenient.

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

68f861 No.3175

I clicked the "Remove all tags" button in the manage tags window with 13588 files selected.

Hydrus has been frozen or working for 6 hours now. It would be great to know which. It seems like a very long time for a seemingly uncomplicated function. I'm afraid to terminate the process in case it will mess up my db.

Please add progress bars/counters to every major operation so we have an idea how fast it's working or if it's working at all.

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

68f861 No.3178

>>3175

After 12 hours Hydrus was still frozen and using 11GB of RAM so I shut down the process. Started it up again and it seemed like nothing had changed. Seems like a bug if you ask me!

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

68f861 No.3181

>>706

>You can do this with a custom filter, although the interface is not ideal. I want to make shortcuts custom across the program so that eventually you'll be able to set specific tags or ratings from anywhere. It'll just take time.

really looking forward to being able to use these shortcuts outside of filtering. something ive also noticed is you cannot filter on collections, which is quite awkward.

suggestions id have are:

sessions saving the sort/collection that's set.

being able to customize the thumbnail overlay.

have my own dreams for the server setup too, but i have to take a moment and thank you for hydrus, it's in a league of it's own, much <3. crazy amount of effort.

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

68f861 No.3194

File: 1468775960556.jpg (292.34 KB,1280x998,640:499,1aae3e0ed9cd5a7bf87ed8cd22….jpg)

Sorry for the late replies here–there's a lot going on for me IRL, and I'm having trouble keeping up.

>>3059

>>3060

Your program sounds really interesting. Since you are an experienced programmer and specific needs, I think your best bet is to add the table and methods that'll fit what you want yourself. If you want to pair md5 to booru image id, then the table in >>3055 should do that.

To manipulate the schema easily, check out either SQLite Studio or the official SQLite command line shell:

http://sqlitestudio.pl/.

https://www.sqlite.org/download.html.

>>3063

Sure, I'll add a specific 'undelete' button to manage tags.

>>3118

I plan to have options on this when animated thumbnails are done.

>>3136

>>3144

Thank you for these suggestions!

>>3140

Unfortunately, I really designed the downloaders as scrapers, so I would have to write a whole new engine to support 'browse' downloading. Please bring this up again the next time I do a 'what big thing to work on next' poll.

>>3175

>>3178

Thank you for this report. I am sorry the client froze on you–I added that button as a shortcut for the double-clicking a few dozen times, and did not expect it used on many tens of thousands of tags at once.

If it freezes again for you, it is generally safe to kill the process, as the database is atomic. It is much more likely to have a db problem due to hardware fault than software interruption.

If you would like to mass-edit tags, please go to the 'advanced operation' dialog, which can be launched from the appropriate button on manage tags or review services. It sends queries directly to the database where they can be processed in a raw and efficient way rather than at the gui level, which will wrap most actions in human-friendly objects and throw up 'do you want to do A or B?' type gui stuff, and which will break if you throw more than a few hundred things at once at it.

>>3181

Thanks–both of those are planned!

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

68f861 No.3223

Can you add keyboard shortcuts for the options on the manage tags dialog, like paste and apply? AHK can't seem to reliably ControlClick paste tags as the Button classID changes randomly when you open the manage tags dialog, and match by text also doesn't work half the time. I used to use absolute X and Y values to do this, but that's gotten difficult with the recent window changes, and I have two installs I work with that might not match, so I'd rather have something more reliable than X and Y values or screenshot matching.

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

68f861 No.3224

This might already be possible and I just can't figure it out, but how about a way to 'batch' find similar images? That is, for each selected image, run 'find similar' on it, and if it turns up more than one result, add them to a set of results to display in a new page. This would make it easy to resolve duplicates at different sizes and compression levels, especially for images that aren't extensively tagged.

I'm guessing this would be a fairly expensive operation, but even limiting it to batches of 100 at a time or something would be far better than checking every image individually.

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

68f861 No.3229

>>3224

That has been 'in the works' for some 2 or 3 years now.

Also, with subscriptions, they only check the first image to see if there was anything added, correct? What if that tag gets a new image by someone editing a year old post? There's no way to get those images without nuking the entire subscription and redownloading it from the start. Could we get something like that? A deeper check or something? Maybe an option, at least. There's a lot that could be improved with the subscriptions but that could be something, at least.

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

68f861 No.3230

>>3229

A way to retry all those failed entries in subscriptions automatically would be nice. And a way to do that for all the subscriptions. It's not that easy to do when you have hundreds of them and hydrus crashes around the 50th losing all your progress.

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

68f861 No.3242

I may well be the only person to use Hydrus for sharing images, but here goes anyway

Is there any chance of shared files getting a unique filename, or even one that is generated from a user-set syntax, like creator-title-page? Currently every single file is 'file' without an extension, which makes saving things a real pain

Even just using the md5 plus mimetype extension would be a massive improvement

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

68f861 No.3248

>>3194

Actually, I am about 90% scraping all the boorus already because I left my program running while I was AFK for 2 weeks; currently 15 millon hashes I pulled about 1200 boorus I believe (I'll have to check exact count later). That means importing already-existing databases would duplicate what I have already for the most part. ibsearch site has a broken API, so I am scraping it slowly using a random seed (I think I have about 20% now)

However, I think there are a few non-booru style sites that I don't have but there is a hydrus database for. I already have the SQL to export from the sqlite db into my format; that was no problem. I'll probably toss that data in just so I have it on my side.

Anyway, since I am basically done at the data layer, and the database format of the hydrus site rips is simple, I'll just export my data into sqlite databases. I have a few options though. My engine is similar to hydrus where the tags are attached to the hash. but I think it would be better to export them as pieces; meaning have a database for 'tbib' with the tags specific to 'tbib' in that database instead of all tags from all boorus that I scraped. That way, folks could pick specific sites to import tags from; some are more 'trusted' than others. Do you have a sugestion or preference? Assume that database knowledge is no issue; I can do anything at that layer.

I'll probably also kick out XML files from them all too in the standard danbooru API return format so that they can be processed in whatever systems are out there. One of the things my progaram does is generate 5 hashes per file; MD5, SHA1, SHA256, SHA384 and SHA512. I'll probably dump those too as it is a good data source to join against nearly any other process; such as IPFS or such. I need to finish downloading the unique images that are pending though (about 9 million of 15 million total). that way I can generate the other hashes and load the rest of the metadata (my program adds some metadata about the file itself)

I saw this:

>>1268

and I thought that was already done (I see the post is oooold). but just in case, I'll probably also dump the signed integer from my program that is used for 'not dupe, but really close' detection. Catches things like watermarks and resizes. The input is the binary image and the output, stored at the database layer, is a 32 bit signed integer that is a representation of the data stored in each pixel of an image in any format. That makes it so that finding similar images is just a database lookup across an indexed field, so all 15 million images can be searched in a few miliseconds. I'm currently upgrading the SAN this is runnig on, but once it's done and I finish an up-to-date backup, I'll start dumping stuff so it can be reviewed.

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

68f861 No.3288

File: 1469556528004.jpg (419.83 KB,876x1024,219:256,e12f00c928aac1fa5b3b93405e….jpg)

>>3223

I would like to add shortcut hooks for almost all actions, but it will have to wait for an overhaul of the whole shortcut system, as it is in a hacked-together mess and requires hardcoding for every new action.

I don't know much about AutoHotkey, but it might be having problems with identifying the paste button because there are separate buttons for each service page. I also don't know if the id I can give a button is what AHK looks for, but I've given them wx.ID_COPY and wx.ID_PASTE for tomorrow's release–let me know if that lets you identify them, and I'll start a job to do more of this.

I don't know if this helps your situation, but hitting enter on the manage tags tag entry box while it is empty should pass an 'apply' event. It has wx.ID_OK for the dialog, and I've given the 'close' button on the frame version wx.ID_OK as well–let me know if you see any difference.

>>3224

This is an important and difficult problem and something I have extensive plans for. I'll be working on a faster dupe searching algorithm after I'm done with suggested tags control, which will be the first step. I don't have a clear idea on how the gui workflow for this stuff should work, so please give me your feedback as it rolls out!

>>3229

>>3230

I can't think of a good solution to the missed files problem that doesn't hammer the destination server with mostly superfluous gallery page requests. Maybe I could have an option to do a complete resync of urls on a longer time period, like once over three months?

I'd llike to improve subs a lot, including better simultaneous multiple-subs editing (to say like 'retry all failed for all these subs'. I expect to add multiple queries for single subs (so you can have twenty different tags running on the same 7 day clock or whatever with the same tag options) once the next download engine overhaul is done, which should aid this. The dialog could also do with a rewrite as well, as it crashes the whole program after viewing a large number of subs in one session.

>>3242

Yes, I'd like to have this for all exports, including mouse drag-and-drop. Some sort of default phrase, like:

[artist] - [series] - [unnamespaced]

that'll try to autopopulate, falling back to the current ugly sha256_hash.jpg.

Although maybe I have misunderstood something in your post–where are you seeing files without an extension? Files in install_dir/db/client_files should have .jpg or .swf or whatever, and that should persist on an export.

>>3248

I'm impressed with what you've done! Can't have been many people in history who have had access to that much data!

My suggestion about this stuff is to keep it as simple as possible, and to plan for later fixes–every time I've tried to make something clever and 'perfect', it has ended up a headache down the road. Lots of the HTA stuff needed revisits to cull badly parsed tags, or to establish or filter namespaces, so making sure the indices and the python-side access supported both read and write was important. Also reducing columns has been super important–I don't know if sqlite is just inefficient at packing its indices, but I cut something like 65% off the hydrus db size recently by removing service_id columns and having dynamically named tables for each separate service. I would suggest having 1200 different tables or database files rather than any attempt to make any sort of master ultra db of everything.

I'm planning to work on better dupe search after I'm done with the current suggested tags control. Unfortunately, I've always got more stuff to do than I have time for, so big projects can take a while! My current system uses a 64-bit perceptual hash based on the DCT of the image–is that similar to yours? I search for similar images by comparing hamming distance between two hashes. Hamming distance of 5 tends to be good for my phashes, but sometimes anything up to 12 produces good results. I've been looking into using a VP-Tree to reduce the search from the current O(n) time per hash searched to I think O( log n ), although I'm still not confident on the workflow I want, and so what exact db requests I want to do. Do you search for exact bit-for-bit match on your 32-bit phash? Does that work well for you?

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

68f861 No.3291

>>3288

>where are you seeing files without an extension?

Ah, I'm talking about sharing files on the local booru, as in on the http://x.x.x.x:x/gallery?share_key?=x address.

If anyone tries to save shared files from this external link, they'll all have the same name - 'file' - and no extension. Although having control over filenames on drag & drop would be another very useful addition, to be sure.

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

68f861 No.3308

Hotkeys for ratings/likes.

I bulk rate a lot. It'd be nice if there was a way to assign hotkeys to specific ratings. IE, Ctrl + 1~5 = Rating 1~5.

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

68f861 No.3309

>>3308

Those are already somewhat supported, you'll just have to use a custom filter for now. Eventually there'll be an overhaul to make those and most other actions available for key assignment globally, though

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

68f861 No.3328

>>3288

Yes, it sounds very similar. The duplicate detection works like this:

Step 1: convert the image to 200 by 200 but keep the ratio to width and height. This happens as part of the thumbnail generation process, which is also part of the import process. So this is free from a import cost standpoint.

Step 2: for every pixel, get the hashcode https://msdn.microsoft.com/library/system.object.gethashcode.aspx (an integer) and sum them all together. This is a really interesting function, but it will return the same value for the same pixel color. The reason they are all summed and 'some cool process' isn't used is becuase this will catch images that have been rotated, resized (if > 200 by 200) mirrored, etc. The hash returned for each pixel is an int (32 bits) and the result of all the sums is stored as a 64 bit integer just in case. However, I don't believe a summed hash value has ever left the 32 bit space. I will have to check to be sure. Takes about 10 ms to generate becuase the image is still resident in memory from the thumbnail generation process. It is a form of block mean value hashing, though simplistic. I went for raw speed over perfection.

Unfortunately, that means XOR/Hamming distance is useless for the result, but a side effect is that means the distance is basically built into the output value. So there's no additional processing (besides a database lookup) that needs to happen. Think of it kinda like generating a fingerprint with a base value already built in, so all you need to measure (query) is the distance from the base. If 4 images are the same (or really close) to the same distance from the base, they are probably very similar.

Step 3: do the same thing again, but convert the image to greyscale first. This will catch things like bloom or hue changes. It isn't as useful as I originally expected, but it only takes about 10 miliseconds to generate the hash, so I continue to generate it. Step 2 finds pretty much everything that step 3 does. The only real bonus here is if there is both a color and a greyscale version of the image out there in the wild (and is thus in the database)

Step 4: Store those 2 values in the database as part of the metadata for the image.

Step 5: Search. It is incredibly fast at the database layer to do a search like this. I can return matches for a specific image in 8 miliseconds even with 15 million records and a database size > 50GB. There's a few options I have on my end, which is a recordcount in either direction from the given input image, or a value difference (ex: +/- value of 10). The value difference is faster to query. Then, I just spit out the thumbnails that were in that range so they can be verified as duplciates.

There isn't a super good reason that I am using the pixel hash data. My requirements where:

fast at the application layer (<15 miliseconds)

the output was a small value (< 100 bits)

Always the same for a given input where small variations would not drive a gigantic change in output

these basically require a perceptual hash.

You could do something similar using a DCT perceptiual hash as the input instead of the pixel hash I am doing. Just calculate the hamming distance to a base image or value, and store that result at the database layer. Then it becomes a simple databsae lookup. The only gotcha I can think of off the top of my hed is image size needs to be standardized. So pick a size.

One of the thigns I wanted to do is catch crops. Since I calcualte a hash for the entire image, if an imace is cropped, the hash I get will no longer line up even though it is a true dupe (or I would count it as one). To solve for that, I plan on splitting the image into N areas (probably 20 by 20 px, which would give a hundred areas) and hash each. Then, a cropped image would be a match to N of those areas. If all of them match, or say 80 are exact and 20 are close, it's a cropped image. I have to actually test it to make sure my thought process works, but it will be done at some point.

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

68f861 No.3329

>>3291

Thanks–I'll look into this. There must be a header I can send to set a filename.

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

68f861 No.3353

Could there be a way to search for japanese tags, besides tag parents/siblings?

For instance, to search for the artist "にしくん" I'd like to be able to just type in "nishikun". The obvious way is to make a tag parent, but some kind of automatic system would be neat.

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

68f861 No.3354

>>3353

Why not set up japanese input for your OS and actually type the kana instead? Seems like a much easier solution

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

68f861 No.3357

>>3354

it probably is, yeah

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

68f861 No.3358

Any chance to have an additional entry in the IPFS share context menu that prefixes the hash with a given web gateway, so you would end up with something like http://ipfs.io/ipfs/HASH?

It would make sharing with people who don't have the daemon running a lot easier

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

68f861 No.3361

with searching by ratings, it would be nice to be able to 'not this' a selection. ex. "anything not rated -1 favourite".

essentially want a sane way of marking images that while i don't want to get rid of, also want to be able to exclude them from a 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.

68f861 No.3389

Some suggestions:

A way to find file types without having to tag files as such, like system:gif or system:webm to find all of that certain format. Perhaps an option in user settings to select what file formats show up in the search dropdown.

Be able to have each thumbnail browser tab pop out and be moved around via dragging it away from Hydrus and reattaching by doing the reverse.

Be able to have Hydrus recognize an animated image/video and give it a etiher a different title bar color and/or background color (that the user can set) to identify them easier in the thumbnail browser.

File → Options → Sort/Collect to add to the sort options you need to type text and hit enter. This is unintuitive to the user as it doesn't match the rest of the UI (nor is there any indication as to what a user should do here). Adding a 'add' button that the user can click on to add their sort options to the list would bring it in line with the rest of Hydrus' UI.

There are some images and videos that have stories, translations, or other text that would be nice to include with the image. A way to add a description of sorts to these files would be great.

Would be nice if videos could also be included in the upcoming new comic format that has been hinted as there are video series that would be nice to link together

Be able to change the color of the splash screen's text.

>>1848

>>1844

I would love to see something eventually come about for this. GIFs are massive space wasters when we do have better file formats available. Since webm aparently would totally mess with the hashes, I'd support an automated mp4 convert as long as it would actually reduce the file size and could carry over the tags or another alternative file format.

If this couldn't be done, some kind of client file folder compression would be a nice solution too, better maybe as it would be a global reduction in the size of the user's images/videos imported into 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.

68f861 No.3393

>>3389

>A way to find file types without having to tag files as such, like system:gif or system:webm to find all of that certain format. Perhaps an option in user settings to select what file formats show up in the search dropdown.

In the tag search dropdown menu, double click on system:mime.

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

68f861 No.3395

File: 1470330438720.gif (22.53 KB,160x160,1:1,acd9a3d1ea655588f605e163cc….gif)

>>3389

>>1844

>>1848

That's a terrible idea. Hydrus should not touch the content of files at all; you should able to import and export a file without any change to it whatsoever, as is currently the case. Adding an automatic conversion or 'optimizing' system that loses the original data would be unacceptable.

Not to mention, there's only a subset of GIFs that can reasonably be converted to other video formats, anyway. Anything with a transparent background is out, because even if you could use VP8 or 9 which do allow an alpha channel, there's very limited support for it; Hydrus doesn't even render it at the moment (although this seems like an easily fixable problem, but that's another discussion). And anything that needs to be pixel-perfect - that is, anything that's not film footage converted to GIF for portability - would have to be saved as lossless, which actually increases filesize, even using h.265.

Now, adding an opt-in, per-file option to choose whether to convert each GIF on import is another story. It could definitely be useful for film footage clips that were made into unwieldy, huge GIFs just for the sake of posing on imageboards. However, that's a decision that has to be intelligently made by each user, for each file.

I think the best way, if you had to include this sort of feature, would be to add an option to convert an animated GIF to an h.264 video, move all the tags to the new file, and optionally delete the original, and then put that option somewhere where no idiot could accidentally stumble upon it without knowing what they were doing. There are a lot of people who don't know shit about video formats, and would gleefully fuck up their entire collections if it you made it easy to do so.

For any user really concerned about GIFs taking up space, I think you should just convert them on your own, rather than lobby for such a dangerous feature being included in 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.

68f861 No.3398

I've noticed that the options for Hentai Foundry are only artists and tags, if possible could the option to download by category be added as well?

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

68f861 No.3404

I personally think it'd be awesome if we had a popularity tag, or something, that could record the number of times the item has been opened.

It would help finding favorites and useless items, which is probably the most common issue with most unorganized people.

What do you think?

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

68f861 No.3409

File: 1470463944758.png (36.37 KB,789x957,263:319,16-08-06_16-08-13-edit_imp….png)

>>3395

>and then put that option somewhere where no idiot could accidentally stumble upon it without knowing what they were doing.

like right here

It's best not have a feature to handle it within files already stored

Only allow it on import and export methods

therefore, data in the database is left integral

you can probably also set up the tag .txt parsing to export and add files back in with tags of the same if chosen to do so

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

68f861 No.3431

File: 1470597448807.jpg (537.26 KB,1114x1960,557:980,481569f4840f3f88a2d91218cb….jpg)

>>3353

>>3354

>>3357

Yeah, if you want to do language or unusual symbol conversion without setting tag siblings, I recommend you use an external program that'll do whatever you want in a better way than I can knock up. Something like this:

http://www.lexilogos.com/keyboard/japanese.php

I'm fairly confident there are some japanese tags from pixiv that have their english translations set as siblings on my PTR, so this does already work for some things.

>>3358

Yeah, check out services->manage services->your ipfs service and the multihash prefix option.

>>3361

Sure, I'll add this to the todo list.

For now, although it is ugly, you might be able to munge this for some single large operations by adding a temporary local tag to those files and then negating the tag in a search.

>>3389

Thank you for these suggestions.

I hadn't thought of detaching pages–I like the idea, but I am not sure my window library, wx, can handle it. I'll make a note to try it out.

I've been thinking of adding per-mime thumbnail border colour options or something, and I was just talking to someone about adding video/audio icons as well. I think I can figure this out.

The sort/collect options page remains ugly and debug-tier. I have a note to clean it up, but haven't got around to it yet.

I haven't thought of a good way to do larger notes added to files yet. I wouldn't mind adding this stuff, and even emulating comments, which is essentially the same metadata, but it might have to wait for the network to be in a different, more p2p place. Maybe I can add 'local only' notes before then, at least to experiment with what works.

The new format should support arbitrary files, so video sequences should work. Might not work well for very large files though! Bunch of related webms should be good.

I'm of two minds about mass conversion of video. I think I'm for it eventually, especially if I can pin down a guaranteed deterministic system, but I can also appreciate that hydrus isn't a conversion program and I'm no expert either, so I probably can't do as good a job as someone who knows what they are doing hashing it out with ffmpeg on the command line. I'm still thinking about it.

>>3398

This will be possible after I rewrite the downloader engine, which I will start once I am done with suggested tags and a faster dupe search algorithm.

>>3404

Yeah, I've been thinking about something like this. I really like the idea. I'm planning a no-limit integer rating that you left/right click to increment/decrement which would be a great backend for this sort of thing to jump on.

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

68f861 No.3434

File: 1470606946753.gif (4.13 KB,200x200,1:1,1995.gif)

>>3431

>mass conversion of video

Once again, I have to say, I think this is an awful idea. Just on principle, it crosses a line from Hydrus organizing and displaying images, to actually editing the content of them. If you're going to do that, why not convert every PNG to JPEG? That would save space, right? Or why not convert every video to some common-denominator h.264 profile, like YouTube does?

And even if you were okay with destroying data, mass conversion means it would be easy to accidentally convert GIFs that can't be represented with MPEG video. Hydrus can't tell if a GIF is an illustration or footage, after all. There's simply no good way to do it.

And actually, I'm against that sort of conversion in general. If the GIF was created from a video originally, that means it was limited to a 256 color palette, resampled, the audio was stripped, the framerate was probably fucked up, and maybe there was even a watermark thrown on. And then you convert it back, piling on MPEG artifacts, chroma subsampling, and probably some incorrect colors from repeated conversion between RGB and YUV. In the end, you save a few megabytes, but you're left with a tiny, mangled version of the original. It would better to track down the source and remake it in high quality, and if that's not possible, just suck it up and leave the GIF as it is. I understand the desire to use 'better' formats, but in cases like this, it's not actually an improvement.

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

68f861 No.3435

>>3431

>multihash prefix option

Yess, that is exactly what I needed. Thanks!

I have no idea how I missed that option in the first place

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

68f861 No.3438

>>3431

>>3434

>I think this is an awful idea

Agreed. Hydrus is about archiving data. Conversion is literally destroying data- the exact opposite of hydrus' purpose.

Also, feature creep; why the heck would you even add conversion to hydrus in the first place? There are plenty of programs dedicated to doing this.

I'm not sure exactly how this conversation started, but it seems to have something to do with converting collections into a single file? Imo manipulating the files is the least effective way to handle this. First, because this limits you to certain file types, second because tagging subcomponents of the collection becomes a difficult problem to develop for, and a logistical clusterfuck for the user. A collection should only be a virtual construct. It's the only sane way.

That being said. by all means add basic support for cbz if users want 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.

68f861 No.3439

>>3438

>I'm not sure exactly how this conversation started

Went back and read properly. Nothing to do with that, whoops.

Still, yeah, terrible idea. Why bother to hash files at all if you're just going to make certain that anything imported is run through the shredder? You'd be contributing to the degradation of overall data as users share their destroyed reaction gifs/etc back into the world. There is no benefit to this.

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

68f861 No.3442

>>3434

>>3438

more agreement - IF we are talking about importing information. Having conversions as a potential export option, then i think that it's perfectly reasonable and puts the choice and responsibility on the user rather than 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.

68f861 No.3443

File: 1470698356590.png (22.14 KB,555x536,555:536,converter-format-mp3-v5-ed….png)

>>3442

>Having conversions as a potential export option, then i think that it's perfectly reasonable and puts the choice and responsibility on the user rather than hydrus.

ehhhhhh. If this were my project, I wouldn't. For a few reasons.

1) It sounds practical on the face of it, but it's really not when you get down to it. If you're trying to share something but it's not in a sharable format, then you're probably trying to post it to an image board or some online community. What are the chances this is the _ONLY_ time you're going to share this particular something? Slim, I'd say. You're going to want to have a share-ready version of this file on hand, in your database, so you don't have to run through a potentially lengthy conversion-export every time you use it.

You ask for convert on export. Next, someone else will ask for creating an in-database child-file conversion. Then someone comes along and demands the ability to trim video content- after all, there's a converter in there, why is it incomplete? Why don't you want to make your program better, huh?!

Once a feature gets its foot in the door, it becomes easy to rationalize expanding on that feature down the road. Normally this wouldn't be a problem, but *we already have no shortage of great conversion software*; there is no reason to reinvent the wheel here.

2) On the flipside, you have something in a perfectly standardized sharable format, but the service you want to share it to is from the stone age. Maybe they don't support webm/mp4, or maybe the largest filesize you are allowed to upload is 1MB. This is a specialized case- you're exporting a specially tailored file to this one site just this one time.

Counter argument: urge the maintainers to enter the 21st century, or don't use that shitty site.

——

Hydrus needs to clearly delineate that it is NOT a conversion program.

That being said, hydrus already includes ffmpeg. If the userbase felt it were absolutely imperative (for some reason), it would be acceptable for hydrus to do what foobar2000 does: offer a generic popup that will execute an arbitrary command, substituting filenames in for variables. You can save your own presets. Pic related.

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

68f861 No.3444

>>3443

You made some good points, I do feel that the slippery slope argument does lend itself to people saying 'but im not gunna do that', never-the-less I do agree. Conversions (as long as support exists for the format in hydrus) don't really interest me in general - and if that were to ever be and issue and i really wanted whatever it is, in hydrus, i would follow the 'tried and true' applications to do so.

The idea of having a popup to generate an arbitrary command though, I think that actually has a lot of room to play - and may placate those that do want conversions, aswell as being generically useful. It would really depend on how it was worked into the UI how useful it would be in actual use.

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

68f861 No.3458

Can we get an option to make the tag search box assume that any tags you select are going to be added instead of toggled?

I can't think of a single situation where I searched for a tag in there with the intention of removing it, if I wanted to remove it the tag is in the list above anyway so why go through the trouble of searching it?

What I *have* done, unintentionally, is remove tags by adding them twice and not spotting the tag already in the list, so they get toggled off.

If this is already an option I'm not seeing 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.

68f861 No.3471

File: 1471038833369.jpg (253.51 KB,1241x1024,1241:1024,1cac39c59fa2a500566f42654d….jpg)

>>3458

Thanks, I want to add this in a future update to manage tags. I want to wrap the current checkboxes and any other boolean state variables like 'only add' into a single gear icon that spawns a checkbox menu.

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

68f861 No.3492

Under advanced operations for the manage tags dialog it would be nice to have options to import and export tag archives only for the selected files instead of globally.

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

68f861 No.3493

Any chance of implementing a folder monitor feature? Because I searched around and couldn't find it if it's already a thing. EIther that, or a keybind for adding single urls, because it's troublesome every time i want a single pic from a thread to do all the steps to add it to the program. Currently the F9 keybind doesn't show the option to download a raw url.

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

68f861 No.3494

File: 1471201004593.jpg (633.55 KB,405x1200,27:80,4180df1db5e6bb30f065151666….jpg)

>>3492

Thank you for this report. This was unintended. I've fixed hta import to only work for the files manage tags was launched with and updated the 'are you sure' text to reflect this better. I think the hta export is filtering ok already.

Let me know if this gives you any more trouble in v219.

>>3493

Check file->manage import folders, which will suck up anything in an imageboard download folder nicely.

Also, since you reminded me how awkward it is, I've made a job to convert the raw url download, which was originally just a debug thing I threw together, into a proper download page with a queue and multiple paste and so on. It'll actually be a very simple job, so it might be ready pretty quick. Once it is out, have a play with it and let me know if it breaks anywhere for you.

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

68f861 No.3497

>>3494

>Thank you for this report. This was unintended. I've fixed hta import to only work for the files manage tags was launched with and updated the 'are you sure' text to reflect this better. I think the hta export is filtering ok already.

Neat. I thought you added that as an easier way to (globally) apply HTAs and didn't know it was a bug. Thanks.

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

68f861 No.3502

Some more suggestions:

A random/shuffle option for slideshows that will randomly display an image from the selected files while showing the slideshow.

An option for deleted files to be moved to a user specified folder.

A tag blacklist mechanic that allows a user to set tags that they do not want the downloader to download. Some booru's have limits on how many tags can be used in a search and this would allow for more filtering of subscriptions / gallery downloads. It would require the download part of Hydrus to parse the tags of the files it tries to grab and then compare to the blacklist before downloading the file itself.

A way for us to manually input source URLs for files and edit them once they have been added.

Expanding on the source URLs concept, it would be neat if they could be included in the PTR data so that everyone can contribute to finding sources for the images. I would imagine this would work very similar to how tags do now with the PTR, you can add or edit the sources for images and they get uploaded and downloaded just like tags. This would allow for people to have multiple sources for images should they ever need to find them again.

A QoL addition for the tag list where if you click on a tag in the list and then press any letter it will jump the list to the first tag that matches the letter. It would make finding tags much easier than having to manually scroll through the entire list to find if a tag is attached to a file.

An option for duplicate/similar file search to be performed automatically for each imported file. Some booru's do have different versions of the same file and, especially with subscriptions, it's easy to get multiple copies of the same material. In order for it not to be a pain to the end user, maybe Hydrus could pop up a list of imported that had similar matches at the end of the import process giving users a chance to manually investigate the potential duplicates with the current similar file search feature. Alternatively, a more robust duplicate found screen could be created that acts / looks similar to the thumbnail gallery and shows the imported file along with its suspected similar files highlighted in different colors.

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

68f861 No.3503

This might not be possible until the new downloader overhaul, but it would be amazing if we could have multiple subscriptions downloading at once. Perhaps a hard limit could be in place so only one (2?) subscription(s) per website/booru, to prevent any anti-scraping / mass-downloading bans.

Does the downloader skip a download if it detects that it Hydrus has already downloaded that file via source URL? If not, could that be a feature? Some subscriptions could overlap files and it would save everyone's bandwidth if we Hydrus was able to skip previously downloaded files.

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

68f861 No.3504

I know one of the other anons requested this feature over a year ago regarding booru annotations, but I was just wondering if it was possible for it to be put back on the table, devbro?

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

68f861 No.3505

>>3503

I asked that question previously, and he said that Hydrus skips files that matches the md5 hash it has stored in its database.

This goes out the window if the image you want to download is slightly different than the one you think you already have though (different res, upscaled, downscaled, zoomed, etc).

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

68f861 No.3506

>>3505

Hmm, that is good to know and does help a bit to keep duplicates from being imported. Though this sounds like it doesn't save any bandwidth for anyone (the booru, or you). I assume Hydrus still downloads the full file and only when it attempts to import would it discover the matching hash and then deletes the duplicate file?

My suggestion would be one possible way to avoid the downloading stage entirely, thus saving everyone time and bandwidth.

However, if Hydrus is able to get the md5 before it downloads the full file to your computer (i.e. it's somehow able to get a md5 from the image on the booru's server) and is able to skip duplicate files that way then my suggestion would be moot as this is a much better way of doing 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.

68f861 No.3507

When you zoom in filter mode (the one where you decide whether to archive or delete a file with mouse click) there's no way to move around to see other parts of the picture besides the center. It's a bother for stuff like thread screencaps and comic strips. Would be swell to have a way to zoom to other parts of the picture or have a key modifier that lets you drag the view with the mouse.

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

68f861 No.3508

>>3507

Also, I take that html folder download is not supported by Hydrus? I have a large folder of pictures in my server and it'd be easier to just make hydrus download them than download the folder manuall and hen importing it in 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.

68f861 No.3512

>>3507

Please disregard this post, I'm a retard.

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

68f861 No.3515

>>3506

From my experience trying to scrape multiple boorus these past two months, I've had on occasion needed to make multiple passes through the same sections of the site (accidents, miscounts, UI crashing, etc). And what I've noticed is that the "already in db" counter would increment an entire order of magnitude faster than it would take downloading a completely fresh file.

While I dont doubt that during this process I would be consuming bandwidth that could have been saved had I not made another pass, but it is only a fraction of the bandwidth spent downloading the file.

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

68f861 No.3516

>>3506

>>3506

From my experience trying to scrape multiple boorus these past two months, I've had on occasion needed to make multiple passes through the same sections of the site (accidents, miscounts, UI crashing, etc). And what I've noticed is that the "already in db" counter would increment an entire order of magnitude faster than it would take downloading a completely fresh file.

While I dont doubt that during this process I would be consuming bandwidth that could have been saved had I not made another pass, but it is only a fraction of the bandwidth spent downloading the file.

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

68f861 No.3519

Could there be an option to re-open the last page closed?

I tend to do big import jobs of 300-500 files and have to use "find similar" to consolidate tags from multiple copies of the same image and I sometimes accidentally wind up closing the import page since right clicking on "close page" counts as a normal click.

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

68f861 No.3520

>>3519

That's what "undo" next to "file in the menu bar is for.

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

68f861 No.3523

Any chance that you could add tab protection? I use a lot of tabs when I import from multiple sources, and sometimes when I am distracted I accidentally close them. And if I close the client after that without realizing it, they're lost forever because "undo" is not saved between sessions.

I was thinking of something like, for example, adding "protect tab" to the right click menu so that said tab cannot be closed.

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

68f861 No.3525

I second a twitter scraper

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

68f861 No.3534

I would welcome a Nicoseiga Gallery Downloader (seiga.nicovideo.jp/).

It's the second most popular Japanese anime art website (after pixiv) and there's a lot of exclusive art that doesn't make it to the boorus.

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

68f861 No.3541

File: 1471697669549.jpg (312.08 KB,1600x1280,5:4,1470950572962-2.jpg)

I'd like to be able to use hydrus for organizing my bookmarks or for any other kind of textual data. Instead of generating tiles of images, a query of textual data would generate tables similar to windows explorer details view.

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

68f861 No.3542

>>3541

I second this. Kind of like for PDFs. I personally save a lot of stuff like greentexts, copypastas and monstergirl fanfics in txt form so it'd be swell to have them inside 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.

68f861 No.3546

Check/Download Spacing?

This might be complex depending on how hydrus is coded, but what about a sort of global or site-based checking and download scheduler?

For instance, ten tabs are scheduled to check threads or pages every 20 minutes and were set up about 20 minutes apart so they check close together, but you don't want to be autob& from some picky booru so you go in your site check/dl settings and set minimum check interval to 90 seconds, that is, any tab (or subscription) that checks that booru sets a cooldown timer that stops other checks from happening for 90 seconds. So when one tries it doesn't get rejected and try again next time its interval comes, it just gets paused (for checking, not downloading) and held in a check queue until the cooldown expires, so you might have a few stack up but they go through after a delay and reset their own timer from there, so in future iterations they'll all be spaced apart correctly to begin with and it won't need to queue again ideally unless something new is introduced.

Same could be done globally instead of site-or-tool-based, and with downloads as well as checks.

Also, if it's not implemented yet, a global download rate limit and max simultaneous downloads would be very desirable, like jDown or torrent clients have. Eventually, even a customizable scheduler like a few torrent clients have would be great too. The rate throttling wouldn't have to be exact, just a rough and dirty indicator. Rate limit/simultaneous dl limit by website/domain instead of/in addition to global would be great too, for not getting kicked off of a booru or Tumblr/DA while running multiple collect tabs on the site.

Of course, even with the check intervals correcting themselves after the first queuing, setting too much of a spacer could still sabotage quick-rechecking tabs for a while, but hydrus relies on basic sanity checking by the user to begin with so it wouldn't necessarily be so bad.

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

68f861 No.3551

File: 1471729263223.jpg (226.06 KB,822x822,1:1,b01282c831d085021bfe07dbe4….jpg)

>>3502

Thank you for these suggestions. I like the ideas of random shuffle, a location for deleted files, and the taglist key search and have added them to my todo.

I hope to do something similar to your other thoughts as I roll out larger overhauls of existing systems. The dupe stuff is something I'll be working on after I'm done with suggested tags control, and downloader engine improvements after that.

>>3503

>>3505

>>3506

>>3515

>>3516

4chan and 8chan provide the md5 in their api, so hydrus checks that against any local files to produce a 'new', 'already in db', 'already deleted' status that can be actioned into a download or not appropriately.

Any import from a gallery/subscription download within the client saves the url->hash mapping in a similar way, and this is checked like md5 before every subsequent download. So, if you set up a subscription for some artist after doing a big gallery page download for the same artist, it'll be able to skip most if not all the files.

The new downloader engine should be able to parse and check md5/whatever hash info for the galleries that provide it somewhere in their html.

>>3504

I'm not opposed to the idea–the only problem is the amount on time it would take me to do. I'll be doing a new 'what big thing to work on next' poll when I'm done with the downloader engine overhaul. Feel free to bring it up again then and I'll put it on. I can't promise it'll get voted up, but I can put it on the list no prob.

>>3507

>>3512

np

>>3508

I'm not sure what an html folder is. Do you mean the default folder view rendered by something like apache? If your view has thumbnails, you might try F9->download->page of images, which can parse basic gallery layouts. Or you might have to wait for the downloader overhaul, which will let you write your own parser.

>>3519

>>3520

Yeah, use the undo menu for now. It is a bit ugly and debug, but it reopens closed pages well. I'll add a shortcut action for this when I eventually overhaul the shortcut engine.

>>3523

Sure, I'll make a job for this. I like the idea.

>>3525

>>3534

You should be able to create and share new parsers in the new downloader engine.

>>3541

>>3542

Yeah, I'd like 'list view' and grouping of results, and I think adding other display modes like this may be the only way audio and text support really make sense. This stuff will come up in the next 'big thing to work on next' poll, which will be after I am done with the downloader engine overhaul.

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

68f861 No.3552

>>3546

Thanks, this is great and I agree 100%. Separate to the impending downloader engine overhaul, I want to overhaul the networking engine to have global- and domain-level bandwidth limits. I'd like very flexible and overlappable 'max requests' and 'max data' 'per time unit' (e.g. you could say 'don't go above 500KB/s and don't go above 2GB/month') that'll affect and limit all downloads across the program simultaneously. The gui side of downloading is pretty good at waiting, I just need to make the networking side sensibly cause the delays.

The way most of the client gets data off the internet is all held together with duct tape atm. I only need to find the time to go over all of it and add gui and all the other stuff to support limits.

For now, if you haven't seen it, there is a very basic rate per-download-loop limiter at file->options->downloading->seconds to politiely wait….

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

68f861 No.3553

>>3551

>Do you mean the default folder view rendered by something like apache?

Yes, exactly that. It's fine, I can wait.

As always, thank you for your amazing software! I love hydrus and it's always incredible to see how much work you put into it every 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.

68f861 No.3557

>>3551

>which will be after I am done with the downloader engine overhaul.

I had a question about that: I'd like to be able to scrape sites like https://chan.sankakucomplex.com/ where images load as you scroll down the page.

Is it even possible to scrape a page that loads images in this manner?

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

68f861 No.3558

>>3557

At least on Sankaku, the auto-paging is an optional feature that can be turned off at the bottom of the side bar. With normal pagination, links look like the typical "?tags=blah&page=x" you would expect from a booru.

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

68f861 No.3565

>>3552

Oh yeah, I didn't know that was there, thanks!

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

68f861 No.3566

Tab Suggestions

Buttons to jump to start/end flanking the normal "move one left/right" buttons on the tab bar when there's more than one screenwidth of tabs open. (which is always)

Ability to pull the lower tab box border down to allow tabs to spill into multiple rows, like Notepad++ and some browsers.

If you're ambitious and know how, Opera-10-and-earlier-style tab stacking. If you're interested in this but you've never used Opera pre-Webkit and don't want to mess with an painfully outdated and non-compliant browser, compare Vivaldi, which is built on Webkit also but has restored Opera tab stacking…sort of. In Opera only the front tab in the stack was visible and there was an arrow on the right that would expand the group, whereupon you could drag tabs in/out of the group or just shuffle them within it like you would normal tags in the main bar. The page you had open (or had open last) when you collapsed it back into a single apparent tab would be the one showing, and any more you dragged onto it while it was collapsed would replace the "front" tab. By contrast, Vivaldi just has those little tiles at the top of its group to navigate between tiles, there's no expanding as far as I know. This might be pretty simple to do organizationally, but would probably require some more involved UI wizardry to make drag-and-drop grouping work well without compromising ability to move tabs without merging them.

Option to make tabs shrink nearly infinitely instead of scrolling off page/to multiple lines, like most browsers default to.

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

68f861 No.3567

>>3566

I'd like to add the ability to cycle through tabs as a request. When you have a lot of tabs it's very troublesome and it'd be nice to be able to go from the last to the first in one step instead of having to go through all of the rest.

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

68f861 No.3569

Booru Account

Don't mean to spam you with things, but ideas just keep rolling in.

Since the obvious problem with boorus is 99999999999999999 things download and/or boorus that reject more than 4 or so tags in search, would it be ez/possible to have client-side logins for standard-setup boorus? That way you could auto-access your blacklist and get less results you didn't want.

I personally have a 120-term-long booru blacklist and it's still not enough, but other than tag-lacking content getting through, it keeps most of what I don't want to see out.

It would probably be kind of confusing to have a system in hydrus to submit tags to boorus, but the ability to edit the blacklist through hydrus would be good if possible. Obviously, saved booru logins would be good so it could work with subscriptions.

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

68f861 No.3585

It'd be nice if the "open_externally" action also worked for the file viewer and for when you're in archive/delete mode. Especially for webm with sound, since there's no sound support in 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.

68f861 No.3599

>>3585

Also speaking of shortcuts, any chance you could add one to open a search for files similar to the ones you're viewing? It'd be great for when you're going through a lot of files to delete/archive.

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

68f861 No.3604

>>3599

Seconded. Something like right-click thumbnail or open file, select from dropdown "Find similar" or just "moar", creates a new tab with all of the tags of that image pre-filled (normal tags, not filenames and so on), and then if nothing shows up you can just remove tags you don't care about until something does, since it live-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.

68f861 No.3606

>>3604

Actually I was talking about the "find very similar images" function that already shows up when you right click a thumbnail, but in a way that lets you call it with a keyboard shortcut from the delete/archive window (the one that you get when you click on file -> archive/delete after you select a lot of files.

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

68f861 No.3626

File Descriptions/Comments?

This might seem like scope creep, but I had an idea…many times, on Tumblr, Twitter, and imageboards, neither the filenames nor the tags themselves give the most relevant information about a file; it's often the comment given along with a picture or clip that contains various relevant information, as well as who it was reblogged from in the case of Tumblr or Twitter. Any way to pull in that text and store it in association with the file? Normally that sort of metadata would be limited to file formats that support it, but since hydrus already handles tagging I wondered if there could be an option to pull in comments, and an option to batch or individually delete comment text once done with tagging images based on it, if it was no longer needed or wanted. Less obvious things, like a description of the significance of a historic image, could stay permanently attached. To avoid metadata bloat, the text could even be limited to 500 or 1000 characters, cutting off anything beyond that, and still would accomodate most file-accompanying texts or at least give a starting point for text searches on the source site to uncover the sauce.

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

68f861 No.3637

Any news on the duplicate checking?

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

68f861 No.3640

Dynamic Update Intervals

Definitely read this one, it's a great idea.

For subscriptions (and, I suppose, download tabs), under the "check subscription every" popup box, there could be a dropdown or checkbox for dynamic update intervals where instead of saying "check every 1 day" you enter a min interval (say, 1 hour), a max interval (say, 30 days), an interval idle multiplier (say, 1.7), and a toggle for up, down, or two-way.

So if it's set to up only and it checks the subscription in one hour and finds new stuff, it stays at 1 hour. If it finds nothing new, it multiplies its wait time by 1.7, so in this case it sets its new time (which would display in the field when checked) as 1.7 hours, or whatever the closest thing to that in minutes or seconds is. If two-way or down was selected, finding new stuff would cause it to check in 1/1.7 hours. (about 35 minutes I think?)

This way, if the user is clever about it and puts good values for min, max, mode and multiplier, they can never again or at least rarely go in and change all of their intervals through manual observation.

Also, dead link notification. If a link comes back dead say ten times by default, ideally a custom amount set by the user which can be disabled entirely, hydrus gives you a notification saying "this might be 404, want to check on it or maybe just delete it?" Should be a little smart in that if everything's coming back dead it waits a bit to confirm lots of things come back dead 10 times and then says "hey, all of this might be dead or maybe you don't have a working internet connection".

Sort of a pain to write but it might not be too much code, as it wouldn't really be "smart" or remember anything, just functions getting called and calling each other whenever something tries to update/sync.

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

68f861 No.3657

A very minor suggestion - any chance to add the ability to rename the subscriptions in the "manage subscriptions" menu and the boorus in the "manage boorus" menu?

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

68f861 No.3665

Automatically add tags based on mp3 metadata

Using something like http://id3-py.sourceforge.net/ possibly?

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

68f861 No.3684

>>3557

If you're talking about using chan.sankakucomplex on hydrus, yeah, it's possible and I use it all the time.

Here's my config:

>search

>>search url

https://chan.sankakucomplex.com/?tags=order:quality+%tags%&page=%index%

(I added order:quality+ because I want the first hits to be the most popular not the most recent, feel free to remove it including the +)

>>search tag separator

+

>>advance by page num

[x] (look at the &page=%index% part of the url)

>>thumbnail classname

thumb

>image

>>text

highres

>>id of <img>

[x]

>tags

tag-type-medium:

tag-type-character: character

tag-type-general:

tag-type-artist: artist

tag-type-copyright: series

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

68f861 No.3685

>>3684

You forgot "tag-type-meta" and "tag-type-studio".

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

68f861 No.3692

>3685

thanks!

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

68f861 No.3700

>>3684

Idk about you, but for me, Sankaku was already in the booru list. I didn't have to add anything.

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

68f861 No.3701

>>3700

Yea, Sankaku is present, but the default config is missing multiple tag-type-* so check that out.

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

68f861 No.3722

Some food for thought with the upcoming online lookup (that's supposed to be IQDB like) which was mentioned here: https://8ch.net/hydrus/res/3455.html

If e621 reverse image searching and Derpibooru reverse image searching could be included as well that would be great as that would be pretty much all the boorus that offer reverse images?

https://iqdb.harry.lu/ = reverse e621

https://derpibooru.org/search/reverse = Derpibooru reverse

Here's how I would envision this feature being implemented and assumes that Hydrus would effectively be acting as a wrapper for the reverse websites. If this feature is planned to actually use the API of the boorus themselves and skip the third party websites then replace 'reverse image search engines' with 'boorus' below.

On any image (even ones that have tags) you can right click on the image and choose 'search for tags via reverse image' or something similar. It would then popup a box asking which reverse image search engines to use and the user could select which ones. Then the search goes through and if it finds a match, ask the user to select the image (as there can and will be false positive matches). It then pops up a window that lists the tags from the image selected and lets you selectively import tags or import all tags. If you choose import all tags, Hydrus would import any tags that are not already attached to the image (essentially updating that file's tags).

If we could do this in bulk (multiple images) too that would be great!

A suggestion for tag siblings / parents:

I'm not sure if this is possible via the current Tag Parents system or not but when I looked through it, it didn't seem like it. If it can, please let me know how.

Some series (my little pony is a very good example) have character names or other phrases that may conflict with regular tags.

As an example, there's a character named raindrops who should display as raindrops_(mlp). Now, a user could go in and create a tag sibling to fix any images that don't have raindrops_(mlp) already set, however, since raindrops could also apply to actual raindrops in the image this wouldn't be a good idea.

However, if the tag system could be expanded to include support for if/then options we could avoid a potential tag conflict down the line.

We could then set

'if series:my_little_pony

then raindrops = raindrops(mlp)'

Perhaps even go a little further to ensure no conflicts and say 'if series:my_little_pony AND -rain (as one would assume this kind of weather would be tagged as such)

then raindrops = raindrops(mlp)'

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

68f861 No.3742

Let's say you scrape a deviantart or a pixiv collection, and you end up with several pages from the same series. The title of each picture will be something like "Hot New Series 01", "Hot New Series 02", etc. The only way to have hydrus assign to these files a page number each is to first export the files to a folder with the title as the filename and then reimport them and tag them with regex. Any chance to make so that one could avoid this lengthy and unnecessary process by adding some degree of namespace manipulation? Even a basic "split the tags containing <series name defined by the user> followed by numbers into a "series:<as above>" tag and a "page:number" tag" would be fantastic.

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

68f861 No.3814

File: e008d40ba30b062⋯.png (62.93 KB,1328x843,1328:843,2016-08-30.png)

I know this has been suggested months back, but let me bring it to your attention again.

Look at my attached picture. I use PixivUtil2 to scrape pixiv, and I run this same import process A LOT. Manually needing to add each of these tag regex entries is a chore- I would like to have "import profiles" for frequently used sets of regex patterns.

Also, the way you implemented favorite regex patterns… sucks. Sorry. Why do you copy to the clipboard? Why not just fill out the text box for us? You really should change it so that we have favorite namespace:regex pairs; the way you have it now forces users to manually paste regex patterns into the box and manually specify the namespace; it's a mess. Allow is to add a namespace to favorites, and have it just be added as an entry in the box when we click on it. Only present an editor when we click edit. What is the point of having favorites if to not eliminate the need to edit regex every single time?!

On the subject of me using PixivUtil2, you frequently mention that maintaining scrapers is miserable work and you let them fall into disrepair. Hydrus is an image database, not an omni scraper program. You should officially and formally declare all scrapers to be deprecated. Remove any scrapers that are not working 100%, like your pixiv scraper, which does not do manga nor animated images. Anyone using the pixiv scraper is losing a lot of content and they probably don't even realize it.

You should recommend other programs that are DEDICATED scrapers, like PixivUtil2, and HappyPanda; let them do the work on scraping, so that you may officially retire the half baked features that hydrus really shouldn't even have.

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

68f861 No.3815

>>3814

Also, USE GITHUB.

You can deprecate scrapers, never work on them again, and as they break, I'm sure other users will submit PR fixes for you.

Sure, take a hard stance against accepting anything else; I can understand wanting to keep hydrus exclusively your own baby… but that's no reason to forgo all benefits. and also the growing issues page.

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

68f861 No.3864

File: a6ffc1a02bed44c⋯.jpg (417.5 KB,785x1000,157:200,a6ffc1a02bed44c9ae70c1a4cb….jpg)

Is the server portion of hydrus ever gonna get any love?

The rehaul that made the server headless was REALLY nice, but the server is still lacking a way to run maintenance on it. The client has a convenient database->maintenance drop down but there's no equivalent under services->administrate services-><file service>.

The main reason I say this is it appears my server is missing files or has bitrotted/corrupted files and having a check file integrity for the server-side would be helpful (otherwise the client is just trying to repeatedly download files that don't technically exist server-side).

In other words this keeps popping up:

NotFoundException
File not found!
Traceback (most recent call last):
File "C:\Hydrus Network\include\ClientDaemons.py", line 126, in DAEMONDownloadFiles
file_repository.Request( HC.GET, 'file', request_args = request_args, temp_path = temp_path )
File "C:\Hydrus Network\include\ClientData.py", line 1511, in Request
( response, size_of_response, response_headers, cookies ) = HydrusGlobals.client_controller.DoHTTP( method, url, request_headers, body, report_hooks = report_hooks, temp_path = temp_path, return_everything = True )
File "C:\Hydrus Network\include\ClientController.py", line 377, in DoHTTP
def DoHTTP( self, *args, **kwargs ): return self._http.Request( *args, **kwargs )
File "C:\Hydrus Network\include\ClientNetworking.py", line 300, in Request
( response, size_of_response, response_headers, cookies ) = self._DoRequest( method, location, path, query, request_headers, body, follow_redirects = follow_redirects, report_hooks = report_hooks, temp_path = temp_path )
File "C:\Hydrus Network\include\ClientNetworking.py", line 249, in _DoRequest
( parsed_response, redirect_info, size_of_response, response_headers, cookies ) = connection.Request( method, path_and_query, request_headers, body, report_hooks = report_hooks, temp_path = temp_path )
File "C:\Hydrus Network\include\ClientNetworking.py", line 714, in Request
elif response.status == 404: raise HydrusExceptions.NotFoundException( parsed_response )
NotFoundException: File not found!

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

68f861 No.3873

Idea to merge the constant barrage of "why can't hydrus just use my current file system?" and the recent "suggested tags" addition:

suggest the origin (web domain for scraped images, filepath for images imported from local storage) as a tag

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

68f861 No.3880

Boss, could you add something simple so the hydrus downloader can differentiate between timing out, server refusing request, and just plain old no more pages to query? Or at least, signal for manual control from the user instead of automatically dropping the query and going on to the next one.

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

68f861 No.3884

I'd love for hydrus to have a custom command in the right click menu. Something like "insert shell/bash command in this box and then call it from the right click menu whenever you want". It'd be extremely useful for when for example I want to one-click-upload something to puush or imgur to share it with friends, or when I want to quick-reverse search an image that I had just downloaded from the chans.

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

68f861 No.3887

>>3884

That's an incredibly great idea. I second this!

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

68f861 No.3889

pls add booru blacklist like in-browser has, can't set up subscription without drowning in furshit

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

68f861 No.3892

When opening a saved session, the tabs don't refresh on their own for me. Only once I wiggle the divider the view actually refreshes.

Would be nice if it would auto-refresh on tab change or on session load.

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

68f861 No.3912

Would it be possible to have chosen rating(s) show up on the thumbnail? I have a few maintenance ratings that I'd love to be able to see without opening any dialog boxes or the image itself. And if possible, also interactable; and hidden if unrated.

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

68f861 No.3914

Why not put the PTR on IPFS and have it downloaded through IPFS? I'm not doing anything huge with my bandwidth, so I wouldn't mind seeding the gigabytes of PTR. I'm sure if you made each line a IPFS hash it would work.

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

68f861 No.3930

Tags that have the same name but different meanings depending on their parent tag. I've also called them homonym tags.

One example from Amazon Books is the Gay & Lesbian category. It shows up in the Literature, History and Health categories.

There's also an actual Gay & Lesbian category that inverts everything: all these other Gay & Lesbian categories are its subcategories and are referred to by alias using the names of their parent categories.

I thought a feature like cousin tags could help manage these situations where a tags meaning is contextual. When you type in one of these tags you are presented with a list of parents to choose from. And it can be used to auto-generate inverted categories.

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

68f861 No.3934

>>3930

Why not just use (using your example) both "Gay & Lesbian" and "Literature" or "Gay & Lesbian" & "Health" as tags and then use intersections of tags or exclusion to find what you want?

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

68f861 No.3947

Thanks for the amazing app.

One thing that would improve quality of life for me is being able to set the % through video which thumbnail generation happens (same as "start animations this % in" value?)

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

68f861 No.3950

File: 3dff39e59b0636e⋯.png (22.62 KB,965x637,965:637,collected.png)

File: 6b1fa4ce07f8bce⋯.png (25.1 KB,965x637,965:637,generic.png)

File: e716b4be0e05c51⋯.png (16.52 KB,795x504,265:168,series.png)

File: 47299770a8a354c⋯.png (16.21 KB,795x504,265:168,subseries.png)

I'd like to see support for, let's say, "sub-namespaces"

Like "Character:Link (LoZ):Toon Link"

I am kinda sorting doing shit like this, but it's impractical for searching, e.g. writing "Toon" will not suggest "Character:Link (LoZ):Toon Link", as it is not directly below the primary "Character" namespace

Also, it isn't possible to just search for a "secondary" namespace and get all the results below it AND the ones with no secondary namespaces.

Like, I search for "Series: Final Fantasy", it'll show me everything that is tagged with just that. If I search for "Series:Final Fantasy:*" it'll show all files tagged below that Final Fantasy sub-namespaces, but not the ones tagged with the generic Final Fantasy tag.

See the screenshots to see what I mean

I currently circumvent the problem by having "Series:Final Fantasy" be the parent of the "Series:Final Fantasy:##" tags (removed for the screenshots)

It'd be nice to be able to have "Namespace:Tag" also find "Namespace:Tag:Tag2"

And maybe have this work for collections as well; having "Series:Name:Secondary Name" as collections as well as appearing under the more generic "Series:Name" collection

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

68f861 No.3952

>>3950

This can be achieved by just using multiple tags. No need to muddy the logic by adding strange and gratuitous forms of tagging (not to mention this would break namespace tags which contain a colon).

Character:Link

Character:Toon Link

Series:Legend of Zelda

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

68f861 No.3953

>>3950

The problem you encounter with Series and Final Fantasy is basically because you're using Series wrong, or rather, you're trying to fit into one namespaces where you need two (hence your suggestion for two things in one).

Final Fantasy 7 is not a series, it is a single game. Think of it like an episode for a TV show. You wouldn't tag a screenshot from Monogatari S1E2 as

>Series:Monogatari

>Series:Season 1 Episode 2

You would use an "episode" tag.

>Series:Monogatari

>Episode:1x2

So whatever namespace you end up using, you do need another namespace. Series is not appropriate here.

Some suggestions-

>Final Fantasy:7

>Episode:7

>Subtitle:7

'Episode' is probably the way to go.

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

68f861 No.3954

>>3953

Or maybe

>Series:Final Fantasy

>Game:Final Fantasy 7

A search for

>Series:Final Fantasy

>Game:*

Would be what you want. In the event that the first game in a series is the name of the series, Series and Game would be the same. The following would search for Dark Souls content excluding Dark Souls 1

>Series:Dark Souls

>-Game:Dark Souls

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

68f861 No.3955

This is a simple one:

Force sync for all subscriptions.

Would be incredibly convenient instead of having to press the designated button for each subscription.

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

68f861 No.3962

Hmm, seems like the Admin hasn't posted in this thread for a while but I'll still toss a suggestion into the pot.

I'd like to see more distinction between local and public tag repo tags in the selection tag list for a file. while viewing the thumbnail gallery. Right now, they're all mixed together in the same list and there's no way to tell what's what unless you go to manage that file's tags. There's no way to see this information at a glance. This does create a nice uniform experience, but it would be nice for some user options to identify these tags.

Like, maybe in the tag list for a file have 'localtagname (L)' or 'publictagname (P)'? Maybe user pickable color schemes for the two options? Maybe the option to split the tag list in half and show local tags in one half and public ones in another?

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

68f861 No.3971

>>3953

>>3954

Final Fantasy 7 has multiple spin-offs and remakes, so it kind of is a series.

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

68f861 No.3973

>>3971

Not really. You should instead refer to them by their name (Crisis Core, Last Order, Before Crisis, Dirge of Cerberus, Advent Children) as a tertiary tag to Series:Final Fantasy and Game:Final Fantasy 7

And so far all it's had is a remaster, the "re-imagining" is coming eventually

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

68f861 No.3985

Could you add a feature that allows hydrus to disrupt Windows whenever it attempts to sleep/hibernate when you leave the computer on overnight?

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

68f861 No.4023

>>3955

I'd love to have this too.

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

68f861 No.4028

Would it be possible to squeeze in the ability to have namespace siblings in tomorrows release?

I have a tag called album: and I'd like to make a sibling with series:, would save a lot of work. Or alternatively a feature to switch namespaces, meaning leave the namespace's tag, only change the namespace itself.

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

68f861 No.4047

File: f03470c5c30df0f⋯.png (453.76 KB,539x768,539:768,1471108774105-0.png)

can we get a hotkey function that allows you to set keys to an add tag option, for example ctrl+s tags "Suiseiseki, or ctrl+e tags "Absolutely Everyone"

Seems like it would be pretty simple to add to the shortcut menu

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

68f861 No.4051

File: 95cabfbd0d500a5⋯.jpg (256.6 KB,1024x768,4:3,1474037611079-0.jpg)

>>4047

oh just found the filters function, so if you could add the functions in filters to the entire shortcuts options menu that would be awesome, also if you could allow a shortcut to add multiple tags, for example I want to tag "absolutely everyone" and all of the rozen maidens names at once with f9

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

68f861 No.4052

>>4051

oh and number support, i realized i can't use the number keys with filters

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

68f861 No.4063

a way to filter for picture size client side, like you can put >1MP as a search entry and it shows only picture of 1 megapixel and up.

the "highres" and "absurdress" tag are just to unreliable.

thnx

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

68f861 No.4064

Can we get a predicate for searching based on a count of the number of instances of a namespace on a file? Then we could search for files with e.g. more than one artist tag so we can find tags that might need siblings.

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

68f861 No.4139

File: 8f8b3bd355f0bda⋯.png (406.92 KB,600x800,3:4,8f8b3bd355f0bda2026f96a4cd….png)

>>4063

There's already system:size for file size and system:dimensions for the exact purpose you speak of as well as including aspect and resolution measurements.

>>4064

This would be an incredibly useful feature. +1

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

68f861 No.4186

Has anyone had any ideas on how to handle images that have translations? Since the notes that are used by boorus won't really work in Hydrus, could some sort of comments field be added, like the comments or lyrics fields used in audio files?

I guess you could store the translation as tags, like 1st Bubble:, 2nd Bubble: etc.

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

68f861 No.4217

File: 152f67a960bddaf⋯.png (80.32 KB,1057x443,1057:443,foobar2000_2016-10-10_01-0….png)

What about a system when importing that kind of similar to Foobar's AutoFill ? I feel like it's simpler and more intuitive than regular expressions, even if they are less powerful.

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

68f861 No.4220

I have a few small suggestions.

With the default session on startup option, it would be nice to be able to set a custom page, such as a search for a specific tag.

Another suggestion would be to allow us to remove tags from files in archives without updating the actual archive, such as when a file is tagged incorrectly. It would change the tags on our end even if the tag isn't changed in the archive.

And I'm still a fan of the multiple visually similar images option whenever it comes out. Maybe a way to just search for all similar pictures in a row, with one similar group right after another.

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

68f861 No.4423

Can we get a "replace with" function when you right-click a tag in the manage tags window? Clicking it would open a popup window where you can enter a new tag, and all of the selected files which have the tag you clicked on will have it replaced with the new tag you entered.

I know siblings exist, but they work on your entire database. Sometimes I want to replace a tag with something else on a limited number of files. And sometimes I am editing tags on 500 files but the tag I want to replace is only on 100 of them so I can't just remove the tag and add a new one because it would be added to all 500 files.

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

68f861 No.4565

I'd like the ability to leave local comments on pics. Sometimes I like to write reflections, but there's really no way to put them in 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.

68f861 No.4614

Ability to set certain namespaces as "unique", so that no two tags like "filename:big_ugly_name" and "filename:Ugly_Name_that_is_Big" can exist side by side on the same image, nor two different images can both be tagged as "filename:big_ugly_name"

Would help a lot when importing the same webms and images from a lot of different places all at the same time, and often the one i want to keep is simply down to personal preference.

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

68f861 No.4670

File: 1de768b46e8ec74⋯.png (330.78 KB,1182x1080,197:180,screen.1480871525.png)

Scrollbar anytime soon? Maybe I'm using ratings the wrong way, but it's the only way I can think of in which I can easily keep track of things,and I very much like having a rating group per character/artist/etc.

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

68f861 No.4671

It would be nice if you add the webp support

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

68f861 No.4690

Could there be a way to merge multiple import tabs into one? Or merging the results of the import(s) would accomplish the same effect.

If this is something complicated/time consuming/impossible then forget it; it's not worth a minor convenience.

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

68f861 No.4723

In tag parents, how about global/local checkboxes next to each item? This would allow for users to make tag parents for the PTR that are only seen by them (by selecting local but not global) and for users to hide tag parents they don't like (by deselecting local). This would also expose tag parents that the user petitioned and thus removed from their local DB, but weren't accepted by the server. This would cut back on petition and parent wars.

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

68f861 No.4759

Can we get an option to apply the PTR siblings/parents rules to our local tags? Or at least a way to copy/paste them from the PTR to local sibling/parents rules?

For me it's kind of annoying to have them separate.

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

68f861 No.4853

Some of these might have already been suggested or even already exist somewhere, but I figure better to repeat than not mention:

Hey fam, I have a few feature ideas but I can't find the thread for them.

- Is there a way to duplicate check the entire db at once, like AntiTwin? It just iterates everything against everything and fills a panel with grouped thumbnails, one "box" or line per similarity/duplicate group. Seems like the same sort of thing would be fairly natural in hydrus' UI, but I don't know how long it would take to check so many files.

- Speaking of how long things take, db backup progress bar/percent complete/finished over total when? I have no idea how much longer my external drive needs to stay tethered to my laptop

Some ideas for workflows regarding switching files and tags between things below.

Pull tags - Hit one button in tagging menu (whether single or multifile) to copy tags over from the PTR/any other tag group, with a confirmation popup to prevent accidents. If any of the tags do not exist in the local tag pool, create them as part of the process and apply them to all the requested files. Show progress on long/large operations, and popups for whether to create new tag or merge into existing tag, or even replace existing tag, whenever hydrus encounters a very similar tag or same tags in different namespaces (or no namespace).

Same exact operation as above but accompanied by file copy/transfer to move files and tags neatly between databases once multi-db support.

Export dialogue checkbox option which automatically gives exported file the "filename:blah" tag as a filename, minus the filename: namespace, for all files in the batch which have a filename: tag. Further options for multiple filename: tags on one file - ignore and use hash as normal, pick first one alphabetically, pick one at random, concatenate alphabetically, make popup listing each name as a button and showing pic thumbnail and ask for a choice for each image with multiple filename: tags.

Also maybe a custom namespace/tag/ordering thing where you can make export templates (maybe shareable as those hydrus dataimages) to add certain tag groups or individual tags from images to the final filename, in custom orders that can be set up, with exceptions as needed. Would allow for fairly granular control of file naming conventions of images bulk-exported, i.e. for convenient upload/posting.

An option like tag siblings and parents but cross-tag-db, to automatically add certain tags or namespaces to local tags from the PTR. I'm thinking not having to copy over/retype character: and series: tags, because sometimes it's convenient to turn off the PTR tags for searches otherwise.

>>4759

This would also be nice so long as it's optional/can be edited/can be individually copied. I don't necessarily like all of the conventions used by the PTR, but at the same time it's very useful and I usually have it on while sorting my inbox.

>>4723

Why not just make your tag parents for your local tag db? Or are you trying to locally apply tags automatically based on ones in the PTR? That would be convenient, but I think it'd be simpler to just be able to copy over the base tags to the local tag db (perhaps automatically as I mentioned before) , and from there it'll pick up your parents and siblings.

>>4217

Seconded. I would love a simple system like this, and the import system could have a toggle between this and proper regex.

>>4186

This brings me to another thing I almost forgot to mention. Can we have a universal non-searchable metadata thing? Either a special fake "namespace" or just a separate function to "attach" text to files. Ideally, the text itself would ride on an autogenerated tag of sorts, which could be used for just one image or on several or many to attach that text to the file. Text could have display options like show in a section on mousover or show under the image (opposite of tags showing on top of image), with custom sized areas for display and a scrollbar to display more. I would love to be able to for instance attach a tumblr comment to the image it goes with without needing to import a separate text file with a shared tag for each image-text pair. Actually, that would basically be what this would be, a really really basic text editor right inside hydrus that could help you create and attach special text files to serve as "notes" or apply the text that goes with the picture but is not metadata. The text files wouldn't need to be searchable, have their own visible tags, or have their text searchable through the tag searches, they'd just "ride along with" the images and maybe have an option to export alongside them with the same name.

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

68f861 No.4854

>>4853

Ignore that second line, i found it after all and forgot to delete the line.

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

68f861 No.4868

>>4853

> - Is there a way to duplicate check the entire db at once

See >>4867

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

68f861 No.4998

After using hydrus for a few days, I have a few suggestions. In no particular order:

- A setting to toggle the scroll wheel between zooming and browsing. Many image viewers have it zoom by default, which I find very convenient as opposed to having to hold ctrl.

- A thumnbail preview panel, optionally in "cover flow" style. Basically have a bar that can be attached to the top/bottom/sides of the media viewer that shows the 4-5 next/previous thumbnails of files adjacent to whatever is currently open.

- A tag wiki. If this isn't planned or would require a lot of work, a simple tag listing would suffice for now. A wiki could also factor into a viewable database dedicated to tags, along with the option to only import un-namespaced tags/tags in namespaces which are in your database when browsing a booru/importing from a repo.

- A tag management panel in the main gui. Alternatively, the existing "selection tags" panel could be repurposed into a tag management panel.

- One last tag-related thing, potentially a more advanced tag viewer if a wiki/viewable tag database is added. Could allow us to view and modify tag relationships (with visualizations of said relationships if such a feature wouldn't be considered too impractical).

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

68f861 No.5016

File: c449a3419498414⋯.jpg (122.6 KB,614x1230,307:615,1484013253504.jpg)

So I try to use monitored folders to do a LOT of autotagging. I like it because it lets me maintain a separate, somewhat organized backup I can access on computers without Hydrus Network. Useful if I just want to grab something offline.

However, Hydrus Network doesn't seem keen on letting you monitor a folder within a folder you are already monitoring. (IE it just flat out doesn't work.) I like to sort my files into overarching categories/boards for the main folder, then in each sub-folder I like to sort by series for example. So for example

All /m/ things go into a folder called /m/

if they have a subfolder category I can put them in, they go in it, and I tag them with that series. Else, they just hang out in the /m/ folder and remain untagged with a series.

I would like Hydrus to be able to monitor these subfolders and apply the appropriate tags, because it does get a tad tedious to have to do this on such a regular basis. It actually becomes the reason I don't always start Hydrus up. Obviously there are a lot of things on the to-do list, but maybe in a future version this is something you could consider adding?

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

68f861 No.5086

File: 52a8fa7697b1401⋯.jpg (2.12 MB,1415x2000,283:400,52a8fa7697b1401cd3255f1954….jpg)

Updating the content from a tag repo always syncs the database to disk after every change. It can be very slow so caching the database changes in memory until it's finished or until N updates have been updated would be nice.

There's an image browser called feh which has a pretty unique and nice zoom control. When holding Mouse3 down (the button in the scrollwheel) when you move your cursor left it zooms out and moving it right zooms in. I'd love to use that for 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.

68f861 No.5170

An easier way to add a namespace to an already existing tag on a file

When i first started using Hydrus, i didn't know what a namespace was, so i just imported everything with the defaut settings, filenames and all. In order to change all those filenames to the namespace i wanted (Filename:) I had to manually trim away every other unnamespaced tag that those pictures had, export everything with {nn tags}, then reimport all these new files with the correct namespace. After manually pruning 3000 pictures of their tags, I'm left wondering if there might be an easier way.

Some way of editing tags directly would be nice. Often, very similar tags are applied to two different sets of images for whatever reason, like being scraped from a booru, or imported them yourself from different folders, and then you're left wondering what the difference is between Emotion: Sadness and Emotion: Despair. Tag siblings and tag Parents are a good start, but have their own problems. Having the ability to one-time mass-edit a set of tags for, say, adding a namespace or moving them from one namespace to another.

So yeah, more powerful ways to manage tags would be neat.

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

68f861 No.5313

Hello, I would like to request a pretty simple to add feature.

When you're viewing images in fullscreen and have the manage tags window open, you can leave it open while moving to the next/previous image and it will update. This is great. However, I would like to request a way to change to the next/prev image while the manage tags window is *in focus*. Page Up/Down seems to work if just the window itself is in focus, but it won't work if the list of tags, or the tabs etc are in focus. Could you possibly add some keys that will change to the next/prevous image no matter which control in the manage tags window is in focus? It would just make it all a lot smoother to use. Obviously it couldn't be just any two keys as that would interfere with typing, but perhaps two of the function keys wouldn't interfere, or even pg up/down or home/end if you can tolerate removing that ability from the lists (personally I don't use it).

This has been an annoyance when I want to run a certain file lookup script on a series of images. Currently I click the fullscreen viewer, scroll with the mouse wheel to change image, then click back on the manage tags window (and sometimes the left tag list or top info bar of the fullscreen viewer gets in the way), do what I need to do, repeat. Not too bad but it does slow down productivity.

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

68f861 No.5314

>>5170

Second this. I would suggest being able to right-click a tag in a "manage tags" window and do a "replace with" function. That would be really useful.

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

68f861 No.5406

I found this via a post on another board that mentioned that hydrus is similar to mu and notmuch Linux utils, but for images. Which sounds awesome! And so I read all the docs, played with it, and then read the sources. Its pretty cool, but.

Right off the bat, I'd suggest switching from an SQL db to Xapian for storing tags. Xapian can handle gigs of tags no problem and searches are blazing fast because it will automatically generate indexes and bloom filters. It's not a relational DB. But why do you need a relational DB for hydrus? Tags are not relational. In hydrus case switching to Xapian can give up to xInfinity (x100 is a gonna be a breeze) speedup on queries.

Just import your mail into mu and/or notmuch and try searching for stuff. GMail search feels like an internet connection from the 90s in comparison. Wouldn't it be cool is hydrus was that fast too?

Secondly, the absence of queries like "blue_eyes and (blonde_hair or ping_hair)" is painful for me. Switching to Xapian will provide that functionality for free.

Thirdly, am I reading this correctly that hydrus uses md5 for everything? I have several different image files that produce the same md5. What am I supposed to do?

Fourthly, remote tag repositories code looks similar to git (a series of revisions with changes). If that's correct I'd suggest throwing that code out and just using git instead.

Is there a human-readable description for the exchange format?

Almost finally, doing almost anything while the remote tag processing is running causes deadlocks with 100% CPU utilization.

Finally, can I suggest running


sed -i 's, *$,,' *.py

in the root and include dirs of the repo and then commiting the result? Lines made of spaces or ending in spaces make my eyes bleed.

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

68f861 No.5423

>>5406

hydrus uses sha256, I want to say. Don't quote me on that, though, might be wrong.

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

e4be28 No.6204

Bumping to resurrect this thread from hack-induced 404 oblivion

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

4d68c7 No.6224

With the option now in the 8chan UI to save files by their Unix time timestamp, it'd be great to have adding those timestamps as tags (or otherwise importing those timestamps) as a thread watcher option. I guess just a system of attaching timestamps to files in Hydrus Network would be really good for me.

Accidentally posted this in a release thread; deleted that post and reposted here.

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

71edd5 No.6237

would it be possible to merge all the updates for a res into one bigger update? I 'm seeing if the public tag repo uses a tagging manner I can work with, and downloading all the seperate updates, write-locking, commiting and then downloading again, seems like it would be sped up a lot by bundling the updates, especially with 3639 updates in the public res rn

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

71edd5 No.6238

>>6237

And that's not even all, here comes the best part: after downloading about 1800 updates the clients just stops downloading without telling me a thing, I come back thinking it is done. But it's not done, it appears to have stopped downloading at 50MB for some reason. It says the clientside bandwith is exceeded, but I can't for the life of me find a place to say just download infinitely, I don't have a limit on my connection?

I rebooted the client hoping that would reset the bandwidth limit's, but it did not.

o nevermind, I restarted again, and it just now asked me if it could do some processing work, sorry

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

5ba09c No.6239

>>6238

services -> manage services -> hydrus tag repository

edit

bandwidth rules

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

71edd5 No.6240

>>6239

oww, it works like that. I can see the logic in that, it's downloading the others now, thanks a lot!

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

26d2eb No.6262

>>495

What about adding *booru support? Automatically tag images by searching for their image hash. Also, could you add support for fuuka-based archivers for thread downloader? They have an API, and are otherwise very similar to 4/8chan in page structure.

>>495

What about lua? You can embed it in nearly every language, and you can sandbox it very easily by picking which apis are allowed. So you can give it advanced image processing stuff while blocking any file system, network, etc

>>530

Consider adding multiple types of image hashes

>image md5

md5 of image file

>raw image hash

sha256 of image as bitmap (disregarding metadata, lossless compression)

>downscaled image hash

sha256 of image downscaled to something like 100px and reduced color depth

For the third one, there already exist better solutions for fuzzy matching, take a look at whatanime.ga

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

0b1594 No.6268

>>6262

Have you considered checking the board before posting?

>What about adding *booru support?

Will be covered by the downloading engine overhaul.

> Also, could you add support for fuuka-based archivers for thread downloader?

See above

>Automatically tag images by searching for their image hash

Won't be added, the dev's afraid of spamming booru servers and having hydrus requests banned

>Consider adding multiple types of image hashes

They're already in the right click menu and supported by the scripts engine (which will get expanded with the downloading engine refactoring).

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

26d2eb No.6269

>>6268

I did, just not enough. Sorry, my bad.

>Won't be added, the dev's afraid of spamming booru servers and having hydrus requests banned

You can download the database as a torrent. It should in theory be quite easy to hash all the images, then only store their hashes and the metadata,

For example, the archive.moe dump of 4chan's /g/ board (07-Oct-2015 19:58) is 2.3G for the posts, and 113.0G for the images.

https://archive.org/download/archive-moe-files-201510-g

https://archive.org/download/archive-moe-database-201506

The gelbooru dump is 2.2T large, so if it has the same metadata to file ratio it would be ~45G. This is of course just a back of the envelope calculation, you can probably get it much smaller or larger. And indexing might be a bitch too. But it shows it's theoretically possible at any rate.

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

aa1c19 No.6297

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

aa1c19 No.6298

Problems:

1. Assuming the tag repo gets too large, how can one download it?

2. If people wanted to have a "private repo club", what can they do?

Observation: Hydrus runs off of SQLite

Possible Solution: A distributed database based on SQLite called RQLite

github.com/rqlite/rqlite github.com/rqlite/pyrqlite github.com/rqlite/sqlalchemy-rqlite

Funny side note: http://howfuckedismydatabase.com/sqlite/

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

608e74 No.6312

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

cbb0a6 No.6340

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

f193c4 No.6360

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

cbb0a6 No.6367

Libgen.io support

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

2ff6f9 No.6451

Custom dupe filter action to add a tag or set of tags to two images that show up in the filter.

When using the dupe filter, every time i've wanted to mark files as "alternates", it's because they share a similar tag, like a meme or two pictures of a series. When neither of them have a tag of that nature, it's a pain to search for each alternate picture and try to tag them both.

Possibly as an open text box or something, so we don't accidentally tag unrelated images just by clicking through the

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

842d90 No.6569

This might be out of scope but some way to upload files to a booru.org site would be great.

There are a few userscripts that let you mass upload to booru.org sites but they don't work with the way Hydrus exports the tags in a separate file, I guess it wouldn't be too hard to edit the userscript to read .txts but a built-in solution for quick uploading without having to export first would be perfect for me.

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

8ee444 No.6582

File: 828c14cf30acff8⋯.png (16.74 KB,818x336,409:168,2017-08-23 02_58_00 - mana….png)

Is it possible to reverse the sorting order for namespace sorts – to change it from ascending to descending?

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

59d8ee No.6607

Would it be possible to have an option for subscriptions to work in reverse; have them download the oldest images first? That way they'd never skip any because of limits and just continue where they left off the next time.

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

f16beb No.6620

I have very simple request. I used to store my copypastas in simple text files before Hydrus, but now I cannot import them here, since Hydrus doesn't support .txt. Can you add support for plaintext files?

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

d8b6c0 No.6624

Can we get an option when making shortcuts to increase or decrease a numerical rating by a number instead of only set it to a number?

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

7c0d9b No.6681

File: 6bc4b27399537fe⋯.png (657.12 KB,1581x1288,1581:1288,windows tag appending.png)

>You can also exclude a tag by prefixing it with a hyphen (e.g. '-heresy').

I noticed that hydrus can only filter down results, but I want to also be able to include a tag by appending it like windows does it (e. g. '+heresy')

Case example: being able to filter search more than one specific subject in the same tab window like displaying 2 different creators only. I realize that 2 different search tabs could be used but I like to be able to see everything in one spot. thanks for all the work.

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

033c1b No.6696

sha1 or sha256 support to prevent hash collisions

(sha256 is already supported in IPFS)

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

9e1588 No.6723

Would it be possible to make an option to hide the "backing up db" message? I don't really care which folder is being backed up at which moment and such screens usually make my pc run slower…

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

b42b29 No.6754

Could there be an option to save a random order of files so you can come back to the same arrangement without having to keep the page open?

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

885753 No.6908

File: 2d8e6ba1be5ef9d⋯.png (5 KB,452x299,452:299,hydrus sidebar suggestion.png)

File: 26ebfe16b6cce1f⋯.png (4.84 KB,314x353,314:353,hydrus numerical rating su….png)

File: aa23fd68c8900ab⋯.png (3.59 KB,394x190,197:95,hydrus tab suggestion.png)

I have some interface suggestions.

>1: show ratings on the sidebar below tags and add buttons to quickly open the "manage tags" or "manage ratings" windows

>2: change the display of a selection rated as different numerical ratings to show the minimum and maximum rating of the selection

>3: show the tags currently being used in a search tab when the mouse cursor is over 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.

d0517d No.6933

File: d35ce93e98be635⋯.png (3.22 KB,1225x25,49:1,todo.png)

Being able to select multiple pics and use script lookup on them from inside hydrus would be really helpful.

>>6908

I'm currently importing some pics from gelbooru, so the current tag sidebar is really good, but I wouldn't mind the suggestion as an option.

I agree with the last one though. I have a lot of tabs with" -type:everything " to tag, and it'd be helpful for me to find that one tab quicker.

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

d0517d No.6935

Also, how about a tagging mode?

Like the the duplicate filter, except with tags.

Something like setting the tags then right click puts tag1 then goes to next, left gives tag2 then goes to next, middle mouse goes back to previous and undoes that tag selection. Maybe with extra tags/skip option on keyboard.

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

885753 No.6949

>>6933

The smaller tag area in the first picture is just to show the rating area and I would prefer a movable bottom

Another suggestion: an "exclude subfolders" setting for import folders.

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

25c92b No.6966

I would like there to be an option for the mouse cursor to move with the image as you drag it in the media viewer. It always disorients me when my cursor stays put despite me moving the mouse.

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

cbd7ff No.6982

File: 536f64bb4d0b768⋯.jpg (29.68 KB,406x275,406:275,remove link.JPG)

I don't know if this is a bug or if it's supposed to work this way but when downloading form an URL once the download has finished the URL stays there. It would be really nice if it disappeared once it finished downloading the image. I drag and drop a lot of URLs and it forces me to remove the previous URL before dragging the new one. It happens in any download page, using Hydrus 275

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

cbd7ff No.6983

>>6982

I'm retarded, I was clicking "paste urls" instead of hitting enter, it works fine now.

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

7f4d64 No.6986

>>6966

What version are you on? I'm on v277, and for a while now this has been the behavior.

I still would like this option, I preferred the mouse staying, makes viewing images that are very tall or long easier.

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

e2420b No.6989

>>6986

Oh, looks like I forgot to update, thanks. I agree, though, having options is always nice.

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

e2420b No.6990

>>6986

>>6989

Although now that I've updated, the behavior hasn't changed.

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

cab5d8 No.7050

File: 9630f9c391a3a1e⋯.png (547.25 KB,1371x550,1371:550,Untitled.png)

>>6933

>Being able to select multiple pics and use script lookup on them from inside hydrus would be really helpful.

Just remembered I forgot to do the pic I was going to.

Anyway, I mean something like this. It uses the lookup script for all the files you select and shows the tags it found for all files, along with the number of occurrences. Double clicking the tag will put it on all the pics with that tag.

E.g. on pic related clicking "character:sunny" would only place the tag on the three pics it found tagged as sunny, and not on the other one.

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

ec7110 No.7054

Would it be possible to have parent/child relationships with wildcards?

Child: *_cat

Parent: Animal

Also, an option to automatically download the image when dragging an URL to the raw url downloader would be really useful.

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

83e483 No.7055

>>7054

That seems like a bad idea. Do you want your entire collection of images tagged as Scat to suddenly become tagged with Animal? I know I don't.

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

ec7110 No.7058

>>7055

I mostly use it with colors, like "black_cat". The underscore is there to avoid tagging the wrong images. As it is now I would have to create a parent/child relationship between a bunch of tags with the different colors and the "animal" tag.

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

47b6bb No.7066

>>7054

I would love something similar, I have namespaces like boobs:, haircolour:, hairlength: and other like that. Currently it's not possible to say namespace → tag like for the examples:

boobs: → boobs

hairlength: → (body:)hair

and so on

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

02c480 No.7078

It would be cool if when you download from danbooru it wouldn't just grab the danbooru link but also the source link that danbooru gives.

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

011aea No.7085

File: e1f5d701591831c⋯.png (270.67 KB,1600x900,16:9,long tag.png)

- horizontal scrollbar for long tags

- "copy file hash" in the right-click menu somewhere. Currently share>copy>path is the closest but includes the folder structure and only supports sha256

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

011aea No.7098

File: 9d83eb61773d43e⋯.png (738.8 KB,1600x900,16:9,it doesn't work with multi….png)

>>7085

>"copy file hash" in the right-click menu somewhere

I just noticed that this is mentioned in the hydrus help pages but doesn't show up.

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

02c480 No.7100

>>7098

Do you have "advanced mode" enabled?

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

011aea No.7103

>>7100

Oh hey that has it. Thanks

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

582d0e No.7162

File: fa74833f383bbdf⋯.png (25.46 KB,733x787,733:787,directory direction.png)

The "add directory" checkboxes in the path tagging window aren't very useful for anything deeper than three folders. I'd like an option to check from the bottom up instead of the top down.

Also, the button to get here that says "add tags based on filename" should just say "add tags" because most of this stuff isn't filenames

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

54520b No.7197

This was already requested two month ago but I think it's a really small but important feature. Being able to group alternates. That would make it much nicer to look at.

Also been requested some time ago but not that important because of PixivUtil2, but would be easier if hydrus would download image sets from pixiv too.

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

e975e8 No.7294

I've seen some discussion about duplicate detection and the difficulty of different instances of the same image but with different sizes/quality (since the hashes would be entirely different). I'm sure someone's thought of it already, but I had an idea I figured I'd leave here. Calculate a "minimal hash" by scaling the image down to a certain predefined size depending on the aspect ratio, strictly limit the number of colors, and calculating the hash based on that. So for images with 1:1 aspect ratio, they would be scaled to 75x75 with perhaps 256 colors. Thus, duplicates with different sizes and slight compression artifacts would be able to give the same hash. Of course, this wouldn't detect cropped images, but hell, even google images can't do that properly.

Also, what happened to files being served by a local server for copying? I had an idea that expands on this concept: have the clientside server serve a folder of files. This could be used for various purposes. It could make it much easier to use files with an external program which only understands files and directories. For instance,

>>858

>When I want to share multiple images at once (such as when dumping several on an imageboard), it's a bit of a pain to have to right-click->share->copy->copy path each time. Having to go manage->files' tags is also rather redundant, especially since manage only has one option in it (although I usually end up using f3 anyway).

It would make this painless, as all the selected images could be served in one folder which would be opened in explorer.

It could also be used to quickly save files into the database from programs which only understand files&directories. For instance, when saving an image from the web browser: you could simply save the image straight into the pseudo-remote folder, automatically adding it into the database.

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

081ae8 No.7393

More mass actions in advanced mode? I'm not sure if that's all impossible right now but I can't even find documentation on the advanced mode or the schemas in the actual DB.

Would be nice to be able to match tags by regex. And being able to remove said tags (or images which have these tags) or add more tags based on captures in what's matched.

For example: I was retarded enough to add thousands of images with their filenames as tags in filename namespace. Some of the names are outright useless like hashes or Unix timestamps that I want to delete, some have data I want to parse into tags and URLs. Since I don't need the filename tags I want to outright purge them from Hydrus, perhaps closing the ID gaps in the DB.

I would do it myself outside of Hydrus but between 4 schemas with many more tables and all the little callbacks in the code I'm afraid of messing the DB up. If you can't add that anytime soon can you atleast please link/release documentation on the schemas and their workflow 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.

cb3ab4 No.7405

Could you update the IPFS implementation to make use of the "nocopy" argument? I'd like to share a large amount of data, but I don't want to duplicate the data. It should be as easy as adding "nocopy=<bool>" to the /add html API URL arguments list, and you may want to add a checkbox for the service as nocopy is still marked as experimental.

"Raw-leaves" might need to be enabled for nocopy too; I remember reading that it was required, but I don't know if it's implicitly enabled with nocopy.

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

3f2769 No.7408

User settings should be moved out of the db and into a hydrus.conf file so they can be modified while the client is closed.

Import folders should be processed in batches of 1,000 or so images because exceptionally large import folders can spend forever discovering files and never get around to actually importing 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.

3f2769 No.7409

On the manage options menu these should be moved to a thumbnails subsection

gui:

Show 'title' banner on thumbnails

Show volume/chapter/page number on thumbnails

Zoom thumbnails so they 'fill' their space (experimental)

speed and memory:

Thumbnail width

Thumbnail height

Plus a "change thumbnail directory" button that opens the migrate database popup.

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

0454e5 No.7427

File: c1376927743792c⋯.png (37.49 KB,1488x777,496:259,Looks like these black cre….png)

- Save-states for custom lists in the tag censorship feature so I can quickly censor/uncensor certain sets of tags

- A "tag exile" feature that hides any images with certain tags and gives them an "exiled" category similar to "trash" but without the auto-cleanup

- Save-states for custom lists in that tag exile feature so I can quickly exile/unexile certain sets of tags

>>7409

On the topic of thumbnail settings I'd like an option to get video thumbnails from halfway instead of from the start. Several of my video files start with a black screen.

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

d9a4cf No.7428

>>7197

> Group alternates

I'm currently using a setid: namespace with a random string. Its working great but it would be nice to have an option to generate this automatically when selecting a few images

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

3f2769 No.7434

Instead of copying a file on import, move and rename it for better performance (assuming it's on the same volume as your client's files).

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

0454e5 No.7436

>>7434

check "delete original files after successful import" in the importing files window

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

cba8e2 No.7453

File: 7c853b84ed42323⋯.png (162.62 KB,1186x244,593:122,prot1.png)

File: 45fe9defe002a94⋯.png (110.6 KB,1081x236,1081:236,prot2.png)

How about an "or" search?

I was tagging some stuff and I just noticed how cluttered searches can get because of the "and" only nature. (stuff like hair:anything, -hair:black, -hair:brown and so on for red or orange hair only)

Something like a reserved symbol(e.g. '|') between two tags, like "monster girl | demihuman" which would search for pics with either "monster girl" or "demihuman" tag. It'd be simpler do to and look something like first pic.

If you don't want to have reserved characters you could have sort of an "or mode". Though it'd take a little more work.

"When writing tags press ctr+b to enable "or mode", during that mode every it'll take every tag you input and keep in memory, when you leave the mode it'll do an big "or" for all those tags." or something like that. If you enter or mode again it'll create a whole new or relation, so you could end with "(girls:1 or girls:2) and extra:freckles and (hair:orange or hair:red)" by entering or mode twice.

So, something like

>tag - "-type:h"

>tag - "extra:freckles"

>ct+b, enable or mode

>tag - "hair:orange"

>tag - "hair:white"

>ctr+b, disable or mode and adds (hair:orange or hair:white) to the search

And it'd end up looking like second pic.

I imagine adding the or itself would be easy, considering what little I know of DBs, but I don't know how you handle search, so it might be hard.

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

0454e5 No.7468

File: 512859b704b8c5d⋯.png (8.86 KB,338x442,13:17,make into or group.png)

File: 83682a53b4191fa⋯.png (2.42 KB,322x152,161:76,or groups.png)

File: bcfcc66a9314e6d⋯.png (9.13 KB,337x442,337:442,selection of grouped ung….png)

File: a361e623d0c1816⋯.png (9.29 KB,338x442,13:17,make into and subgroup.png)

File: cac54f6dc4e4d7e⋯.png (2.79 KB,323x162,323:162,and subgroups.png)

>>7453

I like your grouping idea but I think it'd work better as a right-click function. Here's a way I thought of doing it:

>pic 1: select some tags, right-click then choose "make selected into 'or' group" (a button I just made up)

>pic 2: the tags are now or-grouped. or-groups (which I just made up) return with at least one of the group items tagged. another group with 3 items is shown for demonstration purposes.

>pic 3: menu items "add selected to 'or' group" (button I just made up) and "remove selected search grouping" (another button I just made up) shown based on selection

With this you could do searches of "orange hair OR red hair".

If Hydrusdev thinks he isn't having enough programming trouble he can also add subgroups like in the following:

>pic 4: select some or-grouped tags, right-click then choose "make selected into 'and' subgroup" (made-up button again)

>pic 5: the tags are now and-subgrouped. and-subgroups (made-up) count as one item in the or-group and return if all of the subgroup items are tagged. another subgroup is shown for demonstration purposes.

With this you could do searches of "(orange hair + orange shirt) OR (red hair + red shirt)".

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

cba8e2 No.7470

File: 1c657bba38170ba⋯.gif (3.89 MB,683x374,683:374,1c657bba38170bae60f26eab2f….gif)

>>7468

That sounds better, actually.

I'm mostly a keyboard fag, shortcuts are my fetish, so I didn't think of having a mouse thing.

Your way would be both easier to use and easier to implement, as well as allowing subgroups, so I'm okay with that.

Nice edits btw.

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

d9a4cf No.7493

I asked this on the Q&A thread a while ago but since I didn't get a response I'm guessing it isn't possible yet so I will post it here.

Would it be possible to keep the favorites tag list in the same order they were entered (or allow to sort it)? I would like to use it as a checklist of sorts with a list of tags but currently it sorts them automatically in alphabetical order.

Currently I'm using a txt file with this list but it would be amazing to have this implemented.

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

0454e5 No.7521

File: 3eac4fa24b7db90⋯.png (5.14 KB,797x535,797:535,thanks hydrusdev.png)

>>7162

Past-me would like to thank Hydrusdev for including the regex feature

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

9b68f6 No.7547

There is one suggestion I had that's really slowing down my workflow.

I'd like to have:

-Open tab silently behind current focused window, so I can keep middle-clicking.

-And/or highlight a list of tags and have each tag be opened in a new tab.

I'm trying to clear out an awful lot of pixiv images I've downloaded and I realized I have a lot of mouse travel time.

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

5e1fcd No.7596

File: a07118b76b0e229⋯.png (164.51 KB,423x417,141:139,Screenshot_20180101_204521.png)

I'm surprised Hydrus doesn't have Comments.

Pic related.

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

3c1b1b No.7633

Hmmm, it would be nice if there was some way to set up soft censorship of tags in addition to the hard censorship we currently have. By that I mean that pictures with a soft censored tag won't show up in a search unless you search SPECIFICALLY for that tag.

As an example, say you have a mix of 2D and 3D, and although they both have similar tags you don't want to see any 3D with those tags unless you specifically add "3D" into the search in addition to other relevant tags.

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

d67572 No.7646

it would be great if there was a way to sort files by domain/website downloaded in future versions

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

84c0f2 No.7650

File: 9f2bb91c1d45920⋯.png (185.84 KB,889x477,889:477,Meme.png)

>>7596

seconding this, though I would prefer the ability to download the Artist's commentary since sometimes a lot of information is there that isn't available in the image, like a story, both translated and untranslated, usually in this box:

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

832673 No.7652

>>7596

>>7650

I've asked about this before but it seems it's not easy to implement, nor has anyone really come up with a conventional way to do it. For translations, you'd almost have to do it the same way boorus do with floating notes, and for artist commentary you'd really want some sort of text/info box towards the bottom (that really is the only spot that makes sense to put it) for displaying larger amounts of text. They'd pretty much have to be two completely different systems and probably conflict with how the media viewer works unless it was set up as some sort of tab/switch/toggle on/off for that behavior.

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

84c0f2 No.7674

>>7652

I'd be fine with saving the commentary as a txt with the same hash, but I do see how it might make things a bit messy since plain text being part of images as notes isn't a standardised thing yet(?)

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

b8f2ab No.7683

File: 8a3b4c185b2bfe7⋯.png (24.49 KB,1200x825,16:11,spurdo.png)

Here's a simple one that would make Hydrus fit in a lot better with all my other programs, as well as make it easier to use:

Alt+number opens the nth page. Most browsers do this with tabs, and some file managers too. I'm so used to it that I accidentally do it in Hydrus and get slightly annoyed that it doesn't work.

If this is possible with a custom keybind or something tell me, I haven't been able to find that in the options.

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

1b9a9e No.7767

File: 9fecc65c531a312⋯.png (10.84 KB,323x287,323:287,Untitled-1.png)

Please sort this alphabetically.

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

1f4596 No.7780

Don't know if it has been suggested already, but i would like to see a shortcut for opening a selection in another search

This would be mostly for when i use the collect function, as most of the time i use it to create "folders" to narrow searches and i'd like to fast check inside it to see all the thumbnails instead of having it slideshow from the first picture

Right click open selection works, but it's very slow when before, with folders, it was just enter > look inside > return > down > enter etc

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

1f4596 No.7784

I'd like the option to remove files from the import window, but from the tag optons window

I'd like to be able to *not* import all the files that have no neighboring .txt file

As it stand, i can either import anything anyway, and then manually delete all untagged files (but this doesn't work if some files have some tags loaded into them from hydrus itself)

Or i manually separate every file that has no txt before importing, this is what i do to avoid the previous problem, but it woud be so much easier if i could just remove them from the tag options window

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

16b598 No.7795

It would be really useful to have some way to 'pool' images - there are several cases where I have a short sequence of two or three images that doesn't really have a 'title' specifically, but should still be grouped together and do have an order.

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

16b598 No.7796

>>7795

Now that I think of it, this is basically the same suggestion as >>7428 as well

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

832673 No.7804

Hydrus for Temple OS when

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

e1bfb6 No.7942

When importing a file that already exists in the database Hydrus should verify the hash of the existing copy to detect file corruption sooner.

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

ad1b9b No.7953

Can there be an option to use a semicolon instead of a colon for namespaces so that I never have to press shift?

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

e4ea3d No.7954

>>7953

There is an option for that in the settings, I think somewhere around the 'tags' submenu. Settings is broken in this version (292) but dev says it's fixed next 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.

ee306c No.7967

>>7954

That only changes the appearance, not the actual character used when editing

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

78e559 No.7981

I was importing some files with the automated import folder, they are really neat!, one thing though, would it be possible to have one 'page' per folder? now I have about 30 pages with one image open, could it be made so that they work more like thread watchers? (in a folder watcher kinda way)

Also when I move a page I'm looking at it would be neat to have hydrus open that page again instead of open that page that went into it's place.

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

8ca57e No.8077

hi, we at discord trying to compile all suggestion/ todo/recommendation on github

if anyone interested, can look here

https://github.com/CuddleBear92/Hydrus-Presets-and-Scripts/issues

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

b7cd48 No.8080

make it so popup window position is saved so i don't have to keep moving the tagging window over and over again

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

9bdf78 No.8119

File: 3a06e798824873c⋯.png (129.21 KB,1920x1080,16:9,Untitled.png)

How about being able to specify which unnamespaced tags you want to import?

Something like "only import the '1girl', '2girls' and '3girls' tags".

I have some tags I use in my booru (e.g. number of girls) and some I don't (e.g. white shirt), but there's only two options as of now, either import all tags and end up with a fuckton of tags you need to seek and delete, or don't have unnamespaced tags at all.

A menu like pic related would work well IMO, letting you specify which tags to import.

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

9bdf78 No.8140

Transitive alternates when?

I just noticed this is something really simple but it hasn't been implemented yet.

I can't think of any cases where alternate relationships wouldn't be transitive, but how about making it optional, just in case?

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

9bdf78 No.8277

File: 34a5e5f90412e0a⋯.png (1.8 MB,1926x1080,107:60,Untitled.png)

>tfw the only one asking dev to put the shit I want in

How about being able to select multiple tags and open a search for each of them? Or at least have an option to open a tag search in background, as opposed to instantly going to that tab once you middle click a tag.

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

5958b5 No.8283

File: fb0baec890aac3f⋯.png (4.71 KB,800x400,2:1,flatearth.png)

Hidden tags.

Say you use Hydrus for both porn and regular images. You don't want to see porn unless you specifically search for it. So, you tag all the porn with "lewd" or similar, and hide the lewd tag. Now, images tagged with "lewd" only show up when you search for them.

Similar to tag censorship except the images will show up if the tag is searched for.

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

78e559 No.8286

>>8283

Ths and this so mucn, I watn to put my YLYL and my other images into hydrus for sorting so bad, but I don't want to have to sort through my porn just to show my 12 yo brother some funny image or 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.

231595 No.8312

2 suggestions:

Having an option to keep the current file structure instead of one big messy folder.

And linking paths to tags which will make it possible to use the functionality of Hydrus while also keeping an organized folder tree.

A main tag could be linked to a folder where it will be saved.

eg: 'anime' tag will link to folder C:\pictures\anime, and put those files in the given location.

Chaining tags, to get to a more specific location.

eg: 'katawa shoujo' + 'kenji' = 'C:\pictures\vn\katawashoujo' + 'C:\pictures\vn\katawashoujo\kenji'

With this implemented, I can finally start using 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.

174aa9 No.8320

It would be nice if there were tools to automate dupe processing. I run optimizations on my images after I get them via a download page, and I have to go through many pairs manually confirming that one number is smaller than the other.

There could be some sort of automation here, like "prefer larger/smaller filesize" or "prefer larger/smaller image size" or "prefer png over jpg", etc. One problem with that is if there are very similar files that are optimized, they would create more than 1 match per image.

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

0dca57 No.8330

>>8283

you can have multiple separate hydrus databases, one for porn and one for not-porn

create a shortcut to hydrus with the argument –db_dir="C:\path\to\folder" and hydrus will use that folder as its database instead of the default one

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

0dca57 No.8331

When loading a saved session (especially when hydrus first starts up and loads the default session), the various pages should be refreshed.

My default session includes a "new" tab that is just a search for "system:inbox", but on startup it always loads with whichever files WERE in the inbox when I first saved the session instead of the ones that are actually in it now. I have to manually refresh the page each time.

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

3c1b1b No.8378

I wonder how hard it would be to add a basic tag definition/wiki. Just a simple way to write a sentence or couple of sentences that define your tags. Sometimes I have forgotten my exact methodology I use when tagging shit and would like to keep things straight.

I am manually tagging all my images over time, a colossal undertaking, I sometimes have a bit of tag drift as I maybe shoehorn in some images into a tag that are edge cases with that gradually becoming standard for that tag. It results in a tag with mixed meanings that I might rather split into two tags or something. I can manually check out various imageboard tag definitions, but I kinda use my own definitions based on what's relevant to me.

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

c02494 No.8384

>>471

Multi-resolution for Tumblr


^(https?:\/\/)\d+\.media\.tumblr\.com(\/[0-9a-f]{32}\/tumblr_(?:inline_)?[0-9A-Za-z]+_(?:r\d+_)?)\d+(\.[a-z]+)$
$1s3.amazonaws.com/data.tumblr.com$2raw$3

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

6d3e2b No.8385

Suggestions for Hydrus currently:

-this one still >>7547

-show tags for files while browsing the duplicates page.

Suggestions for the future downloader because I don't know where to put them:

-Twitter image downloader

-cosp.jp image downloader

if anyone can do either of these things currently via a different piece of software I'd be glad to hear 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.

2f7562 No.8423

Not to harp on this >>7547, but a new behavior I encountered makes me curious:

>-Open tab silently behind current focused window, so I can keep middle-clicking.

>-And/or highlight a list of tags and have each tag be opened in a new tab.

Currently, if I highlight multiple tags and hit "open new search page for selected" it'll open up several tabs (which I want!) then closes them as it merges the 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.

6bfafb No.8876

Fractured download of Booru Queries through "common tags" e.g. Eye Color, Facial Expression etc.

Because Danbooru has a 1000 page * 20 image limit. Gelbooru has a `pid=19992` or 20000 image limit.

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

6bfafb No.8877

Direct usage of foreign libraries as dependencies (and see which one is the fastest)

https://github.com/Bionus/imgbrd-grabber (C++) https://github.com/mikf/gallery-dl (Python)

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

8630ba No.8883

Man Hyrdrus really needs some kind of account system for rule34hentai like with Pixiv. Half the content on rule34hentai is locked behind needing an account to see and Hydrus doesn't pick those up when downloading from that site so you have to manually look for and download what Hydrus didn't pick up. What's worse about this is, the site owner has a personal vendetta against people who use ad blockers and makes sure the site fucks with anyone that uses them(can't open links in a new tab, anti adblocker messages, ect.) to the point where you HAVE to use a scrapper just to even use that site. Its just really really slow without one.

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

d64886 No.8919

File: c7c20c5616f5092⋯.png (1.66 MB,1920x1080,16:9,1.png)

File: 85890b93604868d⋯.png (680.89 KB,1920x1080,16:9,2.png)

I'm starting to import my mangos and CG sets into hydrus and it's good enough for the fews ones I've bothered to import up until now, but I can see it's going to be a pain in the ass once it gets to a larger number. So here's my two ideas to fix it.

>Gallery tags

Something like "gallery:tag" that allows you to search for galleries where one or more pages have that tag, excluding the pages that should be excluded by search. Like "gallery:loli" searching all pics with loli, then showing all galleries that mach those pics' title and volume, or "gallery:pupils:heart -gallery:loli -traps" showing all galleries where at least one page has "pupils:heart" and none of the pages have the "loli" tag, excluding the pages that have the "trap" tag. It would make pic 1 easier to browse.

>collection by alternates

This is something that's really good for CG sets. You have a lot of alternates on those, so just naming the groups something else wouldn't work(it'd mess with title collection). If you could instead group by alternates you'd have a nifty way to see them on larger CG sets. Some of those can get to thousands of pics. Maybe some "alternates:tag" search would be nice as well.

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

6bfafb No.8944

Make an API for https://animebox.es/

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

6bfafb No.8945

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

47de9f No.8961

EPUB/MOBI/DJVU reader for books from https://libgen.io and http://inclibuql666c5c4.onion/

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

baa708 No.8971

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

16c51b No.8987

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

16c51b No.8990

Youtube, Bitchute and PewTube subscription support with multi-resolution

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

baa708 No.9124

Proquint as a replacement for Hex/Base64 for SHA256

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

5c96d1 No.9223

web UI/http POST/CLI so that I can download shit from afar via SSH/webpage

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

a6b45e No.9244

Hello, is it possible to choose the browser that Hydrus opens links in? Rather than just using my default browser in Windows

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

d64886 No.9246

File: e287b8d099f9358⋯.png (551.51 KB,1920x1080,16:9,ClipboardImage.png)

How about a "tag in order" option?

I've been downloading mangos from threads and it's a pain in the ass to tag pages manually, a generic way to tag images in the order they are like

Select images -> right click -> tag in order -> incremental -> "page:1"

and it would take the last number and increment it by one each pic, so the first image would be page:1, the second page:2 and so on.

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

16c51b No.9397

Support for https://whatanime.ga/ (Both official and self-host)

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

578661 No.9434

Dynamic subscription search terms.

A subscription search string that is evaluated at the time the subscription is checked. For example, to subscribe to daily popular files a subscription for

>order:popular date:${today().strftime('%d-%m-%Y')}

can be made which at the time of subscription check would be evaluated to

>order:popular date:19-07-2018

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

29caf8 No.9445

One feature I'd really like to see improved is collections.

You should be able to control the collection namespace order. The current order (alphabetical) doesn't make much sense (chapter before creator?)

Files that do not match the namespace (loose files) should not be collected, or at least make this an option.

It seems unintuitive that double-clicking a collection opens the media browser with all files in the page, rather than only the files in the collection. The only way to view the collection currently seems to be an archive/delete filter or "open selection in a new page".

Another idea that would require more extensive reworking: Normal pages could use the first collection level (creator). You could then "dive" into the collection, which would open a new page with that collection's files collected by second level (title). And so on (volume, then chapter).

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

e50639 No.9538

Retroshare support like >>>/hypno/41015

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

8dec54 No.9582

Vi-Vim shortcuts.

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

fe8aef No.9598

>>471

Hydrus script annotations

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

fe8aef No.9599

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

84a3ac No.9701

File: a242cf4d29ce79b⋯.jpg (272.04 KB,1920x1040,24:13,client_2018-08-16_05-01-55.jpg)

Could share > export option be added when you're viewing an image directly via hydrus' built-in viewer as well instead of being exclusive to only right clicking the thumbnail when you're browsing the images?

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

00f481 No.9895

File: 36827b69ded5d6e⋯.png (18.35 KB,2560x1440,16:9,external.png)

When you double click a thumbnail of a file type that isn't supported by the viewer, can Hydrus open externally instead of pic related?

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

00f481 No.9897

As an advanced option, can we get a "delete without leaving a deleted record" option? Sometimes I import too much shit I don't feel like going though so I want to remove it all but I still want the option of importing maybe a few of the images in the future.

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

94c867 No.9901

>>9897

Please be joking. You realize it can still exist unsorted, right? What do you think the inbox is for? You can even add a sort later tag.

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

00f481 No.9904

>>9901

I don't think removing an item while leaving the option to re-import it again later is a problematic setting.

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

99b83a No.9906

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

99b83a No.9907

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

99b83a No.9915

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

baa708 No.9924

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

baa708 No.9927

>>471

MSPFA downloader script

e.g. https://mspfa.com/?s=1032&p=1https://mspfa.com/?s=2810&p=1https://mspfa.com/?s=3039&p=1https://mspfa.com/?s=275&p=1

Getting everything in <div id="slide"> as the content with <style> and <link rel="stylesheet" type="text/css" href="/css/mspfa.css"><link rel="stylesheet" type="text/css" href="/css/extra.css"> as the CSS combination set. <div class="mspfalogo"> would be the logo.

DeviantArt downloader script

e.g. https://www.deviantart.com/jacketfreak/art/JF-Institut-Isolation-pods-171044189 https://www.deviantart.com/jacketfreak/art/The-rubber-shop-179091607

<div class="text"> has everything, hard to get the thumbnail, <div class="metadata"> and <div class="text block"> needs some wrangling for tagging use

Also https://www.programmableweb.com/api/deviantart is okay

Wattpad downloader script

e.g. https://www.wattpad.com/story/78076213-random-yaoi and https://www.wattpad.com/story/70005948-in-daddy%27s-office

Everything has APIs https://www.programmableweb.com/api/wattpad

Needs tags, table of contents and the text inside, can be opened as a one-pager

FanFiction downloader scripts

e.g. https://www.fanfiction.net/s/9077659/1/Liquor-Lube-and-Latex https://www.fanfiction.net/s/3183970/1/A-Weding https://www.fanfiction.net/s/1355520/1/Latex-Blues

The tag for the text is simply <div class="storytext xcontrast_txt nocopy" id="storytext"> and <span class="xgray xcontrast_txt"> has the metadata, can be opened as a one-pager

Aarchive Of Our Own downloader scripts

e.g. https://archiveofourown.org/works/10605213/chapters/23448291 https://archiveofourown.org/works/11265189/chapters/25188693 https://archiveofourown.org/works/985116/chapters/1941269

<div class="preface group"> has intro, <div class="wrapper"> has metadata, <div id="chapters"> contains the text and info, comprised of <div class="chapter" id="xxx"> parts, can be opened as a one-pager

Others include: Blogger, Tumblr post, (possibly Quotev, Asiafanfics, Ficwad, Livejournal)

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

47de9f No.9929

>>471

YouTube.com LiveLeak.com Nicovideo.jp Vimeo.com DailyMotion.com Metacafe.com Veoh.com for video

SoundCloud.com BandCamp.com for audio

hooktube.com and invidio.us for youtube cache

d.tube and joinpeertube.org and bitchute.com for decentralized

(Most of these can be processed through youtube-dl)

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

47de9f No.9940

>>9929

Most are covered in https://rg3.github.io/youtube-dl/supportedsites.html but there is no subscription service for Youtube and Bitchute in 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.

6d5efb No.9944

Is there a 'add tags based off folder' option? For example, while importing pictures from "Pictures" folder, it'll auto tag everthing in "Picture/Evangelion/Rei" with 'Evangelion' and 'Rei'.

I've been halfassing it by importing each folder by itself and mass tagging it in the import page, but if there was any auto feature that'd be cool

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

6d5efb No.9953

>>9944

nevermind. Found it directly after finishing the imports I wanted.

For anyone else interested in doing the same, you have to click 'add tags based on filename' which will bring up a menu where you can select 'add tag based on directory'

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

baa708 No.9959

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

00f481 No.9964

In the manage tags window's tag list, it would be real nice if you could press any letter on the keyboard to jump to the next tag (after your selection) that starts with this letter. Even better if you could keep typing to further narrow it down by the second and third letter etc.

Or if that's too obscure (it shouldn't be since it's a common function in Windows) add a little search text box.

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

6d5efb No.9986

Can we add something like the GUI for the archive/delete filter but for adding a tag? Just the 'yes no - left click right click' was really nice for sorting and seems like it could be good for tagging basic stuff too. Or at least an option to not archive.

Idea: should be become 'quicksort current selection' with following window:

Button: LMB …………………… Button: RMB………………Add new modifier(for more tagging)

Alt Button: Left………………….Alt Button:Right

Archive? Y/N……………………Delete Y/N

Add Tag(s)[ ]…………………….Add Tag(s)[ ]

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

e79222 No.10047

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

e79222 No.10048

>>3914

Well OrbitDB will be a thing

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

e79222 No.10062

1. Query bar grey text hinting

2. Gallery selection with silk icons

3. Reducing triple-frames in gallery downloader

4. U+2161 for pause, U+25A0 (U+25AA) for stop, U+25B6 (U+25B8) for running

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

6d5efb No.10074

expanding the 'system:number of tags' options to include namespaces. For example having "system:number of 'character:' tags = 2" would mean it would only show pictures with exactly two characters in 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.

16c51b No.10075

Parallel search and download from multiple sites, but then you would have to deal with multiple types of search logic.

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

16c51b No.10081

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

b344f0 No.10082

Suggestion: keep some data to remember deleted lower-quality duplicates, something like the image hash + the hash of the higher quality image.

That way the hq version can benefit from tags added/removed from the other version.

The obvious use case would be if the image on the public gallery is used for tags while you have the patreon 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.

47de9f No.10101

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

95e93d No.10102

I don't know how honestly, but PTR needs a big fucking clean-up. It's such a mess that it's not even funny.

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

47de9f No.10103

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

00f481 No.10104

>>10102

True, but it's mostly useless/broken tags which you can just ignore (and should be easier to clean up). Images having the wrong tags is the bigger problem because that actually interferes with your searching which is what tags are meant to be useful for. Like images having tags for characters who are not there.

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

00f481 No.10105

>>10074

An old suggestion that hydrus_dev has said he wants to add.

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

95e93d No.10113

Ability to fetch rating tag from boorus would be nice. Booru Tag Parser does this for single images but it's not really suitable to mass downloading.

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

d64886 No.10156

How about some way to sort duplicate processing, like "sort by creator" or "smaller distances first"?

I have files with lots of alternates, so I think it'd be easier if you could group those together when sorting.

Also, a skip function would be nice for when you have a pair you still haven't decided what to do with.

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

c219a3 No.10168

a hydrus http API would be great, I've been wanting to make some small convenience tools for myself to sort stuff easier from my phone

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

938f18 No.10199

>>10168

I asked BooruNav, AnimeBoxes and Mignori, and they ALL want us to draft a standard API for them, they recommend a mix of Danbooru and Gelbooru (Sankaku, Moebooru, Derpibooru and MyImouto could be an inspiration as well)

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

4581c8 No.10200

>>10199

Another thing (for those who are open sourced)

https://bitbucket.org/xkero/zenbooru

https://github.com/tjg1/nori

For those who are closed source…

BooruNav - discord.gg/4Sb5YrV

Animeboxes - discord.gg/kYgGJhF

Mignori - discord.gg/zf3SANY

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

4581c8 No.10201

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

4581c8 No.10203

Danbooru/Gelbooru/Sankaku => 150

Shimme => 192

MyImouto/Moebooru => 300

Derpibooru => 50 or 150 or 250

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

8d3eba No.10210

I'd really like some additions to the right click tag > open tag in new search

Most of the time i'm already in a page where i'm searching some tags, so i'd like an option to "open tag in a new search, but also keep tags that are already in the search", as of now i have to readd each tag to the new page

Better yet, an option to also keep the current sorting method instead of opening the new search with the default

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

3e024f No.10314

File: 32f151605f18734⋯.jpg (514.84 KB,1200x848,75:53,32f151605f18734089e68a1f6a….jpg)

File: 7b1f282c0c10afb⋯.jpg (518.33 KB,1200x848,75:53,7b1f282c0c10afb9f0fe3c9cad….jpg)

How about a quick "open all alternates in new tab" shortcut? And also a recursive version.

Maybe something that isn't currently being used like f6 for alternates and f7 for all alternates recursively.

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

d52825 No.10323


# Standarded Audio Formats (high priority)
| Types | Windows | OSX | Open source |
|:--------:|:---------:|:----------:|:----------------:|
| Raw | - [ ] WAV | - [ ] AIFF | - [ ] PCM |
| Lossless | - [ ] WMA | - [ ] ALAC | - [ ] FLAC |
| Lossy | - [ ] WMA | - [ ] AAC | |
# Lossy Open Source Audio Formats (gigh priority)
- [ ] MP3
- [ ] M4A
- [ ] OGG
- [ ] OPUS
- [ ] APE
# Image Fomats
| Format | Static | Moving |
|:------:|:------:|:----------:|
| PNG | - [ ] | - [ ] APNG |
| GIF | - [ ] | - [ ] GIFV |
| JPG | - [ ] | - [ ]* |
| WEBP | - [ ] | - [ ] WEbP |
| FLIF | - [ ] | - [ ] FLIF |
| HEIF | - [ ] | - [ ] HEIF |
| BPG | - [ ] | - [ ] BPG |
| SVG` | - [ ] | - [ ] SVG |
| BMP | - [ ] | |
| TIF | - [ ] | |
| EXIF | - [ ] | |
| PSD^ | - [ ] | |
| AI^ | - [ ] | |
| INDD^ | - [ ] | |
* JXR or J2K (animated JPG)
^ All Adobe file formats
` Vector Format
# Video formats (high priority)
- [ ] AVI (microsoft)
- [ ] FLV (adobe)
- [ ] MOV/QT (apple)
- [ ] MP4 (Mpeg version 4)
- [ ] MPG (Mpeg1 and Mpeg2)
- [ ] MKV (container)
- [ ] WMV (microsoft)
- [ ] OGV (OGG-based)
# Text and Data Formats
- [ ] TXT (high priority)
- [ ] HTML, XHTML and XML (high priority)
- [ ] CSS (high priority)
- [ ] CSV, TSV (mid priority)
- [ ] YAML (mid priority)
- [ ] TEX and its extensions (mid priority)
- [ ] DB and DIF (low priority)
- [ ] CSS, SASS and LESS (low priority)
# JSON-related formats (mostly low priority)
- [ ] JSON (high priority)
- [ ] JSON5 (mid priority)
- [ ] MessagePack (mid priority)
- [ ] CBOR (mid priority)
- [ ] BSON (mid priority)
- [ ] EJSON (mid priority)
- [ ] HJSON
- [ ] HOCON
- [ ] Ion
- [ ] Smile
- [ ] BSON
- [ ] UBJSON
# General Markup Formats (low priority)
- [ ] AsciiDoc
- [ ] Creole for PmWiki
- [ ] MediaWiki
- [ ] BBCode
- [ ] txt2tags
# Markdown Variants (high priority)
- [ ] CommonMark
- [ ] Github Flavored
- [ ] Markdown Extra
- [ ] MultiMarkdown
# Programming Markup formats (mid priority)
- [ ] ORG for Emacs
- [ ] RST for Python
- [ ] POD for Perl
- [ ] Textile for Qt
- [ ] Texy for PHP
# documents (mid priority)
| Type | MS | OOXML | ODF | ODF+ |
|:-----------:|:---------:|:----------:|:---------:|:----------:|
| Document | - [ ] DOC | - [ ] DOCX | - [ ] ODT | - [ ] FODT |
| Spreadsheet | - [ ] XSL | - [ ] XSLX | - [ ] ODS | - [ ] FODS |
| Slides | - [ ] PPT | - [ ] PPTX | - [ ] ODP | - [ ] FODP |
# ebooks (high priority)
- [ ] pdf
- [ ] epub
- [ ] mobi
- [ ] djvu
- [ ] postscript
# font files (mid priority)
- [ ] otf
- [ ] ttf
- [ ] eof
- [ ] woff
# other File Formats
- [ ] SWF (Flash games)
- [ ] STL (3d printing standard)
- [ ] OBJ (simple 3d printing)
- [ ] AMF (newer 3d printing)
- [ ] 3MF (pro 3d printing)
- [ ] X3G (newer 3d printing)
- [ ] PLY (newer 3d printing)
- [ ] IGES (newer 3d printing)
- [ ] STEP (newer 3d printing)
- [ ] WRL (newer 3d printing)
- [ ] FBX (windows 3d printing)
- [ ] 3DS (windows 3d printing)

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

12979a No.10364

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

00f481 No.10588

It would be cool if, when your comparing duplicates, you could press a button to highlight where the perceived differences are. Like a heatmap or something like that.

Sometimes it takes me a while to see where the differences are.

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

aabe65 No.10743

>>10323

Here are some magic numbers for adding moar files

AVI video files for older anime: 52 49 46 46 (http://filext.com/file-extension/AVI)

AIFF for OSX music 46 4F 52 4D (http://filext.com/file-extension/AIFF)

AAC for OSX lossy audio FF F9 5C 80

M4A for MP4 interal audio 00 00 00 20 66 74 79 70 4D 34 41 (https://filesignatures.net/index.php?search=m4a&mode=EXT) or 66 74 79 70 4D 34 41 20 (https://www.garykessler.net/library/file_sigs.html)

APE for old school cassettes and records 4D 41 43 20 (http://filext.com/file-extension/APE)

OPUS is in the same container as OGG

EPUB has 50 4B 03 04 (http://filext.com/file-extension/EPUB)

MOBI has 42 4F 4F 4B 4D 4F 42 49 (http://filext.com/file-extension/MOBI)

DJVU has 41 54 26 54 46 4F 52 4D (http://filext.com/file-extension/DJVU)

Postscript has 25 21 50 53 or C5 D0 D3 C6 (more at http://filext.com/search.html?hl=en&q=postscript)

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

47de9f No.10867

Self-documenting notes in Parsing Scripts like the ones in https://stackoverflow.com/a/41903882

https://github.com/tikitu/jsmin/ and https://pypi.org/project/jsmin/ has the repos

Idea: Lint-out the comments when importing the scripts, NOT when generating the script image/text file

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

16ef0c No.10951

Simply reject this to prevent rendering issues https://en.wikipedia.org/wiki/Right-to-left_mark


# Bidi Class (listing UnicodeData.txt, field 4: see UAX #44: http://www.unicode.org/reports/tr44/)
# Unlike other properties, unassigned code points in blocks
# reserved for right-to-left scripts are given either types R or AL.
#
# The unassigned code points that default to AL are in the ranges:
# [\u0600-\u07BF \u0860-\u086F \u08A0-\u08FF \uFB50-\uFDCF \uFDF0-\uFDFF \uFE70-\uFEFF
# \U00010D00-\U00010D3F \U00010F30-\U00010F6F \U0001EC70-\U0001ECBF \U0001EE00-\U0001EEFF]
#
# This includes code points in the Arabic, Syriac, and Thaana blocks, among others.
#
# The unassigned code points that default to R are in the ranges:
# [\u0590-\u05FF \u07C0-\u085F \u0870-\u089F \uFB1D-\uFB4F \U00010800-\U00010CFF \U00010D40-\U00010F2F
# \U00010F70-\U00010FFF \U0001E800-\U0001EC6F \U0001ECC0-\U0001EDFF \U0001EF00-\U0001EFFF]
#
# This includes code points in the Hebrew, NKo, and Phoenician blocks, among others.

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

16ef0c No.10952

>>10951

or just

[\u0590-\u08FF\uFB1D-\uFDCF\uFDF0-\uFDFF\uFE70-\uFEFF
\U00010800-\U00010FFF\U0001E800-\U0001EFFF]

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

16ef0c No.11060

`<svg` for svg , `<?xml` for other types of XML, `<!DOCTYPE html>` and `<html>` for HTML

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

d18e34 No.11273

Combining Hydrus and PBooru so that people can use it in TOR/I2P/IPFS/LokiNet

https://github.com/Kycklingar/PBooru

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

ee2858 No.11288

Idea for a rainy day: support for user.xdg.origin.url and user.xdg.referrer.url xattrs when importing from file system. I'm not sure how widespread their use actually is, but chromium family browsers on linux store the source url for downloaded files there.

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

599a23 No.11320

Minor huge suggestion/bugreport: yapf your sources.

Example to quickly poke around: https://yapf.now.sh/

For your code, I'd recommend 'facebook' style in particular.

And I would also recommend reducing the amount of empty lines; but that'd be more manual rather than one-step apply-a-tool.

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

d18e34 No.11323

API requests my mobile developers https://ghostbin.com/paste/qqvo7

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

00f481 No.11383

Please don't reset the "fit to screen or original size" option (the Z key) every time you change image. Or make it a setting.

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

baa708 No.11425

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

47de9f No.11439

>>11323

You forgot the API for Gelbooru JSON, https://hypnohub.net/help/api (MyImouto) and https://e621.net/help/show/api (edit of Danbooru)

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

17018d No.11467

Support for opening multiple files externally?

Currently you can only open multiple files in a sort of "playlist" within the program. When attempting to do it externally it only opens the one that you clicked on.

I'd like to be able to open a set of videos externally as you would in a file browser.

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

47de9f No.11471

>>471

Support for tag wikis, with some pages for defining tags, and other pages for setting standards in how images should be tagged.

Which one of these would be good for it?

https://github.com/django-wiki/django-wiki (Django)

https://github.com/tankywoo/simiki (Lightweight)

https://github.com/scragg0x/realms-wiki (Flask)

https://github.com/zim-desktop-wiki/zim-desktop-wiki (Native)

https://github.com/edgewall/trac (minimalistic)

https://github.com/mgaitan/waliki (Django)

https://github.com/alexanderjulo/wiki (Lightweight)

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

4425e5 No.11563

Combine https://github.com/lark-parser/lark (see http://archive.fo/u17aT blog tutorial) and the format from https://derpibooru.org/search/syntax (with better mods and tag regex) would be a good thing

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

4425e5 No.11577

Change the license to


DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 3, May 2010

Copyright (C) 2010 by Kris Craig
Olympia, WA USA

Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.

This license applies to any copyrightable work with which it is
packaged and/or distributed, except works that are already covered by
another license. Any other license that applies to the same work
shall take precedence over this one.

To the extent permitted by applicable law, the works covered by this
license are provided "as is" and do not come with any warranty except
where otherwise explicitly stated.


DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION, AND MODIFICATION

0. You just DO WHAT THE FUCK YOU WANT TO.

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

43f87b No.11602

I've had this idea for a placebo for folder fuckery, basically 'just use shortcuts lmao'.

Either finally allow shortcuts to be imported as files and when you import the files have an option to import the shortcut instead, this allows the file to stay in it's original place with the filename, and hydrus gets an shortcut instead. When you open the file you open the shortcut and just let the OS deal with it.

The other alternative is to do the reverse process, and have an option to leave a shortcut when you import, it imports the file and creates a shortcut to the new imported file, since shortcuts are a different filetype you don't have to delete the file. Maybe leave the same thumbnail if it's even possible and easy.

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

47de9f No.11618

>>11602

but then how do we link the file's SHA256 hash to the tags if we do the former? The latter is much more doable in my opinion. So we could basically create a "folder husk" for all the shortcuts when transferring the files into one single "pool". Extra points for two shortcuts linking to one file and allows for de-duplication.

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

47de9f No.11619

>>10201

Moebooru Android has renamed itself as Flexbooru

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

43f87b No.11625

>>11618

>but then how do we link the file's SHA256 hash to the tags if we do the former?

Isn't the hashing process only done once and then the file is referred by filename afterwards? In that case it would be possible to use the shortcut to refer to the original file when opening it or doing the initial hash.

Though I do agree it would be a nightmare with file hashes not being the same filename hash, fucking with integrity checking, fucktards deleting/moving the original file and fucking with the shortcut and so on, so the latter is more doable.

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

936fca No.11637

File error checking with PAR2 or other PArchives

https://en.wikipedia.org/wiki/Parchive

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

372bb2 No.11642

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

d18e34 No.11740

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

936fca No.11762

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

16c51b No.11790

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

01c130 No.11880

I would greatly appreciate an option to launch the duplicate filter on all files of a search query (plus all files in duplicate relationship with those files, probably), instead of only having the option to do it for all files. It'd help a ton with breaking manageable/currently interesting chunks out of my huge duplicate checking backlog.

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

43f87b No.11915

How about a conditional generic import tag list?

It works kind of like a sibling relationship, if it has X tag(s) it also puts in Y tag(s), except the tags will stay it you remove the relationship and the tags can be removed.

For example, let's say you have the file f1 with the tag X, and you make a generic import list where every pic with X also gets Y tag. The file f1 won't get the Y tag.

Next you import file f2 from gelbooru, that file has the tag X, and manually throw in the X tag on a file f3, both of those files will then get the Y tag.

Let's say that gelbooru is fucking stupid and tag X is wrong, but somehow Y is right, you then remove the X tag, but tag Y will stay.

If the reverse happens with f3, tag Y is wrong but tag X is right, you can just remove the tag Y.

I hope this 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.

43f87b No.11916

>>11915

Basically, every tag that gets the tag(s) necessary from the moment you make the relationship, gets the other tags, but they're actual tags instead of the relationships siblings provide.

This made more sense in my head.

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

00f481 No.11917

I noticed one of my files has 2 known urls, but the only difference between them is http/https. Maybe they can be merged automatically?

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

112e17 No.11926

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

4ce875 No.11930

Do Hydrus have the ability to auto-follow pruned/deleted chan threads?

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

e4ea61 No.11931

Will this also work with my current version of Windows 3.1?

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

47de9f No.11959

>>11931

is this bait?

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

32a97c No.11968

File: 8dfc7d1abcc0aa8⋯.png (392.22 KB,1000x563,1000:563,8dfc7d1abcc0aa8d07c71bc0de….png)

>>11959

>using any version of Windows after the ones they put NSA keys in

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

f3ec06 No.11986

>>471

Table of every artist as a row, and every social media platform as a column

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

43f87b No.12020

How about allowing regex and select SQL searches?

Maybe as an advanced mode only thing.

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

d18e34 No.12025


(\w(OR|[^\\]\|[^\\]\|)\w|[^\\];) => OR
(\w(AND|[^\\]&[^\\]&)\w|[^\\],) => AND
(\w[-!]|\wNOT\w) => NOT
([^\\]\() => left bracket
([^\\]\)) => right bracket

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

e90c95 No.12028

Ability to exclude certain tags from all searches not explicitly involving 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.

36052a No.12032

vi-vim like shortcuts.

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

9502d9 No.12035

I wish hydrus would ignore "_", for example let's say I have this tag takarda_rikka, I would like to be able to find it just typing "rikka", but I don't know how complicated will be this to implement, seems easy enough though.

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

586d0e No.12059

>>12032

This would be great

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

43f87b No.12061

Whenever I do some mass import/export with the PTR hydrus just fucking stops responding and stays that way forever. I'm not sure if it is working or if it just crashed.

How about a progress bar for that?

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

4e84a6 No.12085

Could you make an option so certain tagspaces can be exempted from the related tag's suggestions? I'm getting a lot of recommendations from it for things like filenames and it'd be nice to trim out these errors. Also support for the text filetypes so that fanfiction can be scraped and horded neatly would be nice.

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

8630ba No.12098

For the Pixiv downloader, would it be possible to have Pixiv pages start with page:0 instead of page:1 the same way pixiv labels its image pages? Its just for in the event that I or someone else may need to export pixiv images back to their original file name made easier using the regex. I know you could probably reduce the number using regex when exporting but it just seems like extra work and would probably get confusing.

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

8630ba No.12099

>>12098

Actually, I forgot the hydrus downloaders also grab url's which seems like a better option for exporting images. Would be cool if you could export based on url's, maybe some options to trim them down so you can get the original file name.

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

7c1130 No.12100

So lately I've been manually tagging a number of related images. The fucking clear button has become the bane of my existence.

Want to add 5 or 6 of the most recently added tags? You accidentally clicked the clear button because it is literally one line above the most recently added tag and have to manually type them all out again.

Can we either move the clear button to the bottom of the window so you can't accidentally click something you only need on rare occasions, or add a confirmation dialog?

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

599a23 No.12151

Working suggestion: make GUI font a little more hackable. To do that, add to the ClientConstants.py:


def get_default_font():
return wx.SystemSettings.GetFont(
wx.SYS_DEFAULT_GUI_FONT)

And then run magic


sed -r -i 's/wx\.SystemSettings\.GetFont\( *wx\.SYS_DEFAULT_GUI_FONT *\)/CC.get_default_font()/g' *.py

and commit the changes.

This will make it easier to, both, add a setting for the fonts, and make it easier to patch the font in the code.

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

d2c63e No.12170

It would be useful for mp3 files to use their embedded album cover art as a thumbnail if one exists.

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

19d82d No.12349

Minor UX tweaks to prevent accidental duplicate marking:

Ignore mouse clicks when another window is in focus, just switch focus to hydrus instead of confirming a dupe.

Ignore mouse clicks for the first couple of milliseconds of a new comparison, to prevent double clicks from being treated as marking an unseen image as a duplicate

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

4142c6 No.12362

A small suggestion:

In an input field, ctrl + backspace should delete the previous word, as it does in most (windows) applications.

A larger suggestion:

You said a while ago that you love statistics, I think it'd be really neat to have statistics for queries that you've done. Right now I keep a text document which simply keeps track of which queries I've already done (to prevent accidentally doubling down), like

>big_huge_anime_tiddies sort:score site:gelbooru

>big_huge_anime_pussies site:e621

but it'd be nice to have this automatically logged by Hydrus, with some other statistics like how many images you kept vs deleted for each query, which could show you your "favourite" queries.

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

f3f5bc No.12388

File: 5282564692c6140⋯.jpg (208.62 KB,406x489,406:489,1354481444828.jpg)

add tag search / login script for https://rm.booru.org/

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

d18e34 No.12397

>>12388

All booru.org sites are already covered

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

4142c6 No.12420

I'd love to customize Hydrus by playing around with the options menu a bit more, but I'm hesitant to change things too much in case I frig something up.

So, would it be possible to get a "reset to defaults" option on each options page? Or at least just a section in the help documentation that lists the all the options' defaults?

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

00f481 No.12440

Can we get a setting to have the media viewer remember the "100% or fit canvas" toggle so it doesn't reset every time you go next/previous image?

Also a few more zoom settings would be nice, such as fit to width or height, and having it remember that too.

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

00f481 No.12441

>>12420

It's not ideal but for now you can see the defaults by creating a new empty database (run client.exe -d="c:\new_database")

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

885c02 No.12446

It's probably not that feasible but I'd love to have something like digikam's facial recognition. Things like tensorflow are already made for python so maybe it wouldn't be too hard to figure out…

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

c310fb No.12451

File: 4200a819c2ed30d⋯.png (4.22 KB,256x224,8:7,Pyramid_Japan_Unl_Hacker_i….png)

Option to change image zoom/upscale algorithm to nearest-neighbor interpolation, preferably a keybind toggle or automatically for pngs below a certain size

Right now pixel art/oekaki just turns into a blurry smudge in fullscreen, I want that crisp upscaling for some media like that

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

c310fb No.12462

Sort/collect wishlist:

1. Ability to define sort and collection schemes directly on the fly, with text boxes in the search window.

There are some schemes I only want to use once in a while, where it's faster for me to just type them out than scroll through increasingly cluttered dropdown lists.

2. Tag presentation of collections as whatever it's collecting by, if I'm collecting by "creator-year" I would want the titles to be displayed as "andava 2018" etc instead of the default tag presentation of the first image it happens to collect.

3. Ability to toggle the ascending/descending order for user-defined tag sorts

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

d18e34 No.12500

>>12451

Same but for other interpolations like Neural Network based, Bicubic or Lanczos

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

841f20 No.12502

File: 51206688547815f⋯.png (2.52 KB,202x158,101:79,51206688547815f0e15496e8a5….png)

I've got a lot of images that I'd want to look up by their text content, and I've been setting keywords in them as tags in order to be able to do so. Doing it that way doesn't strike me as the best way of representing the text in them, though, nor does it strike me as the right use of the tag system.

So: Would files be able to have a space for them for the text content in them (which I guess would also serve for putting captions/text translations on them as in boorus)?

While there's discussion about using systems to automatically determine tags for images, I could imagine an OCR algorithm being used to automatically detect a file's text content as well, but just having a space where the text content in a file can be represented to begin with is what I'm really looking for.

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

31506c No.12523

I do a lot of mass-tagging by browsing and selecting large numbers of thumbnails. Some kind of "select" mode, in the style of 3D editors like Blender, would be immensely useful. Toggle the mode with a key to disable drag-and-drop and context menus in the thumbnail view, switching mouse functionality to left-click only adds objects to the current selection and only right-click removes objects. No need to hold a modifier key while clicking or risk accidentally deselecting everything by clicking some white space while scrolling.

Being able to undo deselect all operations would be pretty nice, too.

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

00f481 No.12587

Keyboard shortcuts for skipping forward/back in animations. Two sets of short distance and long distance would be useful too.

Since Hydrus is presumably most used for short duration webm animations, but I presume longer ones too, maybe a percentage based duration instead of an absolute duration would be better. Perhaps short skip forward = 1% frames and long = 10% frames.

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

5cb3aa No.12588

Just gonna resurrect the idea for an integrated tag wiki, especially one supported by the public repo.

Even just simple plain text descriptions would be nice.

They could be viewed and edited from a form accessed by the right click menu for example.

Some nice links

>>11471

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

c310fb No.12591

p-hashes in public tag repo, so you can do something along the lines of dupe search for files you don't have a copy of.

my use case it would help for:

I have thousands of jpgs that got their EXIF data modified at some point, a lot of the originals probably have tags in the PTR, but I can't into those tags.

it would be very convenient for me if I could mark my files as alternates of known files with the same p-hash, and copy their tags over to my local copies.

Or even download the canonical versions once a URL repo exists

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

d18e34 No.12614

>>12591

> pHashes in PTR

Would lead to false positives

If you want something that is accurate like https://github.com/pippy360/transformationInvariantImageSearch then it would take up a lot of space

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

c310fb No.12621

>>12614

I'm not saying p-hashes should be the primary keys or that tags should be blindly shared by every file with a matching p-hash or anything.

Obviously if you're looking for tags for your copy of big_titty_anime_girl.jpg and the closest match has tags about Alf and pogs you don't mark that as a positive.

But if you see a set of matching tags that gets everything like clothes and props in the pic right, you can probably assume it's accurate about the artist and character names as well

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

d18e34 No.12627

Tag filtering

For Korean: [\uAC00-\uD7AF\u1100-\u11FF\u3130-\u318F\uA960-\uA97F\uD7B0-\uD7FF]

For Thai and Lao: [\u0E00-\u0E7F] + [\u0E80-\u0EFF]

For Burmese: [\u1000-\u109F]

For Khmer: [\u1780-\u17FF]

Will post Japanese and Chinese as well

BUT Vietnamese, Tagalog, Malay/Indonesian uses English so it is harder to deal with

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

d18e34 No.12628

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

2f4428 No.12702

File: 263517499d8e149⋯.png (3.01 KB,744x32,93:4,ClipboardImage.png)

>can only include and exclude pending tags

How about a way to search only pending tags, or at least files with one or more pending tags?

I sometimes fuck up when merging duplicate files and fuck up "censored" and "uncensored" tags, it'd be nice to have a way to doublecheck tags before sending them to the PTR.

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

e6ecce No.12707

Adding new features for documents and books would be neat

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

75511d No.12708

Minimize to the system tray

Currently using RBTray for this functionality, but when hydrus has windows (search, etc) it doesn't manage to minimize it properly

http://rbtray.sourceforge.net/

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

d18e34 No.12709

>>12627

For Cyrillic [\u0400–\u052F\u2DE0–\u2DFF\uA640–\uA69F\u1C80–\u1C8F\u1D2B\u1D78\uFE2E–\uFE2F]

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

982288 No.12718

>>12702

>How about a way to search only pending tags

Isn't that just excluding current tags? hit the button on the left in your pic

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

2f4428 No.12722

File: 866b364c292495b⋯.jpg (71.03 KB,767x779,767:779,866b364c292495b9a899960327….jpg)

>>12718

It is, I'm retarded. I thought that was the local/public tags for some reason.

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

1fee08 No.12723

Is it possible to make media viewer performance a bit better for files with big resolution? It's very annoying to wait up to a few seconds for image to load.

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

fb9c8d No.12726

>>12723

IIRC that (or something similar) was one of the options on the 'next big job' poll from a couple weeks ago, so it'll probably take 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.

22de08 No.12730

Would it be possible to add support for .eml?

I am considering bringing Hydrus to my workplace since our quality management is starting be become a nightmare and nobody knows what is where. Most files work open office or pdf is the bulk of it but often we just save entire mails for things like orders.

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

2f4428 No.12735

Here's one that I'm 99% sure isn't in yet.

How about being able to do searches without loading the files? From what I understand the searches themselves are quick, hence why the number shows up almost instantly, but the files themselves slow it down.

It'd be useful to get the number of files with a certain tag, if any, or which tags a certain tag has.

To give a concrete example: I'm sorting through my duplicates and I'd like to pair it based on creator to divide the pairs. I just wanted to know the number of duplicates each creator tag has, but that means I have to load 13k files just to look at an information and close the tab.

>>12730

Generic file support is something the dev is considering, but I don't think it did well on the polls.

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

6ae25d No.12870

File: 389d701ca1ebffb⋯.png (25.48 KB,176x232,22:29,389d701ca1ebffb67db8cf7528….png)

It's getting a bit silly, in PTR a ton of sabudenego images have been tagged with every series under the sun, guessing someone tagged by sadpanda rules where whole galleries share tags.

Feels like there needs to be a way to undo a specific batch of petitioned tags or something, because it's more work to undo than to dump a ton of tags in

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

75511d No.12871

File: 77ef787b158225d⋯.png (29.83 KB,464x540,116:135,iwi2.png)

Option from thumbnail to select and search with IQDB in system default browser

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

00f481 No.12904

In the current system to show tags on top of thumbnails, add the ability to show metadata like filetype, dimensions, file size, duration etc.

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

55a78d No.12917

File: e53c958f8799109⋯.png (60.13 KB,626x1050,313:525,ClipboardImage.png)

Two suggestions.

First: Optional disjointed duplicated search. It shows you all duplicate relationships that together have all those tags, instead of just a big and on one or both files. Maybe keep it unless you have advanced mode since current duplicate searching is already slow and I imagine this would be 10 times worse.

Alternatively a double search like "files where one file has these tags and the other has these tags" would be enough and allow you to, given enough searches, achieve a similar result.

Second: Being able to just see current tags or petitioned tags on file management. I often have similar files where the only difference is censorship, so I just copy the tags, but hunting for all the censor tags is a pain in the ass as is.

Maybe being able to search through current tags, but I can't imagine where else you'd use that function.

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

319111 No.12919

Does hydrus dev check this 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.

319111 No.12920

File: a2755c52c5c2aec⋯.png (98.19 KB,456x526,228:263,recent-searchs.png)

recent tag 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.

535c70 No.12931

More awareness of exif/xmp and other embedded metadata.

For example, dupe checker being able to tell that two jpgs are 100% identical when metadata is stripped. Maybe even automatically mark as "same quality".

I've played around a bit with exiftool,

( https://www.sno.phy.queensu.ca/~phil/exiftool/ )

And a lot of photoshop jpgs have metadata about the original name it was saved under and even ID numbers pointing to the source image if it's an edit.

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

b344f0 No.12980

Sorry for not splitting this off into this thread in the first place. Here's a copy pasta:

Would you be averse to fleshing out the hover tag pane on the left of the media viewer with more functionality? I picture a possible workflow inside the media viewer being:

1. text input gets captured automatically by a new search box added atop the hover tag pane when pane has focus.

2. The hover tag pane shows tags already on the image when the search box is blank. When search box contains text, it's populated with autocompleted tag suggestions, and any autocomplete suggested tags that are already on the image have a highlighted gold background.

3. If there's no autocomplete tag suggestions, then the tag doesn't exist and therefore the Enter key should create and append the typed tag to the image. Idk what the performance implications of this would be, so maybe namespacing can be used to cut down the tag pool so it's less laggy?

4. up/down arrows can navigate autocompleted tag suggestions without needing to use mouse input to change focus from the pane. Enter key appends tag to image, delete key removes tag from image. Shift/ctrl click to select multiple tags perhaps?

5. Left/right arrows can navigate to the next image without needing to change focus via mouse click.

6. right click>mange>file tags for more advanced tagging

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

57f166 No.13151

wish i could have multiple pages open with 90,000+ images each without lag

reeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee

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

d26f9d No.13164

A way to exclude or only include items in a search that I've marked as an inferior duplicate or superior duplicate

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

1d08e9 No.13298

Could shift+del force the advanced deletion dialog to appear no matter your settings?

Normally I don't want a confirmation dialog when deleting files, but sometimes if I'm deleting many files at once I like to enter a reason, or delete without leaving a deleted record. If would be handy if I could just shift+del instead of going into the settings to change it then later change it back again.

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

1136ee No.13409

So some of the menus, notably the tag sibling/parent menus, have protections on them to keep you from closing them accidentally and make you confirm you want to close them if you have uncommitted changes.

Can those protections be added to menus like subscriptions, the various parser config menus, and other configuration menus where pressing Esc one too many times can undo a stupid amount of work?

Also can you implement a tiny tweak, basically switch the order the ListBox that shows your recently added tags in the tags menu and the clear button above said ListBox are added to the layout. This will make it essentially impossible to accidentally click 'clear', which I do on a frustratingly regular basis. Just switch lines 128 and 129 in ClientGUITagSuggestions.py.

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

624f93 No.13578

How about having the deletion prompt auto focus on the deletion reason so you can easily change it with up/down arrow keys and then press enter to select.

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

1cf5b3 No.13729

If it's possible I would like to have the option to have the pages tabs form multiple rows instead of disappearing off-screen with the little left/right scroll buttons when you have too many of them. It's just too slow to navigate or get a good overview with the scroll buttons.

Another useful thing would be to have each subscription make its own page of pages and give each query a separate page within 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.

1be00d No.13785

Could the new favourite searches feature be repurposed for adding multiple tags to files at once? For example I could make a new favourite tag group of 'brown hair, brown eyes' and add both tags with one selection in the manage tags window

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

50d8ed No.13809

When I'm gooning I like to have 16+ slideshows going at once across my monitors. This is a hassle to set up each time manually, I wish there was an easier way!

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

624f93 No.13818

File: e503eb2bf1578bb⋯.gif (36.09 KB,163x217,163:217,e503eb2bf1578bbd6833743589….gif)

How about an option to enable automatically creating multiple jobs to run large subscriptions? You can already manually divide them, but that leads to duplicates without any easy way to check or reformat.

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

17b0e7 No.13851

Could you make it so that tags that you have as a favorite show up with some sort of highlight or bold or something else that makes them easy to pick out from other tags in the single and multi file views. I don't know about everyone's use-case, but I add tags to my favorites if it's a tag that I care about, so it'd make sense that I'd also want to be able to know at a glance if these tags are present on a file I'm looking at, or a group of files I have selected.

I'm making this suggestion because I've noticed that with the increasing number of tags that are appearing on files in the PTR (which is normally a good thing), it's becoming increasingly difficult to tell if the tags that I'm actually interested in regularly using are properly applied to the files they belong on without needing to carefully look through the long list of tags. This problem becomes even worse if you don't have the tags listed in alphabetical order, which is a shame because I'd prefer to use another sort, like incidence. Highlighting tags in your favorites would make it much easier to find those tags in the long lists, with the benefit of being easy for users to understand and (probably) easy for you to implement.

Of course, this functionality could also be decoupled from favorites if you think that would be a better idea. In that case, you could just have a separate list of tags that users add tags to, and tags in that list get highlighted. For even more granular control, they could set different highlight colors for different tags, making it easier to separate them into groups, and even easier to quickly see if a certain tag is on a certain file, even if the file has many tags.

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

cffe41 No.13900

File: 955001f8b2b8789⋯.png (5.76 KB,243x347,243:347,3173_client.png)

Would be great to be able to customise the colours of QPushButton that are currently still system colours, especially for this ugly green

screenshot is with a .qss of *{color:white!important;background-color:white!important}

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

ff51a3 No.13924

The "manage url classes" and similar windows REALLY need a confirmation dialog when clicking the X with unapplied changes. Just lost all the work I did by mistake thinking they were already saved because I was hitting "apply" on the sub windows.

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

ff51a3 No.13925

The "manage url classes" and similar windows REALLY need a confirmation dialog when clicking the X with unapplied changes. Just lost all the work I did by mistake thinking they were already saved because I was hitting "apply" on the sub windows.

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

1cf5b3 No.14009

The manage tags window really need some more quality of life functions for when editing tags of many files at once.

It needs a search or filter function so that I can find the tag I want quickly. Say I want to remove the tagme tag from 20k files. I gotta scroll and scroll the tags list until I find it so I can double-click to remove it. Many lists in Windows allow you to press any letter key and it will jump to that letter but even that doesn't work in Hydrus.

A "replace tag with" function would also be really useful. I get that for the PTR it is better to use siblings but for my local tags sometimes I really just want to remove a tag and replace it with a better one. It can be done now but it requires a separate search for just that tag. It would be helpful if from the manage tags window I could just rightclick a tag and replace it with another that I enter on just the files I have selected.

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

7aaaea No.14011

>>14009

>Say I want to remove the tagme tag from 20k files. I gotta scroll and scroll the tags list until I find it so I can double-click to remove it.

You can just enter tagme again into the tagging box and it will remove 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.

460513 No.14012

>>471

"A (will display as B)" is pretty verbose, it would be nice to have a danbooru style arrow A → B

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

1cf5b3 No.14116

>>14011

Good point, thanks

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

d1bc7d No.14185

Simple Exif data manipulation please.

Something I often use Hydrus for is sharing photos on imageboards.

Some of these photos are taken using my personal device.

I like to strip these photos of all Exif data before posting – for privacy reasons, minor as they may be.

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

ab1922 No.14267

Hey, thanks for your work. I'd like to suggest a few things:

Use Firefox's privacy.resistFingerprinting useragent as the default one. It's a generic UA used by a lot of people. I don't think we gain anything from broadcasting an unique UA. It rarely updates and is currently: Mozilla/5.0 (Windows NT 10.0; rv:68.0) Gecko/20100101 Firefox/68.0

Something to do about CloudFlare. At least let us solve the catchas it gives. Ideally hydrus should simulate a browser like firefox better.

Tor integration.

Having a tag service for subcription tags separate from "my tags" and enabled by default.

Be able to apply lossy compression for files. Possibly with an option to retain metadata like hashes.

Make floats be a part of the main window instead of spawning new ones. They bug out some WMs.

Cache tag repo sync for a while before writing to disk. Currently it writes massive amounts of data to disk, taking a while and thrashing SSDs.

Split up the database files into services and services into chunks.

Keep files in different directories based on predicates. (e.g. system:inbox or system:rating = 5/5)

Purge a file or mapping from the db as if it never existed.

In the same vein as the previous one, journalling that you can revert at will.

Option to download only thumbnails until user decides to download the whole file to save bandwidth on images you obviously don't care about.

Separate sessions for subscriptions with their own cookies.

Hope you can at least do the first two soon. Unique UA isn't doing us any favors and CF kills off use of a lot of boorus.

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

5ed81d No.14314

It would be nice to be able to read doujins double-paged, LTR or RTL directions. There's often two-page spreads that I can't view easily.

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

1cf5b3 No.14338

File: f2822e39b8599ec⋯.png (43.74 KB,470x242,235:121,unnamed.png)

Some sort of tag cloud like this picture.

That is, a special page that lists tags by popularity, with sort and filter ability (filter by namespace etc). Then you can click a tag and open a search for it to view the files.

It has gone to the point my database is so large it's hard to effectively browse. Sure I can search for specific tags I like… but I like so many various tags I forget about some of them (specific artists, or series for example). A way to easily browse all your tags would be really helpful.

You can kind of do something similar with collections but I find it hard to read and it splits up images with multiple tags of one namespace into separate collections, so it's not ideal.

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

d6aa4e No.14341

>>14267

> Use Firefox's privacy.resistFingerprinting useragent as the default one. It's a generic UA used by a lot of people. I don't think we gain anything from broadcasting an unique UA. It rarely updates and is currently: Mozilla/5.0 (Windows NT 10.0; rv:68.0) Gecko/20100101 Firefox/68.0

Yes

> Something to do about CloudFlare. At least let us solve the catchas it gives. Ideally hydrus should simulate a browser like firefox better.

100% the most critical issue now

> Tor integration.

Already has socks5 support, you shouldn't really even run tor on the same computer you access it from. At a minimum use the qubes or whatever model of VM's

> Having a tag service for subcription tags separate from "my tags" and enabled by default.

i guess?

> Be able to apply lossy compression for files. Possibly with an option to retain metadata like hashes.

get necked.

> Make floats be a part of the main window instead of spawning new ones. They bug out some WMs.

your shitass WM doesn't concern us, the pop out windows are part of why hydrus is good.

> Cache tag repo sync for a while before writing to disk. Currently it writes massive amounts of data to disk, taking a while and thrashing SSDs.

This would need to be an advanced option only for people with battery backups

> Split up the database files into services and services into chunks.

y

> Keep files in different directories based on predicates. (e.g. system:inbox or system:rating = 5/5)

directory = bad

> Purge a file or mapping from the db as if it never existed.

yes

> In the same vein as the previous one, journalling that you can revert at will.

eh, low priority. At risk of sounding like an asshole, just stop making mistakes. How many fucking times do you need to revert something???

> Option to download only thumbnails until user decides to download the whole file to save bandwidth on images you obviously don't care about.

actually a good idea

> Separate sessions for subscriptions with their own cookies.

yes

> Hope you can at least do the first two soon. Unique UA isn't doing us any favors and CF kills off use of a lot of boorus.

Agree 100%, CF integration is code-red priority. Literally everyone except a few shitlers (like 8kun lel) uses 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.

6a2a66 No.14432

>>14370

>I don't want to sperg over integrity if I can cut down 20mb files down to 1 without noticeable differences.

Compression can be done outside, there's literally no reason to have compression built in. I myself reencode some files whenever they're retardedly big.

I do agree that some local "receive tags from this hash" would be nice for duplicates. Obviously nothing that automatically petitions

tags to the PTR to prevent easy abuse and mistakes, but a "pull tags only" thing would be nice.

There's often duplicates that are the exact same without tags, and if you choose one over the other and another user uploads tags to the other via the PTR you're not able to get those tags without possibly unsafe DB fuckery.

>Do you not realize that even Qubes has a specialized WM that splits up the windows?

I honestly don't think it's a problem for anyone but you considering that's the first time I've heard it mentioned. Maybe make it optional, but even then there's a ton of more critical stuff.

Optionally this could be used as an excuse to make hydrus autistically modular, but that would require way too much work.

>Not your army.

How new?

>This is the same idea.

It isn't. Having folder naming that depends on the user completely fucks with many of hydrus' axioms. Plus considering you can easily tag pics accidentally it would cause many files to keep moving around with a lot of room for error, not to mention how it would work if you have multiple client_file directories. Considering you were just complaining about the number of r/w operations, that seems like a really stupid idea.

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

fa6f8c No.14441

>>14432

>Compression can be done outside, there's literally no reason to have compression built in.

That's a poor argument. Doing it outside breaks metadata integrity. Doing it outside also involves more work in a different program when that's supposed to be managed by the db.

>I honestly don't think it's a problem for anyone but you considering that's the first time I've heard it mentioned. Maybe make it optional, but even then there's a ton of more critical stuff.

hydrus dev assisted with fixing WM interactions before. Moving the interface to the main window should not be an issue with Qt.

>How new?

Are you?

>Having folder naming that depends on the user completely fucks with many of hydrus' axioms.

You're still missing the point. The idea is to separate the main root folder into several roots with the same branching structure. You can already do a similar thing in migrate database.

>Plus considering you can easily tag pics accidentally it would cause many files to keep moving around with a lot of room for error

If you're prone to accidentally tagging pics then maybe you should use the feature sparingly. It's up to the user. Also I didn't say "tags", I said "predicates".

>Considering you were just complaining about the number of r/w operations, that seems like a really stupid idea.

Two completely irrelevant problems.

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

9380a4 No.14445

I asked about adding the third option to the pending PTR changes menu, in addition to the existing "Commit, Forget" ones - to migrate the changes to local tag service, when you neither want to publish your changes online (since they might make sense only in your local collection), but don't want to lose them either.

Now I have a bigger problem, somehow after working a lot in the duplicate filter I ended up with 800 pending changes to PTR. I don't know how to view them, but I'm sure they shouldn't be published, while I still need them to be available locally.

I assume this is due to the way the tag merging works when choosing a better picture in a pair. If I have a file that has local tags and a dupe of it that has PTR tags, depending on which one I choose as a better alternative, the local tags might get copied to PTR - and I don't need that.

So, the question is, would it be possible to configure Hydrus to avoid that sitution without losing the tags, or it would require a new feature in the program?

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

6a2a66 No.14447

>>14441

>Doing it outside breaks metadata integrity

A different file is a different file.

>Doing it outside also involves more work in a different program when that's supposed to be managed by the db.

It isn't. Hydrus is a tool to tag files, not one to modify them.

Again, setting a file to receive tags from another hash seems like a good idea, but making the program treat two separate files as the same is a bad idea that opens a lot of room for errors and requires a lot of work that just isn't worth it.

>The idea is to separate the main root folder into several roots with the same branching structure

I guess that's not that bad, but moving existing files that much doesn't strike me as efficient.

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

3012fc No.14472

hi, just a few suggestions for Hydrus to add in the next updates:

-there needs to be a on-click selection tool, at least make it doable in Hydrus so i don't have to click on every image to export separately

-is there a parser that can download off from private twitters? sounds a bit creep, but i follow a couple of locked twitter artists and TMD seems to have a problem downloading from private twitters. there's also some private twitters that are still pending for a follow, i still want to grab what's there. (especially since several artists are tryingt to move to pillowfort.)

-web.archive.org should get a parser too, sounds challenging but hopefully its something you can conquer.

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

6a2a66 No.14484

>>14472

>-there needs to be a on-click selection tool, at least make it doable in Hydrus so i don't have to click on every image to export separately

What do you mean by that? If you're talking about multi-select you can already ctr+click and shift+click images.

>-is there a parser that can download off from private twitters?

You'd need access to the twitter account somehow. If your account is allowed to view their posts then you could probably throw the cookies in hydrus and it should work.

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

ef906f No.14490

File: 6555ed6b6caaf5b⋯.png (4.49 KB,287x230,287:230,ClipboardImage.png)

When filtering new files from subscriptions, I'll remove stuff that I've archived and trashed to make it easier to see what's left. A single button would be nice.

Pic related, shitty mspaint edit.

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

fa6875 No.14495

>>14447

>A different file is a different file.

Directly derived from the original, thus most operations still make sense on the derived file.

>It isn't. Hydrus is a tool to tag files, not one to modify them.

It's also a tool to make thumbnails and download galleries and so on. There are plenty of use cases.

>bad idea that opens a lot of room for errors

…which is why hydrus should handle it.

>requires a lot of work that just isn't worth it

At worst hydrus would keep two sets of metadata that could be requested for the same key file. It really is a simple change as long as you know how your way around the db.

>moving existing files that much doesn't strike me as efficient.

It's fine, it's not supposed to happen back and forth. It could be even deferred to maintenance if efficiency is a concern.

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

6a2a66 No.14521

Since animated duplicates are still far off, how about a duplicate API? DupeGuru works well enough with gifs, so it's be nice to have a way to feed those into hydrus' pontential duplicates.

>>14495

>Directly derived from the original, thus most operations still make sense on the derived file.

They don't. A jpg saved as a png is a different file. A mp4 reencoded as a webm is a different file. A different file is a different file. It doesn't make sense for hydrus to suddenly give up everything it takes as granted for files and add clutter just because you're too lazy to move tags.

>It's also a tool to make thumbnails and download galleries and so on. There are plenty of use cases.

Both of those are related with being an image database. Converting files isn't.

>…which is why hydrus should handle it.

It opens rooms for errors in hydrus. If you want to convert files there are already safe alternatives like FFMPEG.

>At worst hydrus would keep two sets of metadata that could be requested for the same key file. It really is a simple change as long as you know how your way around the db.

But what if you want to convert it again, now it has three, then four and so on. Even if you only convert it once now everything is considerably slower, you can't take what were previously axioms as truths, you have additional operations that shouldn't make any sense because, for whatever reason, batch converting files outside the program and automatically moving tags isn't enough for you.

I constantly do operations that involve taking the hashes of tens of thousands of files and it takes a long time. Having to test whether they have alternative hashes of other files, having to test whether that one hash is the current hash, and many other operations that are fundamentally absurd is going to considerably impact those operations.

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

1cf5b3 No.14539

How about a button in the manage tags window to check the file's urls for tags again? In case it was downloaded from a booru and there have been more tags added since then.

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

0115cd No.14547

I want to be able to export transcode to 4chan compatible webms

Ideally I don't want to keep multiple encodes of files depending on where I'd like to post it. I'd just like to keep original mp4s and have a simple menu to export to board friendly formats.

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

fbb3f7 No.14619

It would be good to have a better deduplication assistance, e.g. letting this evaluate image quality and only just confirming that it did correctly identify the worse images:

https://github.com/idealo/image-quality-assessment

It might also be good to have more powerful image similarity detection:

https://github.com/mkettune/elpips

Also the lossless JPEG recompressor ( https://brunsli.dev/ - code at https://github.com/google/brunsli ) that will also be part of the JPEG XL standard is so great that likely I will want to re-compress all JPEG with it. I assume hosters will see it the same way.

Is there some way to transmigrate checksums from the PTR so they can still apply to the recompressed files?

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

311fa6 No.14652

>>14619

>lossless JPEG recompressor

That's a converter, it turns jpg into jxl. It has the same problem as FLIF, HEIF, etc. in that literally nothing uses it. Webp barely has a presence and that's only because Google shilled the fuck out of it after making it. If you want a true JPEG recompressor, check out mozjpeg ( https://github.com/mozilla/mozjpeg ). That being said, JPEG XL is better at compression than even mozjpeg, so if Hydrus had JPEG XL support I would be interested.

I would also like some sort of way to take a file in the Hydrus database, compress or otherwise modify it, and move the metadata from the old file to the new one. How that is done is the problem, though. Maybe we could just have whatever external compressor output a tsv file of old to new hash pairs, then import that into Hydrus and have it migrate metadata. This would work well for local collections; no clue about PTR though, I don't use 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.

000000 No.14688

>>14521

>It doesn't make sense for hydrus to suddenly give up everything it takes as granted for files and add clutter just because you're too lazy to move tags.

It doesn't have to give up anything, it just has to alias the file metadata. If you move the metadata to a modified file then you won't be able to receive any updates on it because it only applies to the original. Likewise, you wouldn't be able to update the original if you only touch the modified file. (e.g. PTR)

>If you want to convert files there are already safe alternatives like FFMPEG.

What do you think hydrus uses under the hood?

>Even if you only convert it once now everything is considerably slower

Would be O(1).

>Having to test whether they have alternative hashes of other files

Would take a trivial amount of time because it's a hash table.

>having to test whether that one hash is the current hash

Would be unnecessary if the file is addressed correctly.

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

b04b20 No.14735

Related to this sort of issue:

>>13431

I have files I download through other means, so I'm not using the Hydrus downloaders, but instead am using the "try to load tags from neighboring txt files" option to have my other download scripts fill in all the meta about the files. I can add a "url" into that TXT file as a tag, but that gets imported as a "tag" on the file, not a "url" object on the file. Some means to have those side-by-side TXT files also indicate the source URL(s) would be nice, or a "magic" tag that setting it actually sets a "url" object for the file.

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

54a34d No.14852

Any way to have a parent/child/sibling system between posts similar to the one on Danbooru? It's a really good system for posts that are related to each other.

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

6995df No.14907

>>471

How about a "download anyway" option in the detailed file import window?

I have some tags that I blacklist because I usually dislike images tagged with them, but in some cases can stand.

It would be nice if I could right-click on a file that was ignored because of the blacklist and have a download anyway option that would force the download.

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

311fa6 No.14933

>>14267

>Option to download only thumbnails until user decides to download the whole file to save bandwidth on images you obviously don't care about.

I was about to suggest this. I have a habit of downloading several thousand files and then going through them all at once when I have the time. It would be nice if I could batch delete those fucking huge images with several dozen alternates without downloading every single one.

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

feac3c No.14937

In the import folder settings there are some options for "when a file fails to import". Why is there no "Leave the file alone, try again later" option, only a "Leave the file alone, do not reattempt it"?

For an example where this becomes and issue, if a file is currently downloading to the folder Hydrus will mark it as "File is zero length!", then ignore it forever, even if it has been downloaded completely later. You have to go into the log and select try again to get it to import again.

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

000000 No.15036

It would be nice if there were the option to have persistent per-parser/site tag import options. This is a really shitty example, but you could do something like blocking furshit unless you were using a parser specifically for that kind of site.

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

fc0da3 No.15038

>>15036

You can set tag import options by url class in network>downloaders>manage default tag import options

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

0e4d09 No.15091

Unless I'm missing something, this seems to be missing:

I've been trying to figure out, is there no way to have stuff autotag per watched threads? Didn't see anything in the docs about this.

I know you can set tags to be automatically applied on the watcher, but can you not do it PER watched thread?

So if I add a watcher url, and want all files that get fetched from that to be auto-tagged with series:pokemon, then I add a second watcher url, and want all posts from that to only be tagged (automatically) with series:kingdom_hearts is there no way to do this?

If I am correct, I would love to see this. It's a complete PITA to have to do it manually for each thread for basic tags.

I'd also suggest this be done anywhere else it is not possible on the other download tabs, although I rarely use anything besides the watcher so not sure if they are missing this.

My other suggestions are:

Under manage tags, the recently added tags only save about 22, while there's an entire vertical space for it to save around 60. This means you constantly have to keep doing a search as you go through tags. Would be nice for this limit to be bumped up a lot higher.

And lastly, the ability to shift click items, or shift hold and drag to drag highlight items. When dealing with lots of thumbnails, this would save so much time. Currently it seems it's only possible to Ctrl + A to all, or ctrl click each individually.

Thanks

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

5cd0f7 No.15094

>>15091

If you set tag import options in the watcher page it is applied to the threads that are queried while those are set, so you could change it to have your tags for that thread then change it again for another thread.

You can change the amount of recent tags in options, options>tag suggestions>recent.

Shift clicking to select a thumbnail range should work already.

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

0e4d09 No.15096

>>15094

>If you set tag import options in the watcher page it is applied to the threads that are queried while those are set

It would be very nice to have a prompt or option area to add a default tag if the user wishes. Then it just resets after the page is submitted. The user could also right click the watch and edit the tags and it would easily update them for all the previously grabbed files in that watch and any newly tagged files. The way you explain is a bit inefficient imo.

>You can change the amount of recent tags in options

Ah, a bit hidden, thank you.

>Shift clicking to select a thumbnail range

I was behind like 2 Hydrus updates, but just updated and that works now. Maybe it was a bug then. Works now though. Thanks.

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

000000 No.15102

Does Hydrus have any support for multiple audio/video streams in one file?

Say I have 4 videos with the same audio, just slightly different video (say different levels of clothing). You can use ffmpeg or what have you to combine them into one file with multiple video streams and one audio stream, which mpv can play (at least externally, cycling with the _ keybind).

You could do similar things for multiple videos which only differ in audio, say language (keybind #). You could even have both multiple video and audio streams in one file, if you really wanted.

I could have each video+audio stored separately in Hydrus, but to me they're the same video, just different variants. Being able to combine them would help reduce clutter in the search and lets you be sure just from the thumbnail that the variant you want is available.

I think it would be cool if Hydrus could switch video/audio streams without having to launch in an external program. Don't know the technical details on whether a keybind or right click menu or both would work, though.

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 ]