61 Commits

Author SHA1 Message Date
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
b61070b652 refactor: rename malago to mal 2026-04-07 00:14:35 +02:00
376b6f6418 refactor: extract auth into feature domain 2026-04-06 22:34:49 +02:00
caa2247b89 refactor: simplify main.go and introduce central router with modular handlers 2026-04-06 22:32:22 +02:00
a7e941b563 refactor: extract db migrations from main to internal/database 2026-04-06 22:28:10 +02:00
063a73d43c feat: add title columns and migration tracking 2026-04-06 20:00:45 +02:00
5effd901c3 feat: add watchlist export/import as JSON 2026-04-06 19:44:54 +02:00
564cae2e16 ui: update catalog and search templates 2026-04-06 19:20:47 +02:00
a7133ba121 fix: make create-user script use DATABASE_FILE env var 2026-04-06 07:31:22 +02:00
ab6b0b8840 ops: add dockerfile, makefile and cli tools 2026-04-06 07:03:52 +02:00
ccad63eb7f chore: base project skeleton and db schema 2026-04-06 07:03:22 +02:00