Michael Mayer
94b4173cf9
Search: Fix files.time_index generation on SQLite #2265
2022-04-21 19:47:16 +02:00
theresa
b1216fd174
Tests: Add unit tests for search
2022-04-21 17:08:11 +02:00
theresa
1325932208
Report: Update notes for filters report
2022-04-21 16:23:54 +02:00
theresa
1d3284f1a9
Tests: Add unit tests for geo search
2022-04-21 15:27:59 +02:00
theresa
8b96c0cb2e
Tests: Add unit tests for geo search
2022-04-21 13:53:15 +02:00
theresa
1f31723095
Tests: Add unit tests for search
2022-04-20 14:49:18 +02:00
theresa
bc838fd92d
Tests: Add unit tests for landscape and square search filters #2169
2022-04-20 14:48:55 +02:00
theresa
c071111d7a
Tests: Add gif fixture
2022-04-20 14:47:27 +02:00
Michael Mayer
f33f06933f
Index: Reduce log level for empty files from error to warning #2257
2022-04-18 17:21:31 +02:00
Michael Mayer
b75b4a89a0
Index: Do not skip related files if the main file has no changes
2022-04-18 17:05:14 +02:00
Michael Mayer
27b84365da
Convert: Set virtual home in cache path for external CLI commands #2262
2022-04-18 13:55:17 +02:00
theresa
2b7b43f8e5
Reports: Update search filter notes
2022-04-18 12:24:15 +02:00
Michael Mayer
18542bb94c
CLI: Update show subcommand aliases and descriptions #2247 #2252 #2169
2022-04-17 15:33:40 +02:00
Michael Mayer
182bc09d87
CLI: Export reports as CSV/TSV for use in spreadsheets #2247 #2252 #2169
2022-04-17 12:30:33 +02:00
Michael Mayer
73be4df8f8
CLI/Docs: Improve photoprism show ... subcommands #2247 #2252 #2169
2022-04-16 19:52:53 +02:00
Michael Mayer
e264489dfb
Index: Improve log messages #2257
2022-04-16 13:50:35 +02:00
Michael Mayer
79d60a665f
Index: Update command flag description #2257
2022-04-16 13:02:16 +02:00
Michael Mayer
fefaada1f1
Index: Improve handling of archived photos, skip when possible #2257
2022-04-16 12:39:47 +02:00
Michael Mayer
c580b8b55b
Index: Fix database errors when rescanning large libraries #2257
2022-04-15 15:48:36 +02:00
Michael Mayer
92e6c4fe1e
Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234
...
Extends DownloadSettings with 4 additional options:
- Name: File name pattern for downloaded files (existed)
- Disabled: Disables downloads
- Originals: Only download files stored in "originals" folder
- MediaRaw: Include RAW image files
- MediaSidecar: Include metadata sidecar files (JSON, XMP, YAML)
2022-04-15 09:42:07 +02:00
theresa
443c0d789f
Report: Add examples and notes for filter report
2022-04-14 17:00:55 +02:00
Michael Mayer
9fdd455924
WebDAV: Skip error reset if an account has not been created yet #1781
2022-04-14 14:26:45 +02:00
Michael Mayer
ea3e7f179e
UX: Improve Search Navigation and Components, add GIF Symbol #590 #1438
2022-04-14 14:13:54 +02:00
Michael Mayer
bc62b38854
CLI: Code clean-up #2252
2022-04-14 12:30:47 +02:00
Michael Mayer
e4999db92e
Metadata: Add IPTC 2021.1 JSON/YAML Schemas incl. test files #1143 #2252
2022-04-14 12:18:05 +02:00
Michael Mayer
0096243240
Metadata: Report supported Exiftool, XMP, and Dublin Core tags #2252
...
Replaces the --no-wrap flag with --md in all "photoprism show ..."
subcommands, as this is easier to understand. See also #2247 .
Unused code was opportunistically removed along the way.
2022-04-14 10:49:56 +02:00
Michael Mayer
b3113e006f
Search: Add vector, animated, svg, and gif filters #590 #2207
2022-04-14 08:39:52 +02:00
Michael Mayer
8f2155711f
Config/CLI: Rename --config-file flag and improve command help #2250
2022-04-13 22:43:49 +02:00
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
Michael Mayer
7291c1d703
Search: Add landscape/square filters, and "show filters" command #2169
2022-04-13 09:48:51 +02:00
Michael Mayer
0427163295
People: Improve face matching, audit command, and logging #2182
2022-04-13 01:59:32 +02:00
Michael Mayer
04609d536d
CLI: Show --admin-password flag at the top in command help #2195 #2248
...
Short name was changed from -a to --pw after the --auth flag was added.
2022-04-12 20:00:06 +02:00
Michael Mayer
915ff42133
Auth: Add --auth flag, increase min password length to 8 chars #98 #2248
2022-04-12 19:44:43 +02:00
Michael Mayer
e42b870c09
CLI: Update and display the list of supported file formats #2247
2022-04-12 19:14:21 +02:00
Michael Mayer
68ba289d6c
CLI: Add "photoprism show config/formats" subcommands
...
Replaces "photoprism config", which could only display
current configuration values. Codecs and file formats
have been refactored along the way.
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2022-04-12 13:28:28 +02:00
Michael Mayer
ad345805d9
UX: Skip RAW files by default when downloading albums #2234
...
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2022-04-11 11:53:21 +02:00
Michael Mayer
f927c68c4f
UX: Skip RAW files by default when clicking Download All #2234
...
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2022-04-10 17:02:09 +02:00
Michael Mayer
b97e0e9c3b
Albums: Prevent accidental creation of duplicate albums #2233
...
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2022-04-10 14:38:51 +02:00
Michael Mayer
f6def1ca2b
Exif: Replace if with switch in exif_parser.go #2231
...
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2022-04-10 12:02:55 +02:00
Michael Mayer
e1996f80b3
Exif: Ignore IFD1 tags with existing IFD0 values #2231
...
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2022-04-09 19:56:38 +02:00
Michael Mayer
9085f729d2
CLI: Update thumb flag short names #2195
...
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2022-04-09 14:38:56 +02:00
Michael Mayer
d9cc0c5a83
CLI: Improve flag order, names, and descriptions #2195
...
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2022-04-08 14:45:03 +02:00
Michael Mayer
30da260a11
Config: Refactor options and flags source files #2195
...
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2022-04-08 14:22:07 +02:00
Michael Mayer
67fdecfbef
CLI: Improve parameter aliases, order, and descriptions #2195
...
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2022-04-07 11:56:44 +02:00
Michael Mayer
b9ab3befe5
CLI: Add -a alias for --admin-password #2195
...
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2022-04-07 01:23:15 +02:00
Michael Mayer
4ec7dbc90f
Config: Add thumb-color option to set a standard color profile #1474
...
You can leave this blank to disable the conversion from Display P3
to sRGB. We will add more options at a later time.
2022-04-06 18:41:15 +02:00
Michael Mayer
9134c79f4c
Config: Add option to skip all RAW images when indexing #2227
2022-04-06 17:46:41 +02:00
Michael Mayer
b32d9bf30c
Videos: Improve FFmpeg parameters for Intel QSV #2222
...
This commit also removes PHOTOPRISM_FFMPEG_BUFFERS as it is only
used/required by Video4Linux. 64 seems to be a good value, so we pass
it statically as for the other encoders. Examples have been updated.
2022-04-05 16:48:53 +02:00
Michael Mayer
4afd3f2ca9
Faces: Add Marker and File UID to API error logs #1438 #2201
...
The file query functions have been refactored and now return pointers.
2022-04-05 13:54:50 +02:00
Michael Mayer
7b508d6ad5
Index: Add tests and refactor database record updates #1438
2022-04-05 11:40:53 +02:00