Elodie是一个基于EXIF的照片助手、组织工具、管理器和工作流程自动化工具。
安装ExifToolElodie依赖于强大的 ExifTool库,因此需要为你所使用的平台安装它。视频文件的某些功能仅适用于较新版本的ExifTool,并且已经在10.20或更高版本上进行了测试。需要11.50或更高版本才能支持HEIC文件。通过键入exiftool-ver检查您的版本,并在需要时查看ExifTool的手动安装说明。#OSX(useshomebrew,https://brew.sh/)brewistallexiftool#Debia/Ubutuapt-getistalllibimage-exiftool-perl#Fedora/Redhatdfistallperl-Image-ExifTool#Widowsuserscaistallthebiary#https://www.so.phy.queesu.ca/~phil/exiftool/istall.html克隆Elodie存储库可以从GitHub克隆Elodie。您需要git安装(说明)。使用说明您可以在命令行上键入./elodie.pyimport--help,./elodie.pyupdate--help或./elodie.pygeerate-db--help来查看这些说明。导入照片Usage:elodie.pyimport[OPTIONS][PATHS]...ImportfilesordirectoriesbyreadigtheirEXIFadorgaizigthemaccordigly.Optios:--destiatioDIRECTORYCopyimportedfilesitothisdirectory.[required]--sourceDIRECTORYImportfilesfromthisdirectory,ifspecified.--filePATHImportthisfile,ifspecified.--album-from-folderUseimages'foldersastheiralbumames.--trashAftercopyigfiles,movetheoldfilestothetrash.--allow-duplicatesImportthefileeveifit'salreadybeeimported.--debugOverridethevalueicostats.pywithTrue.--exclude-regexTEXTRegularexpressiofordirectoriesorfilestoexclude.--helpShowthismessageadexit.更新照片Usage:elodie.pyupdate[OPTIONS]FILES...Updateafile'sEXIF.Automaticallymodifiesthefile'slocatioadfileameaccordigly.Optios:--albumTEXTUpdatetheimagealbum.--locatioTEXTUpdatetheimagelocatio.Locatioshouldbetheameofaplace,like"LasVegas,NV".--timeTEXTUpdatetheimagetime.TimeshouldbeiYYYY-mm-ddhh:ii:ssorYYYY-mm-ddformat.--titleTEXTUpdatetheimagetitle.--helpShowthismessageadexit.点击空白处退出提示
评论