Jan Doubravský Honza
  • Joined on 2026-04-16
Honza pushed to devel at Honza/Curator 2026-07-27 20:51:38 +02:00
1c78ca9013 Adopt "Title (YYYY)" pool naming and clean Filmotéka link names
Honza pushed to devel at Honza/Curator 2026-07-11 11:32:13 +02:00
4c4180f28c Add FFmpeg-based video integrity check
Honza pushed to devel at Honza/GOGUpdater 2026-07-07 17:46:47 +02:00
5d917dd4b9 Bump version to 1.2.0
Honza pushed to devel at Honza/Curator 2026-07-07 16:18:30 +02:00
97a39709e8 Fix endless Filmotéka hardlink churn and show pool/output paths in the status bar
Honza pushed to devel at Honza/Curator 2026-07-03 16:06:56 +02:00
7ae0709f38 Store library settings in the pool index and drop legacy sidecars
Honza pushed to devel at Honza/Curator 2026-07-02 06:10:20 +02:00
f0f38d4257 Add statistics and data-consistency menus, recently-added folder
Honza pushed to devel at Honza/Curator 2026-06-29 16:31:38 +02:00
b5c2023212 Add standalone "Tipy dne" script with systemd service and timer
Honza pushed to devel at Honza/Curator 2026-06-29 15:33:49 +02:00
ee99fc957d Add "Tipy dne" folder and fix stale genre folder cleanup
Honza pushed to main at Honza/Dokumentace 2026-06-24 14:06:45 +02:00
19e9b8f2fa Add Godot development guidelines
Honza pushed to devel at Honza/SQLmem 2026-06-11 13:40:09 +02:00
4a86b2282f Add declarative TableSpec API with preload and fail-fast; fix shared-connection race
Honza pushed to devel at Honza/SQLmem 2026-06-11 13:03:33 +02:00
46370fe651 Fix cache stampede with double-checked locking in load_table
Honza pushed to devel at Honza/SQLmem 2026-06-10 13:58:43 +02:00
a68b8994e3 Wire datetime_columns through query params and reads; add db_size and vacuum guard
Honza pushed to devel at Honza/SQLmem 2026-06-09 18:18:52 +02:00
8e46ee3547 Store named datetime columns as INTEGER microseconds (datetime_columns)
a21b5a2a04 Add pragmas, hard_reset, and vacuum for tuning disk-backed caches
Compare 2 commits »
Honza pushed to devel at Honza/SQLmem 2026-06-09 08:48:40 +02:00
8744f458cc Split last_upsert (persisted write) and last_refresh (run liveness) in stats
Honza pushed to devel at Honza/SQLmem 2026-06-08 19:35:46 +02:00
6dc85e4f3c Fix frozen delta watermark and add error stats, lazy source, concurrent disk reads, and per-engine config
Honza pushed to devel at Honza/SQLmem 2026-06-08 11:39:18 +02:00
209ae667ab Add disk-backed SQLite cache mode as an alternative to in-memory
Honza pushed to devel at Honza/GOGUpdater 2026-06-06 09:52:57 +02:00
13e4e14bac Run library, checks and downloads in background threads with parallel fetching
Honza pushed to devel at Honza/SQLmem 2026-06-05 18:18:08 +02:00
757a8f4eba Add secondary indexes to accelerate cache lookups
Honza pushed to devel at Honza/SQLmem 2026-06-05 14:44:20 +02:00
286a5f207d Batch large-table loads to bound memory and add per-table state to stats
Honza pushed to devel at Honza/SQLmem 2026-06-05 12:13:15 +02:00
85bb84a1a6 Add per-table TTL refresh for tables without a change column