What would be the best way to import images from a directory structure into Drupal and immediately convert them to nodes? I prefer one node per image, so using the Image module seems logical.
The Image module supports importing from one directory, not from a directory structure. Neither is there a way to link nodes to a taxonomy.
My final goal would be to have a system that scans a directory structure, e.g.
photos
- work
- vacation
-- travel
-- weekends
- family
And have this automatically converted to a taxonomy. Upon adding images and folders, new taxonomy terms and image nodes would be created. The nodes and their terms would really mirror the folder structure. Is this possible somehow? Did anyone try this?