szurubooru/server
Amras 3a4a94bdb3 use exiftool instead of ffprobe to fetch metadata
exiftool presents similar data to ffprobe, so it may be used as a replacement.

notably, this change will give us access to the "Orientation" tag,
 which ffprobe does not provide.

[server] install exiftool on the docker image
[server] replace Image._reload_info's implementation with a call to exiftool
[server] remove unused Image.frames property; replace with Image.duration
2023-11-08 17:22:14 +01:00
..
szurubooru use exiftool instead of ffprobe to fetch metadata 2023-11-08 17:22:14 +01:00
.dockerignore client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
.flake8 client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
alembic.ini PR fixes 2020-06-02 17:43:18 -07:00
config.yaml.dist client: add bulk delete feature (#459) 2023-01-19 18:44:31 +01:00
dev-requirements.txt server/tests: use postgresql test database 2020-03-06 18:15:25 -05:00
docker-start.sh Make waitress thread count configurable. 2022-02-14 17:33:23 -05:00
Dockerfile use exiftool instead of ffprobe to fetch metadata 2023-11-08 17:22:14 +01:00
pyproject.toml client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
requirements.txt server/net: use yt-dlp instead of youtube-dl 2023-08-17 20:41:50 +08:00
szuru-admin server/szuru-admin: Add thumbnail regeneration script 2022-03-30 23:04:16 -04:00