https://github.com/tonimelisma/media-muncher
MacOS Swift app that automatically imports pictures and videos from attached cameras and SD cards
https://github.com/tonimelisma/media-muncher
Last synced: 3 months ago
JSON representation
MacOS Swift app that automatically imports pictures and videos from attached cameras and SD cards
- Host: GitHub
- URL: https://github.com/tonimelisma/media-muncher
- Owner: tonimelisma
- Created: 2024-09-29T02:40:31.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-25T03:45:16.000Z (4 months ago)
- Last Synced: 2025-03-29T09:48:01.697Z (3 months ago)
- Language: Swift
- Homepage:
- Size: 362 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Media Muncher
MacOS app to automatically import photos and videos from inserted SD cards, USB connected cameras or other storage.
## Todo
* Security bookmarks
* Enumeration
* Import, progress bar and cancel button* Copy them to the destination folder
* Idempotent, don't overwrite
* Rename destination if duplicate filename with different contents exist
* Remove originals### Roadmap
* Logging
* MTP/PTP devices
* Checksum verification before deletion
* Multi-threading
* Thumbnails
* Show list of detected media in each volume
* Show which media are already imported
* Auto-launch via Launch Agents
* Settings
* Configure custom metadata-based export directories
* Configure custom metadata-based export filenames
* Toggle auto-launch (none, manual GUI, automatic GUI)
* Configure which volumes to import automatically (all, known, none)
* Configure import file types (pics, videos, processed vs raw)
* Eject after importing