This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| PATH=/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin | |
| ## Modern Photo Import Script for unRAID 7.x | |
| ## Updated for unRAID OS 7.0+ with improved error handling and modern features | |
| ## | |
| ## Usage (after configuration): | |
| ## 1. Insert camera's memory card into a USB port on your unRAID system | |
| ## 2. The system will automatically move (or copy) any images/videos from the memory card to the array | |
| ## Photos will be auto-rotated based on EXIF data if tools are available |