I'm using ExifTool on my Synology NAS to automatically sort all my pictures in folders with the following pattern: Year\Month\Day\Filename.extension
After sorted my files automatically, I need to start the process synoindex to index the new files in Synology Photostation. This process requires at least a directory or filename with should get indexed. Therefore I'm searching a method which returns all new file paths of the moved files (with ExifTool). Does anybody have a idea how to return these paths with ExifTool?
exiftool -d '%Y\%m\%d\%H.%M.%S%%-c.%%e' "-filename<CreateDate" '../Test'