Commit Graph
16 Commits
Author SHA1 Message Date
tony fa75c37306 feat: emit one series with episodes[] and per-file metadata cache 2026-08-16 13:18:39 +00:00
tony 7af20febf2 Merge pull request 'feat: group catalog duplicates' (#1) from feat/catalog-group-duplicates into main
Grouping + skip torrent folders named like videos + index-backed streams.
2026-08-14 16:37:51 +00:00
tony ceba36fd00 fix: memoize index-backed stream grouping
Avoid rebuilding the 7k-file grouped catalog on every POST /v1/stream after the first resolve.
2026-08-14 17:03:54 +01:00
tony d968fb7037 fix: skip torrent folders named like videos so catalog sizes and streams resolve
NFS/WebDAV listings treat a TorBox folder named *.mkv as a 0-byte video. Scan now keeps real files only, grouping drops size-0 placeholders, and stream resolve uses the index instead of a full TMDB catalog walk.
2026-08-14 17:03:25 +01:00
tony 3a57674fee feat: group catalog items by imdbId
Duplicate files of the same title become one catalog row, with one stream per member file.
2026-08-14 10:59:05 +01:00
tony 74deabd4b1 feat: add Cleanflix Connector Tauri desktop app
Move the Mac Tauri UI (pro.cleanflix.connector) into this repo under desktop/. Bundled Node runtime stays gitignored; package scripts fetch it when building.
2026-08-12 10:10:26 +00:00
tony 84db4b766c feat: add desktop connector distributions v0.1.0 2026-08-07 17:01:30 +01:00
tony f8b1724add feat: add connector owner password auth 2026-08-03 14:23:14 +01:00
tony fb13120c94 fix: serve pairing approval as HTML 2026-08-03 09:04:46 +01:00
tony 9715180ae3 fix: default omitted PKCE method to S256 2026-08-03 08:52:47 +01:00
tony 01335a62c5 chore: log connector responses 2026-08-03 08:50:50 +01:00
tony 4a7e1b488d chore: log connector requests 2026-08-03 08:47:36 +01:00
tony 8767fb7f48 feat: add staging demo stream 2026-08-03 08:27:19 +01:00
tony f0c0c43f04 fix: use local proxy network 2026-08-01 22:34:30 +01:00
tony 98346336ea feat: add local connector domain stack 2026-08-01 22:23:14 +01:00
tony 2f2004a0ff feat: add self-hosted connector reference 2026-08-01 22:19:50 +01:00