Open Baeist opened 8 months ago
If an asset has multiple of the same file type associated with it then the names cannot be {guid}.{extension} for them.
The ingestion client currently makes one metadata file for each image file so there cant be 2 image files per as of now.
Suggested solutions were naming them {guid}_1.{extension} etc and/or insert a list of filenames as a new field in the metadata file.
@Baeist I think this is a misunderstanding? We should chat about it.
If an asset has multiple of the same file type associated with it then the names cannot be {guid}.{extension} for them.
The ingestion client currently makes one metadata file for each image file so there cant be 2 image files per as of now.
Suggested solutions were naming them {guid}_1.{extension} etc and/or insert a list of filenames as a new field in the metadata file.