|
|
5ddfc72f37
|
refactor(jikan): add getWithCache helper and reduce duplication
|
2026-04-20 01:42:06 +02:00 |
|
|
|
b24053864c
|
fix: harden playback and migrations
|
2026-04-19 21:05:47 +02:00 |
|
|
|
f4c43e4723
|
fix(relations): ignore canceled context noise
|
2026-04-19 01:11:34 +02:00 |
|
|
|
9eb3e21ffa
|
feat(anime): add episode api support
|
2026-04-18 05:54:15 +02:00 |
|
|
|
daf3c472b6
|
feat: add studio api client and types
|
2026-04-18 00:02:36 +02:00 |
|
|
|
036671f1e8
|
fix: fallback quick search when limit fails
|
2026-04-15 00:41:15 +02:00 |
|
|
|
058aedd5e0
|
fix: limit quick search to five results
|
2026-04-15 00:35:57 +02:00 |
|
|
|
0463abb925
|
fix: remove jikan limit params
|
2026-04-14 23:23:09 +02:00 |
|
|
|
f0a64f37e6
|
remove unfinished score sorting and score display (#2)
* refactor: remove watchlist score sort
* refactor: drop score metadata from ui
|
2026-04-14 23:01:33 +02:00 |
|
|
|
165963c9d2
|
refactor: centralize jikan list constants
|
2026-04-14 22:23:59 +02:00 |
|
|
|
eda055fea3
|
core: add jikan stale retry pipeline
|
2026-04-12 14:53:32 +02:00 |
|
|
|
30d75eeced
|
fix: restore live watch-order scraping
|
2026-04-11 22:46:15 +02:00 |
|
|
|
9115e16334
|
core: use local watch-order store
|
2026-04-11 22:32:56 +02:00 |
|
|
|
600698e12a
|
fix: add detailed watch-order logs
|
2026-04-11 22:20:06 +02:00 |
|
|
|
704b446216
|
fix: mimic browser for watch-order
|
2026-04-11 22:18:11 +02:00 |
|
|
|
f38ab058e0
|
fix: log watch-order parse fallback
|
2026-04-11 22:16:32 +02:00 |
|
|
|
6edf47c553
|
core: harden watch-order relations
|
2026-04-11 22:06:26 +02:00 |
|
|
|
ceacbf09c9
|
fix: scope and sort franchise relations
|
2026-04-10 23:32:30 +02:00 |
|
|
|
2b8332a16d
|
api: pass request context to jikan
|
2026-04-10 17:26:28 +02:00 |
|
|
|
e804a45c38
|
ui: fix premiered case and sidebar text
|
2026-04-10 01:22:52 +02:00 |
|
|
|
8965dc5441
|
ui: extend neo-brutalist principles across all pages and fix jikan API limits
|
2026-04-09 12:56:57 +02:00 |
|
|
|
5732080691
|
api: enforce 24 items per page limit
|
2026-04-09 12:34:51 +02:00 |
|
|
|
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 |
|