https://github.com/mcaimi/cameraimport
Go Media Importer: import and sort DSLR media files
https://github.com/mcaimi/cameraimport
Last synced: 12 months ago
JSON representation
Go Media Importer: import and sort DSLR media files
- Host: GitHub
- URL: https://github.com/mcaimi/cameraimport
- Owner: mcaimi
- License: gpl-3.0
- Created: 2023-09-26T16:06:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-11T16:48:39.000Z (over 2 years ago)
- Last Synced: 2025-03-06T10:22:10.476Z (over 1 year ago)
- Language: Go
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **Go Media Importer** #
This is a small piece of software that transfers photos from an external source (such as an SD Card from a DSLR) to a work path on your laptop,
in order to be further processed (with Darktable or similar software).
Photos are sorted by creation time, and saved in a directory tree in the destination folder with this structure:
DESTINATION PATH
\
YEAR
\
MONTH
\
DAY
\
Furthermore, JPEG and RAW files are kept apart from each other.
Photo creation times are read from the EXIF metatata headers if present, otherwise the last modification time from the stat() syscall is used as timestamp.