smoothcontract / mediate

Automatically exported from code.google.com/p/mediate
0 stars 0 forks source link

media metadata persistence #148

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Add feature to persist metadata using SQLite database.

Will generate unique key for each media file using full filename including
path and extension to generate an MD5 hash.

Need to determine appropriate schema for this. Could be very simple
initially but we need to consider upgrade path – add common attributes to
main table and linked table for custom attributes.

e.g. store image flip/rotation settings, video bookmarks.

Original issue reported on code.google.com by aretman...@gmail.com on 26 Jan 2009 at 2:38