Have you ever wanted Danbooru, but offline, for files in your computer? Well, I made that. I'm calling it Sievedex, for now. Available for Linux only.
It includes:
- A file browser which will display file thumbnails matching the tags you input on the filter pattern.
- A file viewer which will display the full version of the selected thumbnail's file. (currently only works for images)
- The tag filter input has auto-completion.
- It groups tags by "family" and allows you to change the colour that represents each family.
- The browser results are paged so you don't have to deal with long loading times.
- It scans files only when you want it to, so you don't have to deal with unexpected loading times.
- The database is made of a few plaintext CFG files, so you can fudge with it manually if you want to. It's my preferred way to write descriptions for the tags and make tag synonym associations.
I'm polling people to give me ideas for a better name for this app and maybe suggest a logo.
After I think it's bug free enough, I will release the app here.
Future Features:
- Tag and browser sorting options
- Accordion menu for tags, so you can quickly find what tags you are looking for by family.
- Allow you to select which folders to scan for files. Currently all files must be in a set folder.
- Ability to load and preview more file types (Probably audio, text and comic book formats)
- Generate thumbnails for video. Will require that you have FFMpeg installed. Currently you'd have to do it yourself, manually.
- A dedicated method for editing tag information. So you don't have to find the database files.
- A proper database format, if people want that bad enough.
What I can't do:
- Video preview. Unless you want to convert all your video files to OGV Theora. It's a Godot limitation.