Skip to content

Дата съёмки #192

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Fototagle opened this issue Mar 22, 2024 · 2 comments
Open

Дата съёмки #192

Fototagle opened this issue Mar 22, 2024 · 2 comments

Comments

@Fototagle
Copy link

Хотелось бы видеть между файлами разницу в дате съёмки.

@NOBB2333
Copy link

NOBB2333 commented Mar 23, 2024

Если вы просто посмотрите на эту информацию, нет никакой необходимости использовать такой тяжелый инструмент, я думаю, что вы можете попробовать использовать exif атрибут для извлечения всех атрибутов, которые могут быть извлечены из файла, включая, но не ограничиваясь, атрибуты, которые Windows может видеть
Официальный сайт выглядит следующим образом:
https://exiftool.org
Распоряжение гласит следующее:
./exiftool-12.78.exe -r -json "C:\Users\hl\OneDrive\工具集合\SciptFloder\exifextract" > 文件属性提取结果.json

 Результат JSON может быть экспортирован для сохранения базы данных напрямую или для преобразования в таблицу с помощью таких инструментов, как Python 

Еще один момент, который следует отметить, заключается в том, что сотни столбцов могут быть экспортированы обратно, и если вы используете базу данных, я рекомендую использовать MongoDB 
 Еще одна вещь: Windows и Liunx MAC видят разные свойства. 


If you only want to view this information, there is no need to use such a heavyweight tool. I think you can try using the exif file attribute extraction tool, which can extract all the attribute information of the file, including but not limited to the attributes that Windows can see
The official website is as follows:
https://exiftool.org
The command is as follows:
./exiftool-12.78.exe -r -json "C:\Users\hl\OneDrive\工具集合\SciptFloder\exifextract" > 文件属性提取结果.json

It will export a JSON result, which can be directly saved to the database or converted into a table using tools such as Python

Another thing to note is that there may be hundreds of columns exported back. If using a database, I suggest using MongoDB
Another thing is that the number of attributes seen by Windows and Liunx MAC seems to be different

@heinrichI
Copy link
Collaborator

Какая монга? Тут самодельное хранилише. А отображение Exif я вроде где-то добавлял.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants