manyfold icon indicating copy to clipboard operation
manyfold copied to clipboard

Write metadata to file in folder

Open aneurinprice opened this issue 1 year ago • 2 comments

Is your feature request related to a problem? Please describe. It would be really nice to have a files tags, name, links, creator and such stored in a file (yaml or similar) in each models directory. This would be taking more of an "Infrastructure as code" approach and would make a database failiure considerably less painful!

Describe the solution you'd like I'd love a setting that would read/write to/from a .modelinfo.yaml to fully contain the models info.

Describe alternatives you've considered Shell scripts/CI jobs that would interact with an API (does not exist yet) to consume this data.

Additional context Add any other context or screenshots about the feature request here.

aneurinprice avatar Jul 27 '24 16:07 aneurinprice

Yes, I really like this idea, and it's useful to see it come from someone else too. I did some thinking about the package format a while back in #1040. I do like this idea for disaster recovery if the database is lost, as well as distribution of files by creators.

Floppy avatar Jul 28 '24 09:07 Floppy

I'd be more than happy to help in any way I can for this. Having a standardised metadata setup would help me massively.

aneurinprice avatar Jul 28 '24 09:07 aneurinprice

We have this now, including reading the data back in during upload and scan!

Floppy avatar Apr 06 '25 15:04 Floppy