photoprism/internal/config
Michael Mayer 82d61d1f93 File Types: Add experimental support for animated GIFs #590 #2207
Animated GIFs are transcoded to AVC because it is much smaller and
thus also suitable for long/large animations. In addition, this commit
adds support for more metadata fields such as frame rate, number of
frames, file capture timestamp (unix milliseconds), media type,
and software version. Support for SVG files can later be implemented in
a similar way.
2022-04-13 22:17:59 +02:00
..
testdata UX: Skip RAW files by default when clicking Download All #2234 2022-04-10 17:02:09 +02:00
app.go UX: Update app icon names 2021-11-29 18:12:35 +01:00
app_test.go UX: Update app icon names 2021-11-29 18:12:35 +01:00
auth.go Config: Add option to skip all RAW images when indexing #2227 2022-04-06 17:46:41 +02:00
auth_test.go
client.go File Types: Add experimental support for animated GIFs #590 #2207 2022-04-13 22:17:59 +02:00
client_assets.go Frontend: Refactor asset loading #1648 2022-01-18 12:26:33 +01:00
client_assets_test.go Frontend: Fix other assertions in TestClientManifestUri #1648 2022-01-18 12:48:02 +01:00
client_test.go Config: Update expected flags in config_test.go and client_test.go 2022-03-16 17:41:50 +01:00
config.go CLI: Update and display the list of supported file formats #2247 2022-04-12 19:14:21 +02:00
config_flags.go CLI: Show --admin-password flag at the top in command help #2195 #2248 2022-04-12 20:00:06 +02:00
config_options.go CLI: Show --admin-password flag at the top in command help #2195 #2248 2022-04-12 20:00:06 +02:00
config_options_test.go Config: Refactor options and flags source files #2195 2022-04-08 14:22:07 +02:00
config_test.go People: Disable updates if the worker does not run often enough #2182 2022-04-03 14:51:58 +02:00
database.go Config: Refactor options and flags source files #2195 2022-04-08 14:22:07 +02:00
database_test.go Config: Refactor options and flags source files #2195 2022-04-08 14:22:07 +02:00
default.go Config: Add PHOTOPRISM_DEFAULT_LOCALE Option 2021-12-12 22:09:22 +01:00
default_test.go Config: Add PHOTOPRISM_DEFAULT_LOCALE Option 2021-12-12 22:09:22 +01:00
disable.go Config: Add option to skip all RAW images when indexing #2227 2022-04-06 17:46:41 +02:00
disable_test.go Config: Add option to skip all RAW images when indexing #2227 2022-04-06 17:46:41 +02:00
doc.go File Types: Add experimental support for animated GIFs #590 #2207 2022-04-13 22:17:59 +02:00
errors.go
face.go People: Add additional face cluster config options #22 2021-10-05 10:12:48 +02:00
face_test.go People: Update unsuitable face embeddings blacklist #22 2021-10-07 09:32:17 +02:00
ffmpeg.go Config: Add option to skip all RAW images when indexing #2227 2022-04-06 17:46:41 +02:00
ffmpeg_test.go Config: Add option to skip all RAW images when indexing #2227 2022-04-06 17:46:41 +02:00
fs.go Config: Add option to skip all RAW images when indexing #2227 2022-04-06 17:46:41 +02:00
fs_test.go CI: Improve stability when running unit tests in parallel 2022-03-31 17:55:40 +02:00
metadata.go Config: Add option to skip all RAW images when indexing #2227 2022-04-06 17:46:41 +02:00
metadata_test.go Metadata: Skip brute-force search if no Exif headers were found #2196 2022-03-28 15:57:29 +02:00
raw.go Config: Add option to skip all RAW images when indexing #2227 2022-04-06 17:46:41 +02:00
raw_test.go Config: Add option to skip all RAW images when indexing #2227 2022-04-06 17:46:41 +02:00
resample.go Config: Add thumb-color option to set a standard color profile #1474 2022-04-06 18:41:15 +02:00
resample_test.go Thumbnails: Rename QualityMedium to QualityDefault #2215 2022-04-01 13:30:20 +02:00
runtime.go Config: Limit workers and disable transcoding if < 3 GB of memory 2021-08-05 15:15:33 +02:00
runtime_test.go Config: Limit workers and disable transcoding if < 3 GB of memory 2021-08-05 15:15:33 +02:00
server.go Config: Add option to skip all RAW images when indexing #2227 2022-04-06 17:46:41 +02:00
server_test.go
settings.go UX: Skip RAW files by default when clicking Download All #2234 2022-04-10 17:02:09 +02:00
settings_test.go Config: Add PHOTOPRISM_DEFAULT_LOCALE Option 2021-12-12 22:09:22 +01:00
table.go CLI: Show --admin-password flag at the top in command help #2195 #2248 2022-04-12 20:00:06 +02:00
tensorflow.go
test.go CLI: Show --admin-password flag at the top in command help #2195 #2248 2022-04-12 20:00:06 +02:00
test_test.go CI: Improve stability when running unit tests in parallel 2022-03-31 17:55:40 +02:00
thumbs.go People: Refactor thumb package and variable names #22 2021-09-05 12:32:08 +02:00