Commit graph

1624 commits

Author SHA1 Message Date
23b3388ea5 refactor: unify media type detection 2022-10-23 11:15:19 +02:00
4c0d352bd3 chore: change extractor error level to debug, add extractor markers 2022-10-23 10:54:52 +02:00
e60a709536 feat: add duration display for audio preview 2022-10-23 10:52:14 +02:00
b7eb4d6048 chore: enable tracing span for extractors 2022-10-23 10:51:24 +02:00
33565fdc27 fix: continue with other extractors when one fails 2022-10-23 10:50:36 +02:00
ea3fc015f5 feat: add media (duration) extractor 2022-10-22 20:05:48 +02:00
565dea3166 fix: icons when ui served from server 2022-10-22 17:28:44 +02:00
90f22308ee chore: shut up svelte check 2022-10-22 17:25:45 +02:00
5c3c6cad42 feat: download blob with identified filename 2022-10-22 17:25:27 +02:00
1ef4edf80c chore: unused css rule 2022-10-22 17:18:09 +02:00
f9f00f93a8 (cargo-release) version 0.0.66 2022-10-22 15:11:47 +02:00
6e09b35359 fix: remove BlobViewer duplicity in Inspect
- retain state on detail switch
- probably perf improvement?
2022-10-22 15:11:36 +02:00
3877f2e7af chore: disallow console.log 2022-10-22 14:57:46 +02:00
2f74c15553 chore: 32 max port retries 2022-10-22 12:51:21 +02:00
f200ea824f chore: --ui-enabled actually does something 2022-10-22 12:50:52 +02:00
6b6bbc2f75 fix, ci: packaging step left out webui 2022-10-22 12:49:58 +02:00
40381cf46d fix: confirm before generating audio peaks in browser, avoid lock-ups in Chrome 2022-10-21 21:40:03 +02:00
a6c07c7810 (cargo-release) version 0.0.65 2022-10-21 21:07:58 +02:00
df8c1d653d fix: minor css fixes 2022-10-21 19:10:53 +02:00
ec2039c16c fix: blobpreview hashbadge more in line with handled 2022-10-21 19:03:54 +02:00
f45adc2880 feat: on group preview, prefer objects with previews 2022-10-21 19:00:43 +02:00
b5a46d928f fix: blobpreview sizing 2022-10-21 17:59:57 +02:00
639d83f9ad fix: forgot to denote TYPE as denoting to types 2022-10-21 16:23:02 +02:00
cf3c4a70c3 fix: markdown display 2022-10-21 14:07:40 +02:00
e19e5c4b1c fix: use cargo clean in Makefile/CI 2022-10-21 14:02:25 +02:00
833fd8903a chore: switch from built to shadow_rs 2022-10-21 14:02:16 +02:00
9061d32c89 fix: update tests to handle Skipped paths 2022-10-18 21:00:10 +02:00
6fa4ff0168 feat: recurse up to 3 levels resolving group previews 2022-10-18 20:26:08 +02:00
ce54f01337 feat: group preview 2022-10-18 20:20:55 +02:00
11a62b274f fix: skip empty files on vault update 2022-10-18 18:29:23 +02:00
c87304602d feat: add cli option to open executable files 2022-10-18 18:19:01 +02:00
9a9e0274fd chore: separate clean commands in Makefile 2022-10-18 18:16:37 +02:00
ea3c7a5c56 chore: update address constants (fix file detection, group adding) 2022-10-18 18:16:30 +02:00
5950685bdf chore: put config into its own struct 2022-10-18 18:10:17 +02:00
2c707c9abb chore, ci: fix Makefile, .gitlab-ci.yml
- missed `webui/public` paths replaced with `webui/dist`
- made makefile check for `webui/dist` so that re-building isn't needed in package step
- added --immutable to yarn installs
2022-10-16 21:59:11 +02:00
d88963b447 (cargo-release) version 0.0.64 2022-10-16 16:48:54 +02:00
5991bd13ab fix: no spurious "Database locked" on startup 2022-10-16 16:13:39 +02:00
601831e8bb fix: svg (pre)views 2022-10-01 22:38:44 +02:00
3b4378dfed fix: actually remove objects on rescan 2022-10-01 22:16:59 +02:00
5a6390e8f3 chore: fix typo 2022-09-19 22:58:07 +02:00
2756d7993b perf: add checks to avoid duplicate metadata extraction 2022-09-19 22:58:02 +02:00
9ea1eea3ea feat: if audiowaveform is present, generate & cache peaks on backend
requires https://github.com/bbc/audiowaveform/ to be installed and on $PATH
2022-09-19 22:27:34 +02:00
b31ca05fdf fix: image thumbnails of audio (size query arg collision) 2022-09-19 22:27:34 +02:00
f1315ae7c4 chore: add logging 2022-09-19 22:27:34 +02:00
ac0b4d4a9d fix: don't run an initial full-hash update every start 2022-09-19 22:21:01 +02:00
f584aec97c fix: create store dir if not exists 2022-09-18 15:27:37 +02:00
3eadde0b23 chore: lower default size&quality of image previews 2022-09-18 13:24:07 +02:00
8e3ea0f574 feat: add options to previews
video: position
image: size, quality
audio: size, color

TODO: make options an actual struct to be Deserialized?
2022-09-18 13:23:40 +02:00
b04a00c660 fix: previews are cached re: mimetype as well 2022-09-18 13:21:55 +02:00
0bb4639859 fix: limit previews to NUM_CPU/2 at a time, avoid brown lock-ups 2022-09-16 17:18:15 +02:00