-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feat] Support for any file type #78
Comments
Yes it's something we would like to have. The reazons on why we don't have it yet is:
We are more than open for big contributions, so much so we can have a call if you want to be onboarded
Maybe TagStudio or Eagle could do the job? if you have one that does the job I would like to know about it. |
So more in the dev side, I think there is 3 things that need to be addressed:
IndexingThe Allusion team did a greate job at this, and I think this should not be that hard. We just have to read all files and throw them in the database. DatabaseLike I said in the other comment, very few files have metadata support (JPGs, PNGs and other media files). But most don't, this means that now the data in the database is important and needs to be backed-up. Same as before, the Allusion team did great work on this, maybe changing some stuff from here and there, but mostly it should be fine because the have auto-backups and everything. But, I would like the database to be stored with the files themselvs, and not in a random location. So if I put them on a hard-drive and go away I have the database with me. Thumbnails and PreviewHere is the big part, but doesn't need to be done all at once. What happens with that file? how do we display it? What I mean is that each file format is handeled differently, like how do I show a .ppt file? Initially just showing a thumnail saying that this file format is not supported but you can still see it there. Then start adding support for new files one by one. Honestly, these should be doable. I see you have repos in spanish, I speak spanish too, in case you want to have a call. And thanks for taking interes on the project, lately the project has been a bit abandoned by us bc outside work is taking all of our time, but in 1 or 2 months we should be back pushing new features. |
I like the idea, but I would like to be able to use tags in any file, not just images, is there any limitation for that or its just that it doesn't align with the project objective?
Also if there is no limitation I would like to make it possible rather contributing to this project or forking it, but I have no idea of where to start, so an small hint to start with it would be nice.
Or maybe you know a similar project that has this objective, I would love to take a look in them.
The text was updated successfully, but these errors were encountered: