Commit Graph

1012 Commits (4d6dfac5e8fc21233fa82de9d8b220673f649c7a)

Author SHA1 Message Date
Tomáš Mládek 327b87a18a perf: correct `ffmpeg` params for efficient video previews
-ss before -i ("When used as an output option (before an output url), decodes but discards input until the timestamps reach position. ")
discard all non-keyframes
turn off accurate seek
2022-09-11 20:33:41 +02:00
Tomáš Mládek e48e007617 fix: VideoViewer vertical thumbnails 2022-09-11 16:18:17 +02:00
Tomáš Mládek f98f3b2fdb perf: lower seek time for thumbnails 2022-09-11 16:18:08 +02:00
Tomáš Mládek 160cf59d4a perf: first check for files in /raw/ 2022-09-11 13:03:07 +02:00
Tomáš Mládek da5d3ad0c2 fix: consistent font sizing of timecode 2022-09-08 22:22:24 +02:00
Tomáš Mládek 5f9eb24c76 chore: allow CORS from localhost 2022-09-08 21:41:18 +02:00
Tomáš Mládek 136d38faac chore: extract all API URLs into a global variable 2022-09-08 19:32:36 +02:00
Tomáš Mládek 1e970bcba8 fix: lint due to `NodeJS` types 2022-09-08 19:23:46 +02:00
Tomáš Mládek 8566bb70d0 feat: add timecode display to VideoViewer during previewing 2022-09-08 08:15:22 +02:00
Tomáš Mládek e0a9ee1c96 fix: limit thumbnail generation to 1 thread per image 2022-09-07 22:28:14 +02:00
Tomáš Mládek 457242c9a9 fix: VIdeoViewer size in detail 2022-09-06 00:12:20 +02:00
Tomáš Mládek 1608c3db3d chore: fix svelte warnings 2022-09-06 00:10:24 +02:00
Tomáš Mládek 5fff81db85 fix: VIdeoViewer play after click 2022-09-06 00:06:15 +02:00
Tomáš Mládek e9f30c3904 chore: VideoViewer preview optimization 2022-09-05 23:50:05 +02:00
Tomáš Mládek 423ec7b03a fix: .avi previews as video 2022-09-05 23:50:05 +02:00
Tomáš Mládek 86b36d6619 fix: HashBadge display in Chrome* 2022-09-05 23:05:04 +02:00
Tomáš Mládek 3bb2d7e3e1 fix: video loading state in VideoViewer 2022-09-05 23:00:16 +02:00
Tomáš Mládek 91596b284d fix: only get() connection in UpEndConnection when necessary
makes the interface actually respond during rescans, helps improve throughput in general
2022-09-05 21:51:44 +02:00
Tomáš Mládek 4018cae840 fix: remember atttributeview state in search 2022-09-05 00:07:23 +02:00
Tomáš Mládek ce3420007d fix: use Gallery in Search, order by match order 2022-09-05 00:04:44 +02:00
Tomáš Mládek 7bfb4f86ca chore: refactor widgets + gallery 2022-09-04 23:29:41 +02:00
Tomáš Mládek 49b21cfd7a chore: note to self about detail animations 2022-09-04 22:53:23 +02:00
Tomáš Mládek 0ec87126da fix: do not needlessly trigger drop handler UI 2022-08-07 17:03:23 +02:00
Tomáš Mládek bc77c993a9 hotfix: disable transactions for now 2022-08-07 14:16:07 +02:00
Tomáš Mládek 600918a27e chore: log failed path updates immediately 2022-08-07 12:35:49 +02:00
Tomáš Mládek 3f6d239686 chore: switch from log to tracing 2022-08-07 12:13:12 +02:00
Tomáš Mládek 6eecf1cde0 chore: missing types, fix (some) Svelte check warnings 2022-08-04 20:14:02 +02:00
Tomáš Mládek c95b6d2353 ci: update Makefile for new webui build also 2022-08-01 22:18:28 +02:00
Tomáš Mládek 311d6064bf chore: fix frontend lint 2022-08-01 22:08:47 +02:00
Tomáš Mládek 48140c6daa build: switch from Rollup to Vite, upgrade Svelte 2022-08-01 21:08:34 +02:00
Tomáš Mládek 41d0e55ca7 fix: add global locks to db, fix sqlite errors (?) 2022-07-31 22:53:24 +02:00
Tomáš Mládek 38e6d6b6df chore: add logging to fs tests 2022-07-31 22:53:18 +02:00
Tomáš Mládek afbd3b97ef fix: update project url, fix tests
:)
2022-07-31 22:53:12 +02:00
Tomáš Mládek 5d1e31fcf8 feat: use `match-sorter` instead of just levenshtein distance 2022-07-20 19:25:18 +02:00
Tomáš Mládek 1feaf0e82f feat: levenshtein sort entries in Selector 2022-07-09 13:35:16 +02:00
Tomáš Mládek eb618e0ccd
[ui] video viewer improvements
fix layout before thumb loads
fix vertical overflow
don't start video on thumb click
2022-04-30 20:33:23 +02:00
Tomáš Mládek 6fdc3e2f48
add `join` queries to the language (fixes #3) 2022-04-16 00:55:09 +02:00
Tomáš Mládek 459eede174
...
reformat
2022-04-15 22:43:40 +02:00
Tomáš Mládek eec4f96293
reorganize query code in preparation for lang upgrade 2022-04-15 20:35:26 +02:00
Tomáš Mládek cc57ea7a78
(cargo-release) version 0.0.63 2022-04-11 20:27:47 +02:00
Tomáš Mládek df173649c3
fix package step in CI 2022-04-11 20:27:34 +02:00
Tomáš Mládek 840162dd93
Revert "(cargo-release) version 0.0.63"
This reverts commit ff8cba159e.
2022-04-11 20:21:26 +02:00
Tomáš Mládek ff8cba159e
(cargo-release) version 0.0.63 2022-04-09 22:56:36 +02:00
Tomáš Mládek 0d88af16f5
[ui] files are added instead of replaced when dragged onto upload dialog 2022-04-09 21:47:27 +02:00
Tomáš Mládek 4a8fd90f1f
[ui] VideoViewer has mouseover previews 2022-04-09 21:38:00 +02:00
Tomáš Mládek 3b82b0ee69
remove play button overlay on video thumbnails 2022-04-09 21:37:10 +02:00
Tomáš Mládek fb2276b32d
[ui] fix detail column sizing 2022-04-09 21:37:10 +02:00
Tomáš Mládek ab345bf50b
replace `???` with actual errors 2022-04-02 22:12:51 +02:00
Tomáš Mládek 1a05157a9d
fix and/or expressions generating incorrect sql 2022-03-30 12:29:52 +02:00
Tomáš Mládek 8c60a617a2
query lang - addresses are denoted by @, values need not match db deserialization format
e.g.` (matches @address ? ?)`, and `(matches ? ? "foo")` instead of "Sfoo"
2022-03-30 12:29:52 +02:00