iskdaemon icon indicating copy to clipboard operation
iskdaemon copied to clipboard

Is this project abandoned

Open ttopholm opened this issue 9 years ago • 3 comments

Because it seems all documentation is down at sourceforge

Maybe you can answer this question, if I have a database with all my images in, how can I check without adding the image I want to find similar to.

and is it possible to add meta data to the images

ttopholm avatar Apr 22 '15 21:04 ttopholm

Okay, found the docs. But how do you add keywords, it seems you need some kind of ids

ttopholm avatar Apr 22 '15 21:04 ttopholm

iskdaemon doesn't store keywords as text. It just stores numerical IDs as keywords. You'd need to store the textual representation of these keywords/tags/labels on another database.

ricardocabral avatar Apr 27 '15 13:04 ricardocabral

The project is still warm, you can find some forks on GitHub.

There is mirror for the docs available at this time at http://isk-daemon.readthedocs.org/en/latest/

As Ricardo has answered, images are stored in DB by their IDs.

Keywords can be added to images and are used to narrow queries. http://isk-daemon.readthedocs.org/en/latest/api.html#core.imgdbapi.addKeywordImg http://isk-daemon.readthedocs.org/en/latest/api.html#core.imgdbapi.queryImgIDKeywords

anti1869 avatar Oct 07 '15 07:10 anti1869