yed
yed
hi, can you show your code? Most likely you're doing something unexpected there.
Hi, thanks for the PR. Can you please add a test to see how does this manifest? Thanks.
I think that might be useful, feel free to open PR.
Currently the list of excluded/allowed file extensions is managed via the GUI. That should remain as is, as not every user is willing/capable to manage that via `.gitignore`-like file. Having...
> it can optionally take hashes for when you add that fyi there's [hashlib.file_digest](https://docs.python.org/3/library/hashlib.html#hashlib.file_digest) for calculating file hashes
one more thing to this topic - using [xxhash](https://xxhash.com) could be more performant than sha1 etc., no matter which way sha1 goes through the file
this can be probably also closed since we have binaries.
Thanks everyone for suggestions. The main issue is not coming up with ideas which database to use, the actual problem is to actually implement it. If you are confident your...
when I select multiple items, it copies the fields from the first item selected only. Is that intended behaviour? Eg. selected item 1: tags: [foo, bar] metatags: [] selected item...
> but this is a fairly large departure from the current user experience. the current state is that when I open the app, it starts dozen of threads crunching thumbnails....