×

Elodie基于EXIF的照片自动化工具

消耗积分:2 | 格式:zip | 大小:3.24 MB | 2022-06-01

李华瑞

分享资料个

授权协议 Apache-2.0
开发语言 Python
操作系统 跨平台
软件类型 开源软件
所属分类 应用工具多媒体工具

软件简介

Elodie 是一个基于 EXIF 的照片助手、组织工具、管理器和工作流程自动化工具。

poYBAGKCTmuAYGC6ABCxiFzmaTE543.jpg

安装 ExifTool

Elodie 依赖于强大的 ExifTool 库,因此需要为你所使用的平台安装它。

视频文件的某些功能仅适用于较新版本的 ExifTool,并且已经在 10.20 或更高版本上进行了测试。需要 11.50 或更高版本才能支持 HEIC 文件

。通过键入exiftool -ver检查您的版本,并在需要时查看 ExifTool手动安装说明

# OSX (uses homebrew, http://brew.sh/)
brew install exiftool

# Debian / Ubuntu
apt-get install libimage-exiftool-perl

# Fedora / Redhat
dnf install perl-Image-ExifTool

# Windows users can install the binary
# http://www.sno.phy.queensu.ca/~phil/exiftool/install.html

克隆 Elodie 存储库

可以从 GitHub 克隆 Elodie。您需要git安装(说明)。

使用说明

您可以在命令行上键入./elodie.py import --help,./elodie.py update --help./elodie.py generate-db --help来查看这些说明

导入照片

Usage: elodie.py import [OPTIONS] [PATHS]...

  Import files or directories by reading their EXIF and organizing them
  accordingly.

Options:
  --destination DIRECTORY  Copy imported files into this directory.
                           [required]
  --source DIRECTORY       Import files from this directory, if specified.
  --file PATH              Import this file, if specified.
  --album-from-folder      Use images' folders as their album names.
  --trash                  After copying files, move the old files to the
                           trash.
  --allow-duplicates       Import the file even if it's already been imported.
  --debug                  Override the value in constants.py with True.
  --exclude-regex TEXT     Regular expression for directories or files to
                           exclude.
  --help                   Show this message and exit.

更新照片

Usage: elodie.py update [OPTIONS] FILES...

  Update a file's EXIF. Automatically modifies the file's location and file
  name accordingly.

Options:
  --album TEXT     Update the image album.
  --location TEXT  Update the image location. Location should be the name of a
                   place, like "Las Vegas, NV".
  --time TEXT      Update the image time. Time should be in YYYY-mm-dd
                   hh:ii:ss or YYYY-mm-dd format.
  --title TEXT     Update the image title.
  --help           Show this message and exit.
 

声明:本文内容及配图由入驻作者撰写或者入驻合作网站授权转载。文章观点仅代表作者本人,不代表电子发烧友网立场。文章及其配图仅供工程师学习之用,如有内容侵权或者其他违规问题,请联系本站处理。 举报投诉

评论(0)
发评论

下载排行榜

全部0条评论

快来发表一下你的评论吧 !