3. Metadata Extraction Module
Description: Extract EXIF data from images and metadata from videos.
Tasks:
- Read the README carefully to understand metadata requirements and error handling.
- Implement extraction in
photosort/metadata/extract.py.
- Handle missing or unreadable metadata gracefully.
- Write unit tests for metadata extraction (mock files).
- Lint and type check new code.
3. Metadata Extraction Module
Description: Extract EXIF data from images and metadata from videos.
Tasks:
photosort/metadata/extract.py.