2. Recursive File Scanning
Description: Develop logic to recursively scan all subfolders for supported file types.
Tasks:
- Read the README carefully to confirm supported file types and scanning behavior.
- Implement scanning in
photosort/scanner/scan.py.
- Support file types:
.jpg, .png, .mp4, .mov, .heic, .avi, .gif.
- Write unit tests for folder traversal and file detection.
- Run
./lint.sh for code style and type checks.
2. Recursive File Scanning
Description: Develop logic to recursively scan all subfolders for supported file types.
Tasks:
photosort/scanner/scan.py..jpg,.png,.mp4,.mov,.heic,.avi,.gif../lint.shfor code style and type checks.