J
jay
Hi,
i was hoping for a little bit of direction on a project i'm starting
that will look to scan a directory structure full of jpgs, and populate
a db table with various meta data (i.e. filename, path, maybe some exif
data if i can do that easily).
it's clear that i'll need find.find(), 'mysql' and a few other nifties.
it's more about how to get the data into the db.
would you loop through the find and create a hash for each file, then a
hash of hashes for all of them, before mapping it into the db?
any comments or pointers gratefully recieved.
thx
jay
i was hoping for a little bit of direction on a project i'm starting
that will look to scan a directory structure full of jpgs, and populate
a db table with various meta data (i.e. filename, path, maybe some exif
data if i can do that easily).
it's clear that i'll need find.find(), 'mysql' and a few other nifties.
it's more about how to get the data into the db.
would you loop through the find and create a hash for each file, then a
hash of hashes for all of them, before mapping it into the db?
any comments or pointers gratefully recieved.
thx
jay