Commit Graph

20 Commits

Author SHA1 Message Date
2b8332a16d api: pass request context to jikan 2026-04-10 17:26:28 +02:00
a0617ec127 chore: cleanup files 2026-04-08 18:02:54 +02:00
b3477fa7dd feat: increase max recommendations from 10 to 12 2026-04-08 17:35:31 +02:00
22955c0018 fix: handle jikan rate limits gracefully instead of dropping data 2026-04-08 17:17:14 +02:00
704ae49b3c fix: enforce global rate limit in jikan client and handle relation errors 2026-04-08 16:27:10 +02:00
13b0128c38 feat: fetch full details for recommendations to prioritize english titles 2026-04-08 16:10:56 +02:00
5f4ed88d1a fix: deduplicate upcoming seasons returned from recursive query 2026-04-08 14:10:40 +02:00
8b46edc15a feat: recursive sequel graph syncing with real-time UI polling 2026-04-08 14:05:30 +02:00
3b45500b7b feat: add upcoming seasons sync and notification for sequels 2026-04-08 13:35:44 +02:00
6f54ed16eb feat: add schedule, notifications, and recommendations 2026-04-08 13:02:17 +02:00
8bb5bc0a18 fix: resolve infinite scroll duplication issues 2026-04-07 14:13:13 +02:00
f77788588e feat: add discover page for airing anime 2026-04-07 14:08:08 +02:00
aa5a99eec7 revert: remove torrent streaming feature 2026-04-07 13:48:37 +02:00
a25e8f1655 feat: torrent streaming with hls transcoding (#1)
* feat: add ffmpeg for hls streaming

* feat: torrent streaming with hls transcoding

- add nyaa.si torrent search client
- add streaming service using anacrolix/torrent
- add hls transcoding via ffmpeg for browser playback
- add watch page with episode selection
- add socks5 proxy support via TORRENT_PROXY env
- switch to modernc.org/sqlite (pure go, no cgo conflicts)
- update dockerfile with ffmpeg
2026-04-07 13:23:08 +02:00
dd71f88572 fix: add vary header for htmx cache busting 2026-04-07 05:18:42 +02:00
b61070b652 refactor: rename malago to mal 2026-04-07 00:14:35 +02:00
120e7a1470 ui: fix search dropdown width and alignment 2026-04-06 23:01:48 +02:00
6495bc733a feat: add debounced search dropdown with quick results 2026-04-06 22:58:40 +02:00
2a07a21295 refactor: move middleware to shared directory 2026-04-06 22:39:05 +02:00
af6005500a refactor: extract anime feature into its domain slice 2026-04-06 22:38:37 +02:00