История изменений
Исправление token_polyak, (текущая версия) :
Exiftool умеет переименовывать, а значит умеет и перемещать.
Пример из мануала:
exiftool '-Directory<DateTimeOriginal' -d %Y/%m/%d dir
Move all files in "dir" into a directory hierarchy based on year, month and day of "DateTimeOriginal". eg) This command would move the file "dir/image.jpg" with a
"DateTimeOriginal" of "2005:10:12 16:05:56" to "2005/10/12/image.jpg".
Исправление token_polyak, :
Exiftool умеет переименовывать, а значит умеет и перемещать.
Пример из мануала:
exiftool '-Directory<DateTimeOriginal' -d %Y/%m/%d dir
Move all files in "dir" into a directory hierarchy based on year, month and day of "DateTimeOriginal". eg) This command would move the file "dir/image.jpg" with a
"DateTimeOriginal" of "2005:10:12 16:05:56" to "2005/10/12/image.jpg".
Исходная версия token_polyak, :
Exiftool умеет переименовывать, а значит умеет и перемещать.