A cloud application, which provides CRUD access to the metadata stored in media files.
Images can contain extra information embedded in their header. The goal of this app is to extract that information at upload time and to store it in the database so that it can be used later by other cloud apps.
The three main types of metadata extracted in this application are as follows:
Here is the list of fields that we are currently or intend on extracting:
The information can be retrieved by calling a service from within an app or by using the REST API.
This project was developed during the Google Summer of Code 2016