Reads EXIF infos from a bunch of images and do things with it.
Takes all images from current folder and gathers their EXIF infos into a small exif-catalog.db database file in that folder, so that they can:
- Be renamed
- Be searched
- Reveal shooting informations that can be hard to get
Rename all images with their shooting date as a prefix.
Use build-metadata-file.py before.
Required python modules: sqlite3, os, mimetypes, json, traceback, subprocess, re, shlex, sys