my use case is to have documents and all necessary meta data in one place. I upload documents to different media sets and display it in workshop with uploader information. I would like to implement the possibility to add custom tags/metadata for these documents that can be scaled easily.
I found that there are possible to create custom tags/labels directly in pdfs. But suggested python libraries to do it creates new pdf.
So would be possible to edit metadata that exists inside media item without destroying media reference id?
Like here to have additional row in Metadata - use case FoundryTest in place of yellow line
Hello @AkvileJ ,
To my understanding media-items are immutable, so you can not update them and keep the same RID.
You can however, store your additional metadata inside of a table that also contains the media reference.
Then you can show the metadata, along the media item in an ontology object.
Here is a code snippet to create a tabular dataset with media references:
thanks @ecitaku . I was expecting that. We want to build metadata repository also for documents and it would be easier to maintain if metadata goes together with documents inside media item.
We just need to find the most acceptable solution for engineers to maintain and scale it and users to contribute into collection of metadata and use it.