bbappserver
bbappserver
Ok, so let me lay this out technically, and see if I've understood. There exists ``` hashes(hash_id,hash) tags(tag_id,name) local_mapping(hash_id,tag_id) ``` You wish to introduce ``` repo(repo_id,name) repo_membership(hash_id,repo_id) ``` You understand...
I have read the original post but 1. It is not a workaround to use a local tag technically there is very little difference. 2. I don't understand how introducing...
> To wit - it's true that this could be implemented on the "back end" via the same mechanism as tags. However, the suggestion is more interested in the functionality...
@Gradivus500 A: Not a bad plan right now your only option are on or off but not on demand B: Hydrus already does this the speed hydrus goes at is...
@Gradivus500 The default behaviour of hydrus tag autocompletion works poorly with a larger database, try tuning it in the options to perform a less intensive search and to not fire...
@hydrusnetwork Having moved to linux my `/tmp` (`tmpfs` )now lives in ram so this is less of a big deal, on thinking further. It also is not that big a...
See also https://github.com/hydrusnetwork/hydrus/issues/597 https://github.com/hydrusnetwork/hydrus/issues/348
@hydrusnetwork Modern OpenCV provides a BRISQUE estimator https://docs.opencv.org/4.2.0/d8/d99/classcv_1_1quality_1_1QualityBRISQUE.html#a011769e13ad8537dcec8f698a298ab1b
Disclaimer:The following has no bearing on using this feature locally, only on its interaction with the PTR service. It is included here since I was asked to illustrate potential hurdles...
# Problem 2 : Renames are not bijective A sibling is undoable, a rename is not. Most people have experienced this aggravation when doing a bulk find and replace. It...