- [x] Anime discovery and watchlist management
- [x] Progress tracking with sync capabilities
- [x] Integrated download link management (magnet/cloud)
- [ ] Remote download server integration (WIP)
(straight-use-package
'(bangumi :type git :host github :repo "nailuoGG/bangumi.el"))(require 'bangumi)
(setq bangumi-db-path "~/.emacs.d/bangumi.db")
(bangumi-initialize)The goal is to implement the entire anime workflow in Emacs:
- Discover and mark anime to watch
- Record anime watching progress
- Search and store anime download links (magnet links, cloud storage links, etc.)
- Store anime metadata locally: cover images, anime title, author, main characters, etc. Should be as comprehensive as possible. Store in sqlite for easy retrieval.
- Ability to start download server: Support configuration of remote download services, supporting aria2, qbtorrent, Transmission
- emacsql-sqlite
- request
Please see CONTRIBUTING.org for details.
GPL-3.0 License. See LICENSE.
APP_ID and APP_SECRET environment variables have been loaded through .env file