Commit Graph

22 Commits

Author SHA1 Message Date
a0617ec127 chore: cleanup files 2026-04-08 18:02:54 +02:00
6dfc1e9fa8 feat: use cached anime data for recommendations to show english titles when possible 2026-04-08 17:31:45 +02:00
9072348159 perf: stop recommendations from making N+1 API calls 2026-04-08 17:22:07 +02:00
d3d0063cb4 fix: remove preWarmAnimeCache poisoning relations 2026-04-08 16:45:49 +02:00
2780c8338f perf: reduce relations api calls by parsing relations directly from full anime endpoints 2026-04-08 16:33:44 +02:00
618b807b3d perf: heavily optimize jikan cache by pre-warming individual anime objects and using 30-day TTLs for completed shows 2026-04-08 16:31:10 +02:00
d70949362e fix: increase jikan rate limit backoff and retries to handle 60/min bucket 2026-04-08 16:29:10 +02:00
704ae49b3c fix: enforce global rate limit in jikan client and handle relation errors 2026-04-08 16:27:10 +02:00
d25426eda9 feat: use sqlite for jikan api cache with hourly cleanup 2026-04-08 16:19:59 +02:00
13b0128c38 feat: fetch full details for recommendations to prioritize english titles 2026-04-08 16:10:56 +02:00
6f54ed16eb feat: add schedule, notifications, and recommendations 2026-04-08 13:02:17 +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
9223176344 add continuing tab to watchlist 2026-04-06 23:38:30 +02:00
8687f93f31 feat: add sort/filter component for watchlist
- create reusable SortFilter templ component with sort options (date, title, score)
- integrate sort/filter into watchlist page with query params
- add sortEntries method to handle client-side sorting
- add CSS styling for sort filter controls
- pass sort params through status tab and view toggle links
2026-04-06 23:28:36 +02:00
8503f5feee fix: remove duplicate themes field in anime struct 2026-04-06 23:15:19 +02:00
18f86a02b2 ui: add source, demographics, themes, broadcast, and streaming to anime sidebar 2026-04-06 23:13:29 +02:00
af6005500a refactor: extract anime feature into its domain slice 2026-04-06 22:38:37 +02:00
efeaef21a1 refactor: split jikan client into smaller domain files 2026-04-06 22:29:34 +02:00
3643ab25cd feat: expand anime struct with rating, duration, genres, studios, producers 2026-04-06 19:20:37 +02:00
ccad63eb7f chore: base project skeleton and db schema 2026-04-06 07:03:22 +02:00