Files
mal/migrations/004_add_torrent_fields.sql
Mikkel Elvers 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

3 lines
131 B
SQL

-- name: AddAnimeTorrentFields :exec
ALTER TABLE anime ADD COLUMN magnet_link TEXT;
ALTER TABLE anime ADD COLUMN torrent_hash TEXT;